{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Crossing the Floor normalized research release",
  "version": "2026-07-31.5",
  "scope": "normalized_research_leads",
  "description": "Relational research data. publication_status and verification_level must be inspected before treating a record as published history.",
  "tables": {
    "events": {
      "primaryKey": "public_id",
      "rowCount": 218,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legacy_crossing_id": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "title_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "title_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "event_date": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "date_end": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "jurisdiction_code": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "jurisdiction_name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "jurisdiction_name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legislature_level": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "event_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "event_scope": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "individual",
            "group",
            "institutional"
          ]
        },
        "participant_resolution_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "not_applicable",
            "unresolved",
            "partial",
            "complete"
          ]
        },
        "named_participant_count": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "participant_count_estimate": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "verification_level": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "unverified",
            "single_source",
            "corroborated",
            "official_and_independent"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "cited_source_count": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "participants": {
      "primaryKey": "public_id",
      "rowCount": 208,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "event_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "person_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "person_name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "person_name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "from_party_public_id": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "from_party_name_en": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "from_party_name_fr": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "to_party_public_id": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "to_party_name_en": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "to_party_name_fr": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "from_affiliation_label": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "to_affiliation_label": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "transition_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "voluntary_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "voluntary",
            "involuntary",
            "mixed",
            "unknown"
          ]
        },
        "appointed_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "yes",
            "no",
            "unknown",
            "not_applicable"
          ]
        },
        "government_direction": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "to_government",
            "from_government",
            "between_opposition",
            "government_to_independent",
            "opposition_to_independent",
            "unknown",
            "not_applicable"
          ]
        },
        "effective_date": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "effective_date_end": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "sequence": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "people": {
      "primaryKey": "public_id",
      "rowCount": 206,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "birth_year": {
          "nullable": true,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "death_year": {
          "nullable": true,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "living_person_review_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "not_applicable",
            "not_reviewed",
            "pending",
            "approved",
            "changes_requested"
          ]
        },
        "portrait_rights_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "unknown",
            "permission",
            "public_domain",
            "open_license",
            "fair_dealing",
            "restricted"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "last_verified_at": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "parties": {
      "primaryKey": "public_id",
      "rowCount": 68,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "abbreviation_en": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "abbreviation_fr": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "jurisdiction_code": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "party_kind": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "claims": {
      "primaryKey": "public_id",
      "rowCount": 218,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "subject_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "subject_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "claim_kind": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "field_key": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "value_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "value_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "assertion_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "unsupported",
            "partially_supported",
            "supported",
            "disputed",
            "unknown",
            "withdrawn"
          ]
        },
        "confidence": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "high",
            "medium",
            "low",
            "unknown"
          ]
        },
        "is_material": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": [
            "boolean"
          ]
        },
        "last_reviewed_at": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "sources": {
      "primaryKey": "public_id",
      "rowCount": 80,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legacy_source_id": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "source_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "title": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "publisher": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "author": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "publication_date": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "url": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "archive_url": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "archive_captured_at": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "locator_type": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "locator_value": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "accessed_at": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "reliability_tier": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "primary_official",
            "primary_other",
            "secondary_reliable",
            "scholarly",
            "tertiary",
            "unassessed"
          ]
        },
        "checksum_algorithm": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "checksum": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "ocr_state": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "not_applicable",
            "not_started",
            "machine",
            "human_reviewed",
            "failed"
          ]
        },
        "rights_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "unknown",
            "public_domain",
            "open_license",
            "permission",
            "link_only",
            "restricted"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "jurisdictions": {
      "primaryKey": "public_id",
      "rowCount": 14,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "iso_code": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "kind": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "admitted_on": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "dissolved_on": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "legislatures": {
      "primaryKey": "public_id",
      "rowCount": 14,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "jurisdiction_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "level": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "founded_on": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "dissolved_on": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "official_url": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "chambers": {
      "primaryKey": "public_id",
      "rowCount": 14,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legislature_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "chamber_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "active": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": [
            "boolean"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "sessions": {
      "primaryKey": "public_id",
      "rowCount": 45,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legacy_session_id": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "legislature_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "chamber_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "parliament_number": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "session_number": {
          "nullable": true,
          "declaredType": "integer",
          "observedTypes": []
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "start_date": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "end_date": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "seat_count": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "majority_threshold": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        }
      }
    },
    "party_aliases": {
      "primaryKey": "public_id",
      "rowCount": 82,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "party_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "jurisdiction_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "alias": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "valid_from": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_to": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "official": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": [
            "boolean"
          ]
        },
        "source_public_id": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "party_relationships": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "from_party_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "to_party_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "relationship_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "effective_date": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "source_claim_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "alternate_identities": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "person_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "name": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "identity_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_from": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_to": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "source_claim_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "ridings": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "slug": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "name_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "name_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "jurisdiction_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_from": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_to": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": []
        }
      }
    },
    "riding_names": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "riding_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "name": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_from": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "valid_to": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "official": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": []
        }
      }
    },
    "riding_lineage": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "from_riding_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "to_riding_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "redistribution_date": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "relationship_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "overlap_fraction": {
          "nullable": false,
          "declaredType": "number",
          "observedTypes": []
        },
        "source_claim_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "affiliation_history": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "person_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "party_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "independent_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "chamber_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "riding_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "started_on": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "ended_on": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "start_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "end_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "start_participant_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "end_participant_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": []
        }
      }
    },
    "outcomes": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "participant_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "outcome_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "occurred_on": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "date_precision": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "day",
            "month",
            "year",
            "circa",
            "range",
            "unknown"
          ]
        },
        "value_text_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "value_text_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "result_state": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "yes",
            "no",
            "unknown",
            "pending",
            "not_applicable"
          ]
        },
        "publication_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "legacy_lead",
            "pending_review",
            "verified",
            "disputed",
            "withdrawn"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": []
        }
      }
    },
    "claim_citations": {
      "primaryKey": "public_id",
      "rowCount": 80,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "claim_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "source_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "locator_type": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "locator_value": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "quote_excerpt": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "supports": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": [
            "boolean"
          ]
        },
        "note_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "note_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        }
      }
    },
    "translations": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "subject_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "subject_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "field_key": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "source_language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "target_language": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "source_version": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": []
        },
        "translation_version": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": []
        },
        "machine_assistance": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "none",
            "draft",
            "terminology",
            "full"
          ]
        },
        "review_status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "pending",
            "in_review",
            "approved",
            "changes_requested",
            "rejected"
          ]
        },
        "outdated": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": []
        },
        "reviewed_at": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "editorial_reviews": {
      "primaryKey": "public_id",
      "rowCount": 0,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "record_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "record_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "review_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [],
          "allowedValues": [
            "pending",
            "in_review",
            "approved",
            "changes_requested",
            "rejected"
          ]
        },
        "checklist_version": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "started_at": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        },
        "completed_at": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "source_link_checks": {
      "primaryKey": "public_id",
      "rowCount": 74,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "source_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "checked_at": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "http_status": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "response_ms": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "final_url": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "checksum": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "status": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ],
          "allowedValues": [
            "ok",
            "redirected",
            "broken",
            "blocked",
            "changed",
            "unknown"
          ]
        },
        "error_code": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        }
      }
    },
    "revisions": {
      "primaryKey": "public_id",
      "rowCount": 218,
      "fields": {
        "public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "record_type": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "record_public_id": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "revision": {
          "nullable": false,
          "declaredType": "integer",
          "observedTypes": [
            "number"
          ]
        },
        "change_kind": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "summary_en": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "summary_fr": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        },
        "material": {
          "nullable": false,
          "declaredType": "boolean",
          "observedTypes": [
            "boolean"
          ]
        },
        "changed_fields": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "object"
          ]
        },
        "published_at": {
          "nullable": true,
          "declaredType": "string",
          "observedTypes": []
        },
        "created_at": {
          "nullable": false,
          "declaredType": "string",
          "observedTypes": [
            "string"
          ]
        }
      }
    }
  }
}
