Wikimedia · Schema

entity

Schema for entity from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
identifier string
url string
View JSON Schema on GitHub

JSON Schema

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