Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Thumbnail Structure

thumbnail schema from Wikimedia Enterprise API spec

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

thumbnail is a JSON Structure definition published by Wikipedia / MediaWiki, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

contentUrl width height

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/wikimedia-enterprise-thumbnail-structure.json",
  "name": "thumbnail",
  "description": "thumbnail schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "contentUrl": {
      "type": "uri",
      "description": "Thumbnail URL"
    },
    "width": {
      "description": "Thumbnail width in pixels",
      "type": "int32",
      "example": 156
    },
    "height": {
      "description": "Thumbnail height in pixels",
      "type": "int32",
      "example": 255
    }
  }
}