Skip to content

Commit 792a22e

Browse files
authored
Merge pull request #237 from adammohammed/lke-schema-fixes
Minor LKE Schema fixes to bring it in line with API
2 parents 0948f61 + db2d313 commit 792a22e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

openapi.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15748,16 +15748,13 @@ components:
1574815748
# LKEClusterRequestBody but otherwise inherit all of the original
1574915749
# sub-properties.
1575015750
label:
15751-
x-linode-filterable: true
1575215751
x-linode-cli-display: 2
1575315752
example: lkecluster12345
1575415753
region:
1575515754
readOnly: true
15756-
x-linode-filterable: true
1575715755
x-linode-cli-display: 3
1575815756
example: us-central
1575915757
version:
15760-
x-linode-filterable: true
1576115758
example: "1.16"
1576215759
tags:
1576315760
example:
@@ -15812,11 +15809,10 @@ components:
1581215809
readOnly: true
1581315810
properties:
1581415811
id:
15815-
type: number
15812+
type: string
1581615813
description: >
1581715814
The Node's ID.
15818-
x-linode-filterable: true
15819-
example: 123456
15815+
example: "123456"
1582015816
instance_id:
1582115817
type: string
1582215818
description: >

0 commit comments

Comments
 (0)