{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-schema/mediawiki-action-api-parse-section-schema.json", "title": "ParseSection", "description": "ParseSection schema from Wiktionary MediaWiki Action API", "type": "object", "properties": { "toclevel": { "type": "integer", "example": 1 }, "level": { "type": "string", "example": "2" }, "line": { "type": "string", "example": "English" }, "number": { "type": "string", "example": "1" }, "index": { "type": "string", "example": "1" }, "fromtitle": { "type": "string", "example": "hello" }, "anchor": { "type": "string", "example": "English" } } }