Skip to content

Commit e9e1ec5

Browse files
authored
Merge pull request #130 from alioso/CT-927
CT-927 add refName field to ref with discriminator
2 parents 37bf937 + 8726300 commit e9e1ec5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11277,10 +11277,14 @@ paths:
1127711277
example: 'linode'
1127811278
data:
1127911279
oneOf:
11280-
- $ref: '#/components/schemas/Linode'
11281-
- $ref: '#/components/schemas/Domain'
11282-
- $ref: '#/components/schemas/Volume'
11283-
- $ref: '#/components/schemas/NodeBalancer'
11280+
- x-linode-ref-name: "linode"
11281+
$ref: '#/components/schemas/Linode'
11282+
- x-linode-ref-name: "domain"
11283+
$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'
1128411288
discriminator:
1128511289
propertyName: type
1128611290
page:

0 commit comments

Comments
 (0)