changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "available_lenses": {
+ "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"
+ },
+ "fell_back_to_synthesis": {
+ "type": "boolean"
+ },
+ "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"
+ },
+ "frontmatter": {
+ "type": "object"
+ },
+ "lens": {
+ "type": "string"
+ },
+ "lens_was_requested": {
+ "type": "string"
+ },
+ "projection": {
+ "type": "string"
+ },
+ "record_status": {
+ "properties": {
+ "meeting_status": {
+ "enum": [
+ "scheduled",
+ "convened",
+ "cancelled"
+ ],
+ "type": "string"
+ },
+ "minutes_available": {
+ "type": "boolean"
+ },
+ "outcome_status": {
+ "enum": [
+ "pending",
+ "recorded"
+ ],
+ "type": "string"
+ },
+ "record_type": {
+ "enum": [
+ "agenda",
+ "minutes"
+ ],
+ "type": "string"
+ },
+ "vote_final": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "record_type",
+ "meeting_status",
+ "outcome_status",
+ "minutes_available",
+ "vote_final"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "meeting"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "type",
+ "url",
+ "lens",
+ "projection",
+ "claims",
+ "freshness",
+ "record_status"
+ ],
+ "type": "object"
+}