{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-structure/mediawiki-action-api-extract-page-structure.json", "description": "ExtractPage schema from Wiktionary MediaWiki Action API", "type": "object", "properties": { "pageid": { "type": "int32", "example": 12345 }, "ns": { "type": "int32", "example": 0 }, "title": { "type": "string", "example": "hello" }, "extract": { "type": "string", "description": "Plain-text or limited-HTML extract.", "example": "A standard greeting; an expression of puzzlement or discovery." } }, "name": "ExtractPage" }