Wikimedia · Schema

cx_mt

Schema for cx_mt from the Wikimedia REST API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
contents string the translated content
View JSON Schema on GitHub

JSON Schema

cx_mt.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/cx_mt.json",
  "title": "cx_mt",
  "description": "Schema for cx_mt from the Wikimedia REST API",
  "type": "object",
  "properties": {
    "contents": {
      "type": "string",
      "description": "the translated content"
    }
  }
}