Wiktionary · Schema

ParseSection

ParseSection schema from Wiktionary MediaWiki Action API

DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

Properties

Name Type Description
toclevel integer
level string
line string
number string
index string
fromtitle string
anchor string
View JSON Schema on GitHub

JSON Schema

mediawiki-action-api-parse-section-schema.json Raw ↑
{
  "$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"
    }
  }
}