{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schema.landscapefederation.org.au/schema/bundle/v1.schema.json",
  "title": "Federation Project Bundle",
  "description": "Validated export container for federation-approved project metadata.",
  "type": "object",
  "required": ["@context", "federationSchemaVersion", "project"],
  "properties": {
    "@context": {
      "oneOf": [
        { "type": "string", "format": "uri" },
        { "type": "object" }
      ]
    },
    "federationSchemaVersion": { "type": "string", "const": "1.0.0" },
    "project": { "$ref": "https://schema.landscapefederation.org.au/schema/project/v1.schema.json" },
    "botanicalAssets": {
      "type": "array",
      "items": { "$ref": "https://schema.landscapefederation.org.au/schema/botanical-asset/v1.schema.json" }
    },
    "siteContext": { "$ref": "https://schema.landscapefederation.org.au/schema/site-context/v1.schema.json" },
    "sustainability": { "$ref": "https://schema.landscapefederation.org.au/schema/sustainability/v1.schema.json" },
    "culturalContext": { "$ref": "https://schema.landscapefederation.org.au/schema/cultural-context/v1.schema.json" }
  },
  "additionalProperties": false
}
