changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "audiences": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "claims": {
+ "items": {
+ "properties": {
+ "citations": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "facet": {
+ "description": "Structural facet category.",
+ "enum": [
+ "primary_force",
+ "voxel_lead",
+ "exhibit",
+ "defensive_response",
+ "lesson",
+ "notable_decision",
+ "voting_record"
+ ],
+ "type": "string"
+ },
+ "id": {
+ "description": "Full claim_id slug — `{scope}.{facet}.{noun}`.",
+ "type": "string"
+ },
+ "schema_id": {
+ "description": "Full @id URL for JSON-LD reference.",
+ "type": "string"
+ },
+ "text": {
+ "description": "Claim text, verbatim.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "facet",
+ "text",
+ "schema_id",
+ "citations"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "defensive_response": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "exhibits": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "detected_via": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "freshness": {
+ "properties": {
+ "corpus_last_harvested": {
+ "description": "YYYY-MM-DD — most recent harvest_date in corpus.",
+ "type": "string"
+ },
+ "dossier_last_material_update": {
+ "description": "YYYY-MM-DD — when this dossier last changed.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "page_last_rendered": {
+ "description": "ISO 8601 — request-time stamp.",
+ "type": "string"
+ },
+ "site_build_committed": {
+ "description": "Short git SHA.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "corpus_last_harvested",
+ "page_last_rendered",
+ "site_build_committed"
+ ],
+ "type": "object"
+ },
+ "lifecycle_stage": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "named_at": {
+ "type": "string"
+ },
+ "provenance_chain": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "related_briefs": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "related_corridors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "related_places": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "scope": {
+ "properties": {
+ "corridors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "spatial": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "temporal": {
+ "type": "string"
+ },
+ "topical": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "signal_status": {
+ "properties": {
+ "confidence": {
+ "enum": [
+ "low",
+ "medium",
+ "high",
+ "very-high"
+ ],
+ "type": "string"
+ },
+ "confidence_pips": {
+ "maximum": 5,
+ "minimum": 0,
+ "type": "number"
+ },
+ "direction": {
+ "enum": [
+ "rising",
+ "stable",
+ "cooling"
+ ],
+ "type": "string"
+ },
+ "horizon": {
+ "type": "string"
+ },
+ "score": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "surfaces": {
+ "properties": {
+ "defined_term_id": {
+ "type": "string"
+ },
+ "defined_term_set": {
+ "type": "string"
+ },
+ "dossier": {
+ "type": "string"
+ },
+ "list_in_atlas": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "url": {
+ "type": "string"
+ },
+ "voxel_lead": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "url",
+ "claims",
+ "freshness"
+ ],
+ "type": "object"
+}