Skip to content

Commit c86afd0

Browse files
authored
Merge pull request #806 from jriddle-linode/overrides
bug: Fix CLI Override Schemas
2 parents 8d17017 + 2219ccb commit c86afd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4792,10 +4792,12 @@ paths:
47924792
_split:
47934793
x-linode-cli-display: 2.5
47944794
engines:
4795+
type: object
47954796
properties:
47964797
quantity:
47974798
x-linode-cli-display: 3
47984799
price:
4800+
type: object
47994801
properties:
48004802
hourly:
48014803
x-linode-cli-display: 4
@@ -4858,10 +4860,12 @@ paths:
48584860
_split:
48594861
x-linode-cli-display: 2.5
48604862
engines:
4863+
type: object
48614864
properties:
48624865
quantity:
48634866
x-linode-cli-display: 3
48644867
price:
4868+
type: object
48654869
properties:
48664870
hourly:
48674871
x-linode-cli-display: 4

0 commit comments

Comments
 (0)