object
-
idstring required -
kindstring required -
namestring -
reasonstring required -
storestring required -
workspace_idstring
OpenAPI schema definition
{
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"name": {
"type": "string"
},
"reason": {
"type": "string"
},
"store": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"store",
"kind",
"id",
"reason"
],
"type": "object"
}