57458276a9
The schemas in the current api-ref are outdated. This patch adds the schemas contained in the 13.0.0.0b2 release. Change-Id: I45615e049339b3df8d1c6cda74d7408a177aba4e Closes-bug: #1606250
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "member",
|
|
"properties": {
|
|
"created_at": {
|
|
"description": "Date and time of image member creation",
|
|
"type": "string"
|
|
},
|
|
"image_id": {
|
|
"description": "An identifier for the image",
|
|
"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$",
|
|
"type": "string"
|
|
},
|
|
"member_id": {
|
|
"description": "An identifier for the image member (tenantId)",
|
|
"type": "string"
|
|
},
|
|
"schema": {
|
|
"readOnly": true,
|
|
"type": "string"
|
|
},
|
|
"status": {
|
|
"description": "The status of this image member",
|
|
"enum": [
|
|
"pending",
|
|
"accepted",
|
|
"rejected"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"updated_at": {
|
|
"description": "Date and time of last modification of image member",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|