{ "$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" } } }