{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-structure/mediawiki-action-api-query-extracts-response-structure.json", "description": "action=query&prop=extracts result.", "type": "object", "properties": { "query": { "type": "object", "properties": { "pages": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ExtractPage" } } } } }, "name": "QueryExtractsResponse" }