{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/wikimedia-enterprise-language-structure.json", "name": "language", "description": "language schema from Wikimedia Enterprise API spec", "type": "object", "properties": { "identifier": { "type": "string", "example": "en" }, "name": { "type": "string", "example": "English" }, "alternate_name": { "type": "string", "example": "English" }, "direction": { "type": "string", "example": "ltr" } } }