File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.4 .0
3
+ version: 4.5 .0
4
4
title: Linode API
5
5
description: |
6
6
# Introduction
@@ -11277,10 +11277,14 @@ paths:
11277
11277
example: 'linode'
11278
11278
data:
11279
11279
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'
11284
11288
discriminator:
11285
11289
propertyName: type
11286
11290
page:
You can’t perform that action at this time.
0 commit comments