{
  "description": "This file is auto-generated by scripts/prep. Do not edit manually.",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "$schema": { "type": "string" },
    "data": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "crowdinId": {
            "type": "string",
            "description": "Crowdin language identifier"
          },
          "name": {
            "type": "string",
            "description": "English name of the language"
          },
          "iso": { "type": "string", "description": "ISO 639-3 language code" },
          "locale": {
            "type": "string",
            "description": "Locale code in format language-COUNTRY"
          },
          "duplicateIso": {
            "type": "boolean",
            "description": "Whether this ISO code is duplicated across multiple Crowdin languages"
          }
        },
        "required": ["crowdinId", "name", "iso", "locale", "duplicateIso"],
        "additionalProperties": false
      }
    }
  },
  "required": ["$schema", "data"]
}
