{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Namespace", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the namespace." }, "title": { "type": "string", "description": "The human-readable title of the namespace." }, "supports_url_encoding": { "type": "boolean", "description": "Whether the namespace supports URL-encoded keys." } } }