{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-structure/mediawiki-action-api-expand-templates-response-structure.json", "description": "action=expandtemplates result.", "type": "object", "properties": { "expandtemplates": { "type": "object", "properties": { "wikitext": { "type": "string", "description": "Wikitext after template expansion.", "example": "A standard greeting." } } } }, "name": "ExpandTemplatesResponse" }