Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| key | string | |
| name | string | |
| description | object | |
| type | string | |
| metadata | object | |
| operations | array | |
| permissions | array | |
| status | string | |
| history | object | |
| _expandable | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Space",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "object"
},
"type": {
"type": "string"
},
"metadata": {
"type": "object"
},
"operations": {
"type": "array"
},
"permissions": {
"type": "array"
},
"status": {
"type": "string"
},
"history": {
"type": "object"
},
"_expandable": {
"type": "object"
}
}
}