{
  "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": {
          "curriculumId": { "type": "string" },
          "crowdinProjectId": { "type": "string" },
          "sets": {
            "type": "array",
            "items": { "type": "string" },
            "description": "An array of set ids that make up this topics curriculum. Set ids must be linked to valid sets present in data/sets.json."
          }
        },
        "required": ["curriculumId", "crowdinProjectId", "sets"],
        "additionalProperties": false
      }
    }
  },
  "required": ["$schema", "data"]
}
