We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37bf937 + 8726300 commit e9e1ec5Copy full SHA for e9e1ec5
openapi.yaml
@@ -11277,10 +11277,14 @@ paths:
11277
example: 'linode'
11278
data:
11279
oneOf:
11280
- - $ref: '#/components/schemas/Linode'
11281
- - $ref: '#/components/schemas/Domain'
11282
- - $ref: '#/components/schemas/Volume'
11283
- - $ref: '#/components/schemas/NodeBalancer'
+ - x-linode-ref-name: "linode"
+ $ref: '#/components/schemas/Linode'
+ - x-linode-ref-name: "domain"
+ $ref: '#/components/schemas/Domain'
11284
+ - x-linode-ref-name: "volume"
11285
+ $ref: '#/components/schemas/Volume'
11286
+ - x-linode-ref-name: "nodeBalancer"
11287
+ $ref: '#/components/schemas/NodeBalancer'
11288
discriminator:
11289
propertyName: type
11290
page:
0 commit comments