{
  "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": {
          "name": { "type": "string" },
          "fontFamily": { "type": "string" },
          "sizeModifier": { "type": "number" },
          "isRtl": { "type": "boolean" }
        },
        "required": ["name", "fontFamily", "isRtl"],
        "additionalProperties": false
      }
    }
  },
  "required": ["$schema", "data"]
}
