{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://huecodex.com/json/hue-codex-export.schema.json",
  "title": "Hue Codex umbrella export schema",
  "description": "A convenience umbrella schema for current Hue Codex JSON export families. It references the plain-report, portable-color, and token-style schemas. Use the family-specific schema when validating a known export type, especially token-style JSON.",
  "anyOf": [
    { "$ref": "https://huecodex.com/json/hue-codex-plain-report.schema.json" },
    { "$ref": "https://huecodex.com/json/hue-codex-portable-color.schema.json" },
    { "$ref": "https://huecodex.com/json/hue-codex-token-style.schema.json" }
  ]
}
