{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Space", "type": "object", "properties": { "id": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "status": { "type": "string" }, "authorId": { "type": "string" }, "createdAt": { "type": "string" }, "homepageId": { "type": "string" } } }