{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/category.json", "title": "category", "description": "Schema for category from the Wikimedia Enterprise API", "properties": { "name": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }