{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://citemaps.org/schema/v3.4/citemap.schema.json",
  "title": "CiteMap v3.4 (placeholder schema)",
  "description": "Placeholder JSON Schema for citemap.json v3.4. v3.4 is a MINOR additive bump on v3.3 — vocabulary expansion only (14 new canonical primaryVertical values across underserved business categories). No schema-shape changes, no field renames, no semantic shifts. Every v3.3-conformant document validates against v3.4 with at most a version field bump. For structural validation today, see the spec at https://github.com/citemaps/citemap/blob/main/spec/v3.4.md and the v3.0 schema at https://citemaps.org/schema/v3.0/citemap.schema.json as a structural baseline.",
  "type": "object",
  "required": ["version"],
  "properties": {
    "version": {
      "type": "string",
      "const": "3.4"
    },
    "@context": {
      "type": "string",
      "const": "https://citemaps.org/v3.4"
    },
    "brand": {
      "type": "object",
      "description": "Primary entity identity card. See v3.3 spec §4 for constituent fields (unchanged in v3.4)."
    },
    "@graph": {
      "type": "array",
      "description": "Optional v3.3 graph extension. See v3.3 spec §1.3 (unchanged in v3.4)."
    },
    "relationships": {
      "type": "array",
      "description": "Optional v3.3 relationships array. See v3.3 spec §1.4 for required edge fields (unchanged in v3.4)."
    },
    "policy": {
      "type": "object",
      "description": "Foundational publisher-trust section. See v3.3 spec §3.2 (unchanged in v3.4)."
    },
    "verification": {
      "type": "object",
      "description": "Foundational verification-claims section. See v3.3 spec §3.2 (unchanged in v3.4)."
    }
  },
  "additionalProperties": true,
  "_meta": {
    "specUrl": "https://citemaps.org/spec/v3.4.md",
    "specSourceUrl": "https://github.com/citemaps/citemap/blob/main/spec/v3.4.md",
    "vocabularyRegistryUrl": "https://citemaps.org/spec/registry/v3.4-vocabulary.md",
    "priorSpecUrl": "https://citemaps.org/spec/v3.3.md",
    "shipped": "2026-06-02",
    "bumpType": "minor",
    "bumpScope": "vocabulary-only — 14 new primaryVertical values added",
    "fullSchemaStatus": "deferred — placeholder published per established v3.1/v3.2/v3.3 precedent of spec-as-authoritative-artifact"
  }
}
