{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wiktionary/refs/heads/main/json-structure/mediawiki-action-api-parse-section-structure.json", "description": "ParseSection schema from Wiktionary MediaWiki Action API", "type": "object", "properties": { "toclevel": { "type": "int32", "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" } }, "name": "ParseSection" }