{
  "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": "object",
      "propertyNames": { "type": "string", "pattern": "^[a-z]{3}$" },
      "additionalProperties": {
        "type": "array",
        "items": { "type": "string" },
        "description": "Language code (3-letter ISO code) containing assets"
      }
    }
  },
  "required": ["$schema", "data"]
}
