{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Organization", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "label": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "['string', 'null']" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }