{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KmsSpace", "title": "KmsSpace", "properties": { "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "name": { "type": "string" }, "parent_id": { "type": "string" }, "parent_page_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" } }, "required": [ "name" ], "type": "object" }