Skip to content

remove keys no longer in image endpoint #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 4 additions & 21 deletions src/data/objects/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ schema:
A detailed description of this image.
limit: 0-65000 characters
editable: true
status:
type: Enum
subtype: Status
value: available
description: The status of the image.
filesystem:
type: String
value: ext4
description: The filesystem type of the image.
created:
type: String
value: "2015-09-29T11:21:01"
Expand All @@ -50,15 +41,11 @@ schema:
value: false
filterable: true
description: True if the image is public.
last_used:
type: String
value: "2017-10-19T11:21:01"
description: The last time this image was used.
min_deploy_size:
size:
type: Integer
value: 1000
description: The minimum size this image needs to deploy.
creator:
created_by:
type: String
value: your_username
description: The name of the user who created this image, or linode for official images.
Expand All @@ -69,10 +56,6 @@ schema:
None for private images.
filterable: true
enums:
Status:
creating: creating
available: available
deleted: deleted
Type:
0: Image was created manually
1: Image was created automatically from a deleted Linode
manual: Image was created manually
automatic: Image was created automatically from a deleted Linode