Wikimedia · Schema

size

Schema for size from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
unit_text string
value number
View JSON Schema on GitHub

JSON Schema

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