Skip to content

Commit 6ea015e

Browse files
Mark Some Image Attributes as Nullable (#926)
* Mark eol and vendor attributes of Image as nullable * Add description saying expiry is null for private images
1 parent c3c9c1f commit 6ea015e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23090,21 +23090,23 @@ components:
2309023090
format: date-time
2309123091
nullable: true
2309223092
description: >
23093-
Only Images created automatically from a deleted Linode (type=automatic) will expire.
23093+
Only Images created automatically from a deleted Linode (type=automatic) will expire. `null` for private Images.
2309423094
example: null
2309523095
readOnly: true
2309623096
eol:
2309723097
type: string
2309823098
format: date-time
23099+
nullable: true
2309923100
description: >
23100-
The date of the public Image's planned end of life. `None` for private Images.
23101+
The date of the public Image's planned end of life. `null` for private Images.
2310123102
example: '2026-07-01T04:00:00'
2310223103
readOnly: true
2310323104
vendor:
2310423105
x-linode-filterable: true
2310523106
type: string
23107+
nullable: true
2310623108
description: >
23107-
The upstream distribution vendor. `None` for private Images.
23109+
The upstream distribution vendor. `null` for private Images.
2310823110
example: Debian
2310923111
readOnly: true
2311023112
x-linode-cli-display: 3

0 commit comments

Comments
 (0)