Skip to content

Commit 350dd40

Browse files
committed
Add format and nullable
1 parent 20dc292 commit 350dd40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17910,6 +17910,7 @@ components:
1791017910
readOnly: true
1791117911
ipv4:
1791217912
type: array
17913+
format: ipv4
1791317914
items:
1791417915
type: string
1791517916
example:
@@ -17926,8 +17927,10 @@ components:
1792617927
x-linode-cli-display: 10
1792717928
ipv6:
1792817929
type: string
17930+
format: ipv6/128
17931+
nullable: true
1792917932
description: >
17930-
This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not
17933+
This Linode's IPv6 SLAAC address. This address is specific to a Linode, and may not
1793117934
be shared. If the Linode has not been assigned an IPv6 address, the return value will
1793217935
be `null`.
1793317936
example: 'c001:d00d::1337/128'

0 commit comments

Comments
 (0)