Wikimedia · Schema

citation

Schema for citation from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
identifier string
group string
text string
View JSON Schema on GitHub

JSON Schema

citation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/citation.json",
  "title": "citation",
  "description": "Schema for citation from the Wikimedia Enterprise API",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  }
}