Wikipedia / MediaWiki · JSON Structure

Rest V1 List Entry Write Structure

list_entry_write schema from Wikimedia REST API

Type: object Properties: 2 Required: 2
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

list_entry_write is a JSON Structure definition published by Wikipedia / MediaWiki, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

project name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/rest-v1-list-entry-write-structure.json",
  "name": "list_entry_write",
  "description": "list_entry_write schema from Wikimedia REST API",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Domain of the wiki containing the page.",
      "example": "https://en.wikipedia.org"
    },
    "name": {
      "type": "string",
      "description": "Title of the page containing the page, in database format.",
      "example": "Barack_Obama"
    }
  },
  "required": [
    "project",
    "title"
  ]
}