Merge "Update docs to reflect exposure of image 'owner' in v2."
This commit is contained in:
@@ -103,6 +103,11 @@
|
|||||||
"description": "Operating system version as specified by the distributor",
|
"description": "Operating system version as specified by the distributor",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"owner": {
|
||||||
|
"description": "Owner of the image",
|
||||||
|
"maxLength": 255,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"protected": {
|
"protected": {
|
||||||
"description": "If true, image will not be deletable.",
|
"description": "If true, image will not be deletable.",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@@ -178,4 +183,4 @@
|
|||||||
"rel": "describedby"
|
"rel": "describedby"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -110,6 +110,11 @@
|
|||||||
"description": "Operating system version as specified by the distributor",
|
"description": "Operating system version as specified by the distributor",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"owner": {
|
||||||
|
"description": "Owner of the image",
|
||||||
|
"maxLength": 255,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"protected": {
|
"protected": {
|
||||||
"description": "If true, image will not be deletable.",
|
"description": "If true, image will not be deletable.",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@@ -209,4 +214,4 @@
|
|||||||
"rel": "describedby"
|
"rel": "describedby"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user