Wikimedia · Schema

template

Schema for template from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

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

JSON Schema

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