Wiktionary · JSON Structure

Mediawiki Action Api Parse Section Structure

ParseSection schema from Wiktionary MediaWiki Action API

Type: object Properties: 7
DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

ParseSection is a JSON Structure definition published by Wiktionary, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

toclevel level line number index fromtitle anchor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}