{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-schema/wikimedia-enterprise-namespace-schema.json",
"title": "namespace",
"description": "namespace schema from Wikimedia Enterprise API spec",
"type": "object",
"properties": {
"identifier": {
"type": "number",
"example": 0
},
"name": {
"type": "string",
"example": "Article"
},
"description": {
"type": "string",
"example": "The Article namespace, also known as the main or mainspace, is where a project's primary content resides, whether articles, entries, or main documents depending on the Wikimedia project."
}
}
}