Skip to content

Commit 8726300

Browse files
author
Alban Bailly
committed
using proper override convention
1 parent 38bbac4 commit 8726300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11272,13 +11272,13 @@ paths:
1127211272
example: 'linode'
1127311273
data:
1127411274
oneOf:
11275-
- refName: "linode"
11275+
- x-linode-ref-name: "linode"
1127611276
$ref: '#/components/schemas/Linode'
11277-
- refName: "domain"
11277+
- x-linode-ref-name: "domain"
1127811278
$ref: '#/components/schemas/Domain'
11279-
- refName: "volume"
11279+
- x-linode-ref-name: "volume"
1128011280
$ref: '#/components/schemas/Volume'
11281-
- refName: "nodeBalancer"
11281+
- x-linode-ref-name: "nodeBalancer"
1128211282
$ref: '#/components/schemas/NodeBalancer'
1128311283
discriminator:
1128411284
propertyName: type

0 commit comments

Comments
 (0)