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