Wikipedia / MediaWiki · JSON Structure

Rest V1 Cx Mt Structure

cx_mt schema from Wikimedia REST API

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

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

Properties

contents

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-cx-mt-structure.json",
  "name": "cx_mt",
  "description": "cx_mt schema from Wikimedia REST API",
  "type": "object",
  "properties": {
    "contents": {
      "type": "string",
      "description": "the translated content"
    }
  }
}