Wikipedia / MediaWiki · JSON Structure

Rest V1 Problem Structure

problem schema from Wikimedia REST API

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

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

Properties

type name detail instance

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-problem-structure.json",
  "name": "problem",
  "description": "problem schema from Wikimedia REST API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "detail": {
      "type": "string"
    },
    "instance": {
      "type": "string"
    }
  },
  "required": [
    "type"
  ]
}