{
  "site": "GCSE Revise",
  "description": "Comprehensive GCSE revision notes for all subjects and exam boards",
  "examBoards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
  "grading": {
    "England": "9-1",
    "Wales": "A*-G",
    "NorthernIreland": "A*-G"
  },
  "subjects": [
    {
      "id": "english-language",
      "name": "English Language",
      "category": "Core",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["english-language-aqa"],
        "Edexcel": ["english-language-edexcel"],
        "OCR": ["english-language-ocr"],
        "Eduqas": ["english-language-eduqas"],
        "CCEA": ["english-language-ccea"]
      }
    },
    {
      "id": "english-literature",
      "name": "English Literature",
      "category": "Core",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["english-literature-aqa"],
        "Edexcel": ["english-literature-edexcel"],
        "OCR": ["english-literature-ocr"],
        "Eduqas": ["english-literature-eduqas"],
        "CCEA": ["english-literature-ccea"]
      }
    },
    {
      "id": "mathematics",
      "name": "Mathematics",
      "category": "Core",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 3,
      "hasTiers": true,
      "tiers": ["Foundation", "Higher"],
      "topicDirs": {
        "AQA": ["maths-aqa-foundation", "maths-aqa-higher"],
        "Edexcel": ["maths-edexcel-foundation", "maths-edexcel-higher"],
        "OCR": ["maths-ocr-foundation", "maths-ocr-higher"],
        "Eduqas": ["maths-eduqas"],
        "CCEA": ["maths-ccea"]
      }
    },
    {
      "id": "biology",
      "name": "Biology",
      "category": "Science",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["biology-aqa"],
        "Edexcel": ["biology-edexcel"],
        "OCR": ["biology-ocr"],
        "CCEA": ["biology-ccea"]
      }
    },
    {
      "id": "chemistry",
      "name": "Chemistry",
      "category": "Science",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["chemistry-aqa"],
        "Edexcel": ["chemistry-edexcel"],
        "OCR": ["chemistry-ocr"],
        "CCEA": ["chemistry-ccea"]
      }
    },
    {
      "id": "physics",
      "name": "Physics",
      "category": "Science",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["physics-aqa"],
        "Edexcel": ["physics-edexcel"],
        "OCR": ["physics-ocr"],
        "CCEA": ["physics-ccea"]
      }
    },
    {
      "id": "combined-science",
      "name": "Combined Science (Trilogy)",
      "category": "Science",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "CCEA"],
      "papers": 6,
      "topicDirs": {
        "AQA": ["combined-science-aqa"],
        "Edexcel": ["combined-science-edexcel"],
        "OCR": ["combined-science-ocr"],
        "CCEA": ["combined-science-ccea"]
      }
    },
    {
      "id": "computer-science",
      "name": "Computer Science",
      "category": "Science",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["computer-science-aqa"],
        "Edexcel": ["computer-science-edexcel"],
        "OCR": ["computer-science-ocr"],
        "Eduqas": ["computer-science-eduqas"]
      }
    },
    {
      "id": "history",
      "name": "History",
      "category": "Humanities",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["history-aqa"],
        "Edexcel": ["history-edexcel"],
        "OCR": ["history-ocr"],
        "Eduqas": ["history-eduqas"],
        "CCEA": ["history-ccea"]
      }
    },
    {
      "id": "geography",
      "name": "Geography",
      "category": "Humanities",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 3,
      "topicDirs": {
        "AQA": ["geography-aqa"],
        "Edexcel": ["geography-edexcel"],
        "OCR": ["geography-ocr"],
        "Eduqas": ["geography-eduqas"],
        "CCEA": ["geography-ccea"]
      }
    },
    {
      "id": "religious-studies",
      "name": "Religious Studies",
      "category": "Humanities",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["religious-studies-aqa"],
        "Edexcel": ["religious-studies-edexcel"],
        "OCR": ["religious-studies-ocr"],
        "Eduqas": ["religious-studies-eduqas"],
        "CCEA": ["religious-studies-ccea"]
      }
    },
    {
      "id": "french",
      "name": "French",
      "category": "Languages",
      "universal": false,
      "boards": ["AQA", "Edexcel", "Eduqas", "CCEA"],
      "papers": 4,
      "topicDirs": {
        "AQA": ["french-aqa"],
        "Edexcel": ["french-edexcel"],
        "Eduqas": ["french-eduqas"],
        "CCEA": ["french-ccea"]
      }
    },
    {
      "id": "spanish",
      "name": "Spanish",
      "category": "Languages",
      "universal": false,
      "boards": ["AQA", "Edexcel", "Eduqas", "CCEA"],
      "papers": 4,
      "topicDirs": {
        "AQA": ["spanish-aqa"],
        "Edexcel": ["spanish-edexcel"],
        "Eduqas": ["spanish-eduqas"],
        "CCEA": ["spanish-ccea"]
      }
    },
    {
      "id": "german",
      "name": "German",
      "category": "Languages",
      "universal": false,
      "boards": ["AQA", "Edexcel", "Eduqas", "CCEA"],
      "papers": 4,
      "topicDirs": {
        "AQA": ["german-aqa"],
        "Edexcel": ["german-edexcel"],
        "Eduqas": ["german-eduqas"],
        "CCEA": ["german-ccea"]
      }
    },
    {
      "id": "art-and-design",
      "name": "Art and Design",
      "category": "Creative",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["art-and-design-aqa"],
        "Edexcel": ["art-and-design-edexcel"],
        "OCR": ["art-and-design-ocr"],
        "Eduqas": ["art-and-design-eduqas"],
        "CCEA": ["art-and-design-ccea"]
      }
    },
    {
      "id": "music",
      "name": "Music",
      "category": "Creative",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["music-aqa"],
        "Edexcel": ["music-edexcel"],
        "OCR": ["music-ocr"],
        "Eduqas": ["music-eduqas"],
        "CCEA": ["music-ccea"]
      }
    },
    {
      "id": "drama",
      "name": "Drama",
      "category": "Creative",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["drama-aqa"],
        "Edexcel": ["drama-edexcel"],
        "OCR": ["drama-ocr"],
        "Eduqas": ["drama-eduqas"],
        "CCEA": ["drama-ccea"]
      }
    },
    {
      "id": "design-and-technology",
      "name": "Design and Technology",
      "category": "Technical",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["design-and-technology-aqa"],
        "Edexcel": ["design-and-technology-edexcel"],
        "OCR": ["design-and-technology-ocr"],
        "Eduqas": ["design-and-technology-eduqas"],
        "CCEA": ["design-and-technology-ccea"]
      }
    },
    {
      "id": "pe",
      "name": "Physical Education",
      "category": "Other",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["pe-aqa"],
        "Edexcel": ["pe-edexcel"],
        "OCR": ["pe-ocr"],
        "Eduqas": ["pe-eduqas"],
        "CCEA": ["pe-ccea"]
      }
    },
    {
      "id": "business",
      "name": "Business Studies",
      "category": "Other",
      "universal": true,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["business-aqa"],
        "Edexcel": ["business-edexcel"],
        "OCR": ["business-ocr"],
        "Eduqas": ["business-eduqas"],
        "CCEA": ["business-ccea"]
      }
    },
    {
      "id": "economics",
      "name": "Economics",
      "category": "Other",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["economics-aqa"],
        "Edexcel": ["economics-edexcel"],
        "OCR": ["economics-ocr"],
        "CCEA": ["economics-ccea"]
      }
    },
    {
      "id": "psychology",
      "name": "Psychology",
      "category": "Other",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["psychology-aqa"],
        "Edexcel": ["psychology-edexcel"],
        "OCR": ["psychology-ocr"]
      }
    },
    {
      "id": "sociology",
      "name": "Sociology",
      "category": "Other",
      "universal": false,
      "boards": ["AQA", "Edexcel", "Eduqas"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["sociology-aqa"],
        "Edexcel": ["sociology-edexcel"],
        "Eduqas": ["sociology-eduqas"]
      }
    },
    {
      "id": "citizenship-studies",
      "name": "Citizenship Studies",
      "category": "Humanities",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["citizenship-studies-aqa"],
        "Edexcel": ["citizenship-studies-edexcel"],
        "OCR": ["citizenship-studies-ocr"]
      }
    },
    {
      "id": "media-studies",
      "name": "Media Studies",
      "category": "Creative",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["media-studies-aqa"],
        "Edexcel": ["media-studies-edexcel"],
        "OCR": ["media-studies-ocr"],
        "Eduqas": ["media-studies-eduqas"]
      }
    },
    {
      "id": "food-preparation-nutrition",
      "name": "Food Preparation and Nutrition",
      "category": "Technical",
      "universal": false,
      "boards": ["AQA", "Edexcel", "OCR", "Eduqas"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["food-preparation-nutrition-aqa"],
        "Edexcel": ["food-preparation-nutrition-edexcel"],
        "OCR": ["food-preparation-nutrition-ocr"],
        "Eduqas": ["food-preparation-nutrition-eduqas"]
      }
    },
    {
      "id": "latin",
      "name": "Latin",
      "category": "Languages",
      "universal": false,
      "boards": ["Edexcel", "OCR", "Eduqas"],
      "papers": 3,
      "topicDirs": {
        "Edexcel": ["latin-edexcel"],
        "OCR": ["latin-ocr"],
        "Eduqas": ["latin-eduqas"]
      }
    },
    {
      "id": "astronomy",
      "name": "Astronomy",
      "category": "Science",
      "universal": false,
      "boards": ["Edexcel"],
      "papers": 2,
      "topicDirs": {
        "Edexcel": ["astronomy-edexcel"]
      }
    },
    {
      "id": "geology",
      "name": "Geology",
      "category": "Science",
      "universal": false,
      "boards": ["Eduqas"],
      "papers": 2,
      "topicDirs": {
        "Eduqas": ["geology-eduqas"]
      }
    },
    {
      "id": "ancient-history",
      "name": "Ancient History",
      "category": "Humanities",
      "universal": false,
      "boards": ["OCR"],
      "papers": 2,
      "topicDirs": {
        "OCR": ["ancient-history-ocr"]
      }
    },
    {
      "id": "classical-civilisation",
      "name": "Classical Civilisation",
      "category": "Humanities",
      "universal": false,
      "boards": ["OCR"],
      "papers": 2,
      "topicDirs": {
        "OCR": ["classical-civilisation-ocr"]
      }
    },
    {
      "id": "law",
      "name": "Law",
      "category": "Other",
      "universal": false,
      "boards": ["AQA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["law-aqa"]
      }
    },
    {
      "id": "dance",
      "name": "Dance",
      "category": "Creative",
      "universal": false,
      "boards": ["AQA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["dance-aqa"]
      }
    },
    {
      "id": "film-studies",
      "name": "Film Studies",
      "category": "Creative",
      "universal": false,
      "boards": ["Eduqas"],
      "papers": 2,
      "topicDirs": {
        "Eduqas": ["film-studies-eduqas"]
      }
    },
    {
      "id": "electronics",
      "name": "Electronics",
      "category": "Science",
      "universal": false,
      "boards": ["Eduqas"],
      "papers": 2,
      "topicDirs": {
        "Eduqas": ["electronics-eduqas"]
      }
    },
    {
      "id": "engineering",
      "name": "Engineering",
      "category": "Technical",
      "universal": false,
      "boards": ["AQA", "Edexcel", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["engineering-aqa"],
        "Edexcel": ["engineering-edexcel"],
        "CCEA": ["engineering-ccea"]
      }
    },
    {
      "id": "statistics",
      "name": "Statistics",
      "category": "Core",
      "universal": false,
      "boards": ["AQA", "Edexcel", "CCEA"],
      "papers": 2,
      "topicDirs": {
        "AQA": ["statistics-aqa"],
        "Edexcel": ["statistics-edexcel"],
        "CCEA": ["statistics-ccea"]
      }
    }
  ]
}