Wiktionary · Schema

ExpandTemplatesResponse

action=expandtemplates result.

DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

Properties

Name Type Description
expandtemplates object
View JSON Schema on GitHub

JSON Schema

mediawiki-action-api-expand-templates-response-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-expand-templates-response-schema.json",
  "title": "ExpandTemplatesResponse",
  "description": "action=expandtemplates result.",
  "type": "object",
  "properties": {
    "expandtemplates": {
      "type": "object",
      "properties": {
        "wikitext": {
          "type": "string",
          "description": "Wikitext after template expansion.",
          "example": "A standard greeting."
        }
      }
    }
  }
}