{
  "$defs": {
    "AdapterCapabilityDTO": {
      "additionalProperties": false,
      "properties": {
        "adapter_key": {
          "title": "Adapter Key",
          "type": "string"
        },
        "capability_level": {
          "enum": [
            "discovery_only",
            "docket_metadata",
            "document_metadata",
            "event_proposals",
            "economics_proposals"
          ],
          "title": "Capability Level",
          "type": "string"
        },
        "configured_endpoint_count": {
          "title": "Configured Endpoint Count",
          "type": "integer"
        },
        "active_endpoint_count": {
          "title": "Active Endpoint Count",
          "type": "integer"
        },
        "entity_types": {
          "items": {
            "type": "string"
          },
          "title": "Entity Types",
          "type": "array"
        },
        "normalized_candidate_operations": {
          "items": {
            "type": "string"
          },
          "title": "Normalized Candidate Operations",
          "type": "array"
        },
        "notes": {
          "title": "Notes",
          "type": "string"
        }
      },
      "required": [
        "adapter_key",
        "capability_level",
        "configured_endpoint_count",
        "active_endpoint_count",
        "entity_types",
        "normalized_candidate_operations",
        "notes"
      ],
      "title": "AdapterCapabilityDTO",
      "type": "object"
    },
    "ApprovedChangeDTO": {
      "additionalProperties": false,
      "properties": {
        "change_id": {
          "title": "Change Id",
          "type": "string"
        },
        "candidate_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Candidate Id"
        },
        "changed_at": {
          "format": "date-time",
          "title": "Changed At",
          "type": "string"
        },
        "entity_type": {
          "title": "Entity Type",
          "type": "string"
        },
        "entity_id": {
          "title": "Entity Id",
          "type": "string"
        },
        "company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Id"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "state": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "State"
        },
        "change_category": {
          "title": "Change Category",
          "type": "string"
        },
        "materiality": {
          "title": "Materiality",
          "type": "string"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "field": {
          "title": "Field",
          "type": "string"
        },
        "old_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Old Value"
        },
        "new_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "New Value"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        },
        "source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Url"
        }
      },
      "required": [
        "change_id",
        "candidate_id",
        "changed_at",
        "entity_type",
        "entity_id",
        "company_id",
        "utility_id",
        "proceeding_id",
        "state",
        "change_category",
        "materiality",
        "summary",
        "field",
        "old_value",
        "new_value",
        "effective_date",
        "citation_id",
        "source_url"
      ],
      "title": "ApprovedChangeDTO",
      "type": "object"
    },
    "CitationDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "document_id": {
          "title": "Document Id",
          "type": "string"
        },
        "document_type": {
          "title": "Document Type",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "url": {
          "title": "Url",
          "type": "string"
        },
        "document_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Document Date"
        },
        "page_start": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Page Start"
        },
        "page_end": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Page End"
        },
        "excerpt": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Excerpt"
        },
        "evidence_note": {
          "title": "Evidence Note",
          "type": "string"
        },
        "extraction_method": {
          "title": "Extraction Method",
          "type": "string"
        },
        "confidence": {
          "title": "Confidence",
          "type": "number"
        },
        "evidence_grade": {
          "enum": [
            "A",
            "B",
            "C",
            "D",
            "E"
          ],
          "title": "Evidence Grade",
          "type": "string"
        },
        "reviewed_at": {
          "format": "date-time",
          "title": "Reviewed At",
          "type": "string"
        },
        "reviewed_by": {
          "title": "Reviewed By",
          "type": "string"
        }
      },
      "required": [
        "id",
        "document_id",
        "document_type",
        "title",
        "url",
        "document_date",
        "page_start",
        "page_end",
        "excerpt",
        "evidence_note",
        "extraction_method",
        "confidence",
        "evidence_grade",
        "reviewed_at",
        "reviewed_by"
      ],
      "title": "CitationDTO",
      "type": "object"
    },
    "CommissionDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "abbreviation": {
          "title": "Abbreviation",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "website_url": {
          "title": "Website Url",
          "type": "string"
        },
        "docket_search_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Docket Search Url"
        },
        "meeting_calendar_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Meeting Calendar Url"
        },
        "utility_count": {
          "title": "Utility Count",
          "type": "integer"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        },
        "last_verified_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Verified At"
        },
        "commissioners_url": {
          "title": "Commissioners Url",
          "type": "string"
        },
        "overview": {
          "title": "Overview",
          "type": "string"
        },
        "governance": {
          "title": "Governance",
          "type": "string"
        },
        "appointment_process": {
          "title": "Appointment Process",
          "type": "string"
        },
        "leadership_selection": {
          "title": "Leadership Selection",
          "type": "string"
        },
        "governance_citation_id": {
          "title": "Governance Citation Id",
          "type": "string"
        },
        "governance_source_url": {
          "title": "Governance Source Url",
          "type": "string"
        },
        "members": {
          "items": {
            "$ref": "#/$defs/CommissionMemberDTO"
          },
          "title": "Members",
          "type": "array"
        },
        "utility_ids": {
          "items": {
            "type": "string"
          },
          "title": "Utility Ids",
          "type": "array"
        },
        "proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Proceeding Ids",
          "type": "array"
        }
      },
      "required": [
        "id",
        "slug",
        "name",
        "abbreviation",
        "state",
        "website_url",
        "docket_search_url",
        "meeting_calendar_url",
        "utility_count",
        "open_proceeding_count",
        "last_verified_at",
        "commissioners_url",
        "overview",
        "governance",
        "appointment_process",
        "leadership_selection",
        "governance_citation_id",
        "governance_source_url",
        "members",
        "utility_ids",
        "proceeding_ids"
      ],
      "title": "CommissionDetailDTO",
      "type": "object"
    },
    "CommissionDirectoryDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "abbreviation": {
          "title": "Abbreviation",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "website_url": {
          "title": "Website Url",
          "type": "string"
        },
        "docket_search_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Docket Search Url"
        },
        "meeting_calendar_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Meeting Calendar Url"
        },
        "utility_count": {
          "title": "Utility Count",
          "type": "integer"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        },
        "last_verified_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Verified At"
        }
      },
      "required": [
        "id",
        "slug",
        "name",
        "abbreviation",
        "state",
        "website_url",
        "docket_search_url",
        "meeting_calendar_url",
        "utility_count",
        "open_proceeding_count",
        "last_verified_at"
      ],
      "title": "CommissionDirectoryDTO",
      "type": "object"
    },
    "CommissionMemberDTO": {
      "additionalProperties": false,
      "properties": {
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "role": {
          "title": "Role",
          "type": "string"
        },
        "bio_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Bio Url"
        },
        "selection_method": {
          "title": "Selection Method",
          "type": "string"
        },
        "selected_by": {
          "title": "Selected By",
          "type": "string"
        },
        "nomination_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Nomination Date"
        },
        "confirmation_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Confirmation Date"
        },
        "term_start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term Start Date"
        },
        "term_end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term End Date"
        },
        "holdover_end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Holdover End Date"
        },
        "term_status": {
          "enum": [
            "active",
            "holdover",
            "end_date_not_published",
            "ended"
          ],
          "title": "Term Status",
          "type": "string"
        },
        "appointment_note": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Appointment Note"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "commission_id",
        "state",
        "id",
        "name",
        "role",
        "bio_url",
        "selection_method",
        "selected_by",
        "nomination_date",
        "confirmation_date",
        "term_start_date",
        "term_end_date",
        "holdover_end_date",
        "term_status",
        "appointment_note",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "citation_id",
        "source_url"
      ],
      "title": "CommissionMemberDTO",
      "type": "object"
    },
    "CompanyDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "legal_name": {
          "title": "Legal Name",
          "type": "string"
        },
        "display_name": {
          "title": "Display Name",
          "type": "string"
        },
        "website_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Website Url"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "exchange": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Exchange"
        },
        "utility_count": {
          "title": "Utility Count",
          "type": "integer"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        },
        "utility_ids": {
          "items": {
            "type": "string"
          },
          "title": "Utility Ids",
          "type": "array"
        },
        "proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Proceeding Ids",
          "type": "array"
        },
        "ownerships": {
          "items": {
            "$ref": "#/$defs/UtilityOwnershipDTO"
          },
          "title": "Ownerships",
          "type": "array"
        }
      },
      "required": [
        "id",
        "slug",
        "legal_name",
        "display_name",
        "website_url",
        "ticker",
        "exchange",
        "utility_count",
        "open_proceeding_count",
        "utility_ids",
        "proceeding_ids",
        "ownerships"
      ],
      "title": "CompanyDetailDTO",
      "type": "object"
    },
    "CompanyDirectoryDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "legal_name": {
          "title": "Legal Name",
          "type": "string"
        },
        "display_name": {
          "title": "Display Name",
          "type": "string"
        },
        "website_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Website Url"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "exchange": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Exchange"
        },
        "utility_count": {
          "title": "Utility Count",
          "type": "integer"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        }
      },
      "required": [
        "id",
        "slug",
        "legal_name",
        "display_name",
        "website_url",
        "ticker",
        "exchange",
        "utility_count",
        "open_proceeding_count"
      ],
      "title": "CompanyDirectoryDTO",
      "type": "object"
    },
    "CompanyIdentifierDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "company_id": {
          "title": "Company Id",
          "type": "string"
        },
        "company_name": {
          "title": "Company Name",
          "type": "string"
        },
        "scheme": {
          "title": "Scheme",
          "type": "string"
        },
        "value": {
          "title": "Value",
          "type": "string"
        },
        "exchange": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Exchange"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        }
      },
      "required": [
        "id",
        "company_id",
        "company_name",
        "scheme",
        "value",
        "exchange",
        "valid_from",
        "valid_from_known",
        "valid_to"
      ],
      "title": "CompanyIdentifierDTO",
      "type": "object"
    },
    "CoverageSummaryDTO": {
      "additionalProperties": false,
      "properties": {
        "states": {
          "title": "States",
          "type": "integer"
        },
        "commissions": {
          "title": "Commissions",
          "type": "integer"
        },
        "companies": {
          "title": "Companies",
          "type": "integer"
        },
        "utilities": {
          "title": "Utilities",
          "type": "integer"
        },
        "proceedings": {
          "title": "Proceedings",
          "type": "integer"
        },
        "open_proceedings": {
          "title": "Open Proceedings",
          "type": "integer"
        },
        "events": {
          "title": "Events",
          "type": "integer"
        },
        "decisions": {
          "title": "Decisions",
          "type": "integer"
        },
        "large_load_tariffs": {
          "title": "Large Load Tariffs",
          "type": "integer"
        },
        "last_verified_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Verified At"
        },
        "oldest_active_verification_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Oldest Active Verification At"
        },
        "last_successful_source_run_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Successful Source Run At"
        },
        "pending_material_review_count": {
          "title": "Pending Material Review Count",
          "type": "integer"
        }
      },
      "required": [
        "states",
        "commissions",
        "companies",
        "utilities",
        "proceedings",
        "open_proceedings",
        "events",
        "decisions",
        "large_load_tariffs",
        "last_verified_at",
        "oldest_active_verification_at",
        "last_successful_source_run_at",
        "pending_material_review_count"
      ],
      "title": "CoverageSummaryDTO",
      "type": "object"
    },
    "DataQualitySummaryDTO": {
      "additionalProperties": false,
      "properties": {
        "last_source_fetch_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Source Fetch At"
        },
        "last_successful_parse_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Successful Parse At"
        },
        "last_docket_review_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Docket Review At"
        },
        "last_economics_review_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Economics Review At"
        },
        "last_full_record_review_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Full Record Review At"
        },
        "last_canonical_change_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Canonical Change At"
        },
        "official_document_count": {
          "title": "Official Document Count",
          "type": "integer"
        },
        "evidence_citation_count": {
          "title": "Evidence Citation Count",
          "type": "integer"
        },
        "missing_headline_count": {
          "title": "Missing Headline Count",
          "type": "integer"
        },
        "pending_candidate_count": {
          "title": "Pending Candidate Count",
          "type": "integer"
        },
        "known_gap_count": {
          "title": "Known Gap Count",
          "type": "integer"
        }
      },
      "required": [
        "last_source_fetch_at",
        "last_successful_parse_at",
        "last_docket_review_at",
        "last_economics_review_at",
        "last_full_record_review_at",
        "last_canonical_change_at",
        "official_document_count",
        "evidence_citation_count",
        "missing_headline_count",
        "pending_candidate_count",
        "known_gap_count"
      ],
      "title": "DataQualitySummaryDTO",
      "type": "object"
    },
    "DecisionDTO": {
      "additionalProperties": false,
      "properties": {
        "proceeding_id": {
          "title": "Proceeding Id",
          "type": "string"
        },
        "docket_number": {
          "title": "Docket Number",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "utility_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Name"
        },
        "decision_event_id": {
          "title": "Decision Event Id",
          "type": "string"
        },
        "decision_date": {
          "format": "date",
          "title": "Decision Date",
          "type": "string"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        },
        "source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Url"
        },
        "requested_revenue_change": {
          "anyOf": [
            {
              "$ref": "#/$defs/MetricValueDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "authorized_revenue_change": {
          "anyOf": [
            {
              "$ref": "#/$defs/MetricValueDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "requested_return_on_equity": {
          "anyOf": [
            {
              "$ref": "#/$defs/MetricValueDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "authorized_return_on_equity": {
          "anyOf": [
            {
              "$ref": "#/$defs/MetricValueDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "rates_effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rates Effective Date"
        }
      },
      "required": [
        "proceeding_id",
        "docket_number",
        "title",
        "state",
        "utility_id",
        "utility_name",
        "decision_event_id",
        "decision_date",
        "citation_id",
        "source_url",
        "requested_revenue_change",
        "authorized_revenue_change",
        "requested_return_on_equity",
        "authorized_return_on_equity",
        "rates_effective_date"
      ],
      "title": "DecisionDTO",
      "type": "object"
    },
    "EventDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "proceeding_id": {
          "title": "Proceeding Id",
          "type": "string"
        },
        "event_type": {
          "enum": [
            "anticipated_filing",
            "application_filed",
            "case_opened",
            "case_received",
            "case_posted",
            "tariff_filed",
            "proposed_effective",
            "suspension_order",
            "suspension_expires",
            "procedural_schedule",
            "public_input_hearing",
            "evidentiary_hearing",
            "hearing",
            "staff_testimony",
            "intervenor_testimony",
            "rebuttal_testimony",
            "brief_due",
            "brief_deadline",
            "settlement_filed",
            "settlement_hearing",
            "recommended_decision",
            "commission_meeting",
            "commission_action",
            "order_adopted",
            "order_entered",
            "final_order",
            "rehearing_filed",
            "rehearing_decision",
            "reconsideration_filed",
            "reconsideration_order_entered",
            "appeal_filed",
            "compliance_filing",
            "rates_effective",
            "case_closed",
            "other_material_event"
          ],
          "title": "Event Type",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Start Date"
        },
        "end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "End Date"
        },
        "date_precision": {
          "enum": [
            "exact_day",
            "month",
            "quarter",
            "year",
            "unknown"
          ],
          "title": "Date Precision",
          "type": "string"
        },
        "date_basis": {
          "enum": [
            "official_commission",
            "utility_guidance",
            "statutory_deadline",
            "procedural_inference",
            "analyst_estimate",
            "proposed_settlement"
          ],
          "title": "Date Basis",
          "type": "string"
        },
        "status": {
          "enum": [
            "scheduled",
            "completed",
            "cancelled",
            "conditional",
            "rescheduled",
            "overdue_unreconciled"
          ],
          "title": "Status",
          "type": "string"
        },
        "condition_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Condition Text"
        },
        "is_material": {
          "title": "Is Material",
          "type": "boolean"
        },
        "supersedes_event_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Event Id"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        },
        "source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Source Url"
        },
        "state": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "State"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Utility Id"
        },
        "utility_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Utility Name"
        },
        "docket_number": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Docket Number"
        }
      },
      "required": [
        "id",
        "proceeding_id",
        "event_type",
        "title",
        "start_date",
        "end_date",
        "date_precision",
        "date_basis",
        "status",
        "condition_text",
        "is_material",
        "supersedes_event_id",
        "citation_id"
      ],
      "title": "EventDTO",
      "type": "object"
    },
    "FieldCoverageDatasetDTO": {
      "additionalProperties": false,
      "properties": {
        "proceedings": {
          "items": {
            "$ref": "#/$defs/ProceedingFieldCoverageDTO"
          },
          "title": "Proceedings",
          "type": "array"
        },
        "states": {
          "items": {
            "$ref": "#/$defs/StateFieldCoverageDTO"
          },
          "title": "States",
          "type": "array"
        }
      },
      "required": [
        "proceedings",
        "states"
      ],
      "title": "FieldCoverageDatasetDTO",
      "type": "object"
    },
    "HeadlineEconomicsDTO": {
      "additionalProperties": false,
      "properties": {
        "requested_revenue_change": {
          "$ref": "#/$defs/HeadlineMetricDTO"
        },
        "settlement_revenue_change": {
          "$ref": "#/$defs/HeadlineMetricDTO"
        },
        "authorized_revenue_change": {
          "$ref": "#/$defs/HeadlineMetricDTO"
        },
        "requested_return_on_equity": {
          "$ref": "#/$defs/HeadlineMetricDTO"
        },
        "authorized_return_on_equity": {
          "$ref": "#/$defs/HeadlineMetricDTO"
        }
      },
      "required": [
        "requested_revenue_change",
        "settlement_revenue_change",
        "authorized_revenue_change",
        "requested_return_on_equity",
        "authorized_return_on_equity"
      ],
      "title": "HeadlineEconomicsDTO",
      "type": "object"
    },
    "HeadlineMetricDTO": {
      "additionalProperties": false,
      "properties": {
        "status": {
          "enum": [
            "total",
            "single_period",
            "multi_year",
            "missing"
          ],
          "title": "Status",
          "type": "string"
        },
        "observation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Observation Id"
        },
        "value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "period_label": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Period Label"
        },
        "as_of_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "As Of Date"
        },
        "missing_reason": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Missing Reason"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        }
      },
      "required": [
        "status",
        "observation_id",
        "value",
        "unit",
        "period_label",
        "as_of_date",
        "missing_reason",
        "citation_id"
      ],
      "title": "HeadlineMetricDTO",
      "type": "object"
    },
    "LargeLoadTariffDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "tariff_code": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Tariff Code"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "instrument_type": {
          "enum": [
            "tariff",
            "rider",
            "special_contract",
            "model_tariff",
            "other"
          ],
          "title": "Instrument Type",
          "type": "string"
        },
        "customer_scope": {
          "title": "Customer Scope",
          "type": "string"
        },
        "utility_jurisdiction_id": {
          "title": "Utility Jurisdiction Id",
          "type": "string"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "current_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Version Id"
        },
        "current_stage": {
          "anyOf": [
            {
              "enum": [
                "proposed",
                "settlement",
                "authorized"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Stage"
        },
        "current_status": {
          "anyOf": [
            {
              "enum": [
                "proposed",
                "under_review",
                "settlement_pending",
                "approved",
                "effective",
                "superseded",
                "withdrawn",
                "rehearing_or_appeal"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Status"
        },
        "filed_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Filed Date"
        },
        "decision_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Decision Date"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "qualifying_demand": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "contract_term": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "minimum_payment": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "collateral": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "exit_protection": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "versions": {
          "items": {
            "$ref": "#/$defs/TariffVersionDTO"
          },
          "title": "Versions",
          "type": "array"
        },
        "citations": {
          "items": {
            "$ref": "#/$defs/CitationDTO"
          },
          "title": "Citations",
          "type": "array"
        }
      },
      "required": [
        "id",
        "slug",
        "tariff_code",
        "name",
        "instrument_type",
        "customer_scope",
        "utility_jurisdiction_id",
        "utility_id",
        "utility_name",
        "state",
        "current_version_id",
        "current_stage",
        "current_status",
        "filed_date",
        "decision_date",
        "effective_date",
        "qualifying_demand",
        "contract_term",
        "minimum_payment",
        "collateral",
        "exit_protection",
        "versions",
        "citations"
      ],
      "title": "LargeLoadTariffDetailDTO",
      "type": "object"
    },
    "LargeLoadTariffDirectoryDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "tariff_code": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Tariff Code"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "instrument_type": {
          "enum": [
            "tariff",
            "rider",
            "special_contract",
            "model_tariff",
            "other"
          ],
          "title": "Instrument Type",
          "type": "string"
        },
        "customer_scope": {
          "title": "Customer Scope",
          "type": "string"
        },
        "utility_jurisdiction_id": {
          "title": "Utility Jurisdiction Id",
          "type": "string"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "current_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Version Id"
        },
        "current_stage": {
          "anyOf": [
            {
              "enum": [
                "proposed",
                "settlement",
                "authorized"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Stage"
        },
        "current_status": {
          "anyOf": [
            {
              "enum": [
                "proposed",
                "under_review",
                "settlement_pending",
                "approved",
                "effective",
                "superseded",
                "withdrawn",
                "rehearing_or_appeal"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Status"
        },
        "filed_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Filed Date"
        },
        "decision_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Decision Date"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "qualifying_demand": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "contract_term": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "minimum_payment": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "collateral": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        },
        "exit_protection": {
          "$ref": "#/$defs/TariffHeadlineTermDTO"
        }
      },
      "required": [
        "id",
        "slug",
        "tariff_code",
        "name",
        "instrument_type",
        "customer_scope",
        "utility_jurisdiction_id",
        "utility_id",
        "utility_name",
        "state",
        "current_version_id",
        "current_stage",
        "current_status",
        "filed_date",
        "decision_date",
        "effective_date",
        "qualifying_demand",
        "contract_term",
        "minimum_payment",
        "collateral",
        "exit_protection"
      ],
      "title": "LargeLoadTariffDirectoryDTO",
      "type": "object"
    },
    "MaterialChangeDTO": {
      "additionalProperties": false,
      "properties": {
        "change_id": {
          "title": "Change Id",
          "type": "string"
        },
        "changed_at": {
          "format": "date-time",
          "title": "Changed At",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "change_category": {
          "title": "Change Category",
          "type": "string"
        },
        "states": {
          "items": {
            "type": "string"
          },
          "title": "States",
          "type": "array"
        },
        "company_ids": {
          "items": {
            "type": "string"
          },
          "title": "Company Ids",
          "type": "array"
        },
        "utility_ids": {
          "items": {
            "type": "string"
          },
          "title": "Utility Ids",
          "type": "array"
        },
        "proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Proceeding Ids",
          "type": "array"
        },
        "entity_count": {
          "title": "Entity Count",
          "type": "integer"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "citation_ids": {
          "items": {
            "type": "string"
          },
          "title": "Citation Ids",
          "type": "array"
        },
        "source_urls": {
          "items": {
            "type": "string"
          },
          "title": "Source Urls",
          "type": "array"
        }
      },
      "required": [
        "change_id",
        "changed_at",
        "title",
        "summary",
        "change_category",
        "states",
        "company_ids",
        "utility_ids",
        "proceeding_ids",
        "entity_count",
        "effective_date",
        "citation_ids",
        "source_urls"
      ],
      "title": "MaterialChangeDTO",
      "type": "object"
    },
    "MetricValueDTO": {
      "additionalProperties": false,
      "properties": {
        "observation_id": {
          "title": "Observation Id",
          "type": "string"
        },
        "value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "as_of_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "As Of Date"
        },
        "missing_reason": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Missing Reason"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        }
      },
      "required": [
        "observation_id",
        "value",
        "unit",
        "as_of_date",
        "missing_reason",
        "citation_id"
      ],
      "title": "MetricValueDTO",
      "type": "object"
    },
    "NextMaterialEventDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "event_type": {
          "enum": [
            "anticipated_filing",
            "application_filed",
            "case_opened",
            "case_received",
            "case_posted",
            "tariff_filed",
            "proposed_effective",
            "suspension_order",
            "suspension_expires",
            "procedural_schedule",
            "public_input_hearing",
            "evidentiary_hearing",
            "hearing",
            "staff_testimony",
            "intervenor_testimony",
            "rebuttal_testimony",
            "brief_due",
            "brief_deadline",
            "settlement_filed",
            "settlement_hearing",
            "recommended_decision",
            "commission_meeting",
            "commission_action",
            "order_adopted",
            "order_entered",
            "final_order",
            "rehearing_filed",
            "rehearing_decision",
            "reconsideration_filed",
            "reconsideration_order_entered",
            "appeal_filed",
            "compliance_filing",
            "rates_effective",
            "case_closed",
            "other_material_event"
          ],
          "title": "Event Type",
          "type": "string"
        },
        "start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Start Date"
        },
        "date_precision": {
          "enum": [
            "exact_day",
            "month",
            "quarter",
            "year",
            "unknown"
          ],
          "title": "Date Precision",
          "type": "string"
        },
        "date_basis": {
          "enum": [
            "official_commission",
            "utility_guidance",
            "statutory_deadline",
            "procedural_inference",
            "analyst_estimate",
            "proposed_settlement"
          ],
          "title": "Date Basis",
          "type": "string"
        },
        "status": {
          "enum": [
            "scheduled",
            "completed",
            "cancelled",
            "conditional",
            "rescheduled",
            "overdue_unreconciled"
          ],
          "title": "Status",
          "type": "string"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        }
      },
      "required": [
        "id",
        "title",
        "event_type",
        "start_date",
        "date_precision",
        "date_basis",
        "status",
        "citation_id"
      ],
      "title": "NextMaterialEventDTO",
      "type": "object"
    },
    "ObservationDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "utility_jurisdiction_id": {
          "title": "Utility Jurisdiction Id",
          "type": "string"
        },
        "metric_key": {
          "title": "Metric Key",
          "type": "string"
        },
        "metric_label": {
          "title": "Metric Label",
          "type": "string"
        },
        "stage": {
          "enum": [
            "utility_request",
            "staff",
            "consumer_advocate",
            "small_business_advocate",
            "other_intervenor",
            "utility_rebuttal",
            "utility_rejoinder",
            "settlement",
            "recommended_decision",
            "authorized",
            "disclosed_actual",
            "company_projected",
            "mechanism_authorized"
          ],
          "title": "Stage",
          "type": "string"
        },
        "party_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Party Id"
        },
        "party_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Party Name"
        },
        "period": {
          "anyOf": [
            {
              "$ref": "#/$defs/PeriodDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "numeric_value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Numeric Value"
        },
        "text_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Text Value"
        },
        "boolean_value": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Boolean Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "scope": {
          "title": "Scope",
          "type": "string"
        },
        "gross_or_net": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Gross Or Net"
        },
        "annualization": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Annualization"
        },
        "derivation": {
          "enum": [
            "explicit",
            "calculated",
            "party_estimate",
            "other"
          ],
          "title": "Derivation",
          "type": "string"
        },
        "as_of_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "As Of Date"
        },
        "missing_reason": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Missing Reason"
        },
        "supersedes_observation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Observation Id"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "proceeding_id",
        "utility_jurisdiction_id",
        "metric_key",
        "metric_label",
        "stage",
        "party_id",
        "party_name",
        "period",
        "numeric_value",
        "text_value",
        "boolean_value",
        "unit",
        "scope",
        "gross_or_net",
        "annualization",
        "derivation",
        "as_of_date",
        "missing_reason",
        "supersedes_observation_id",
        "citation_id"
      ],
      "title": "ObservationDTO",
      "type": "object"
    },
    "OfficialDocketDTO": {
      "additionalProperties": false,
      "properties": {
        "document_id": {
          "title": "Document Id",
          "type": "string"
        },
        "document_role": {
          "const": "official_docket",
          "default": "official_docket",
          "title": "Document Role",
          "type": "string"
        },
        "relationship_type": {
          "title": "Relationship Type",
          "type": "string"
        },
        "url": {
          "title": "Url",
          "type": "string"
        }
      },
      "required": [
        "document_id",
        "relationship_type",
        "url"
      ],
      "title": "OfficialDocketDTO",
      "type": "object"
    },
    "PeriodDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "period_type": {
          "title": "Period Type",
          "type": "string"
        },
        "label": {
          "title": "Label",
          "type": "string"
        },
        "year": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Year"
        },
        "start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Start Date"
        },
        "end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "End Date"
        }
      },
      "required": [
        "id",
        "period_type",
        "label",
        "year",
        "start_date",
        "end_date"
      ],
      "title": "PeriodDTO",
      "type": "object"
    },
    "PeriodRecordDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "period_type": {
          "title": "Period Type",
          "type": "string"
        },
        "label": {
          "title": "Label",
          "type": "string"
        },
        "year": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Year"
        },
        "start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Start Date"
        },
        "end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "End Date"
        },
        "proceeding_id": {
          "title": "Proceeding Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "period_type",
        "label",
        "year",
        "start_date",
        "end_date",
        "proceeding_id"
      ],
      "title": "PeriodRecordDTO",
      "type": "object"
    },
    "ProceedingDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "docket_number": {
          "title": "Docket Number",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "proceeding_type": {
          "title": "Proceeding Type",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "commission_name": {
          "title": "Commission Name",
          "type": "string"
        },
        "utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Jurisdiction Id"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "utility_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Name"
        },
        "service_type": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Service Type"
        },
        "company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Id"
        },
        "company_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Name"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "status_axes": {
          "$ref": "#/$defs/StatusAxesDTO"
        },
        "opened_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Opened Date"
        },
        "closed_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Closed Date"
        },
        "last_verified_at": {
          "format": "date-time",
          "title": "Last Verified At",
          "type": "string"
        },
        "next_material_event": {
          "anyOf": [
            {
              "$ref": "#/$defs/NextMaterialEventDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "official_docket": {
          "anyOf": [
            {
              "$ref": "#/$defs/OfficialDocketDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "headline_economics": {
          "$ref": "#/$defs/HeadlineEconomicsDTO"
        },
        "data_quality": {
          "$ref": "#/$defs/DataQualitySummaryDTO"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "investor_takeaway": {
          "title": "Investor Takeaway",
          "type": "string"
        },
        "utilities": {
          "items": {
            "$ref": "#/$defs/ProceedingUtilityDTO"
          },
          "title": "Utilities",
          "type": "array"
        },
        "parties": {
          "items": {
            "$ref": "#/$defs/ProceedingPartyDTO"
          },
          "title": "Parties",
          "type": "array"
        },
        "events": {
          "items": {
            "$ref": "#/$defs/EventDTO"
          },
          "title": "Events",
          "type": "array"
        },
        "observations": {
          "items": {
            "$ref": "#/$defs/ObservationDTO"
          },
          "title": "Observations",
          "type": "array"
        },
        "rate_steps": {
          "items": {
            "$ref": "#/$defs/RateStepDTO"
          },
          "title": "Rate Steps",
          "type": "array"
        },
        "documents": {
          "items": {
            "$ref": "#/$defs/ProceedingDocumentDTO"
          },
          "title": "Documents",
          "type": "array"
        },
        "citations": {
          "items": {
            "$ref": "#/$defs/CitationDTO"
          },
          "title": "Citations",
          "type": "array"
        }
      },
      "required": [
        "id",
        "slug",
        "docket_number",
        "title",
        "proceeding_type",
        "state",
        "commission_id",
        "commission_name",
        "utility_jurisdiction_id",
        "utility_id",
        "utility_name",
        "service_type",
        "company_id",
        "company_name",
        "ticker",
        "coverage_level",
        "status_axes",
        "opened_date",
        "closed_date",
        "last_verified_at",
        "next_material_event",
        "official_docket",
        "headline_economics",
        "data_quality",
        "summary",
        "investor_takeaway",
        "utilities",
        "parties",
        "events",
        "observations",
        "rate_steps",
        "documents",
        "citations"
      ],
      "title": "ProceedingDetailDTO",
      "type": "object"
    },
    "ProceedingDirectoryDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "docket_number": {
          "title": "Docket Number",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "proceeding_type": {
          "title": "Proceeding Type",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "commission_name": {
          "title": "Commission Name",
          "type": "string"
        },
        "utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Jurisdiction Id"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "utility_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Name"
        },
        "service_type": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Service Type"
        },
        "company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Id"
        },
        "company_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Name"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "status_axes": {
          "$ref": "#/$defs/StatusAxesDTO"
        },
        "opened_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Opened Date"
        },
        "closed_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Closed Date"
        },
        "last_verified_at": {
          "format": "date-time",
          "title": "Last Verified At",
          "type": "string"
        },
        "next_material_event": {
          "anyOf": [
            {
              "$ref": "#/$defs/NextMaterialEventDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "official_docket": {
          "anyOf": [
            {
              "$ref": "#/$defs/OfficialDocketDTO"
            },
            {
              "type": "null"
            }
          ]
        },
        "headline_economics": {
          "$ref": "#/$defs/HeadlineEconomicsDTO"
        },
        "data_quality": {
          "$ref": "#/$defs/DataQualitySummaryDTO"
        }
      },
      "required": [
        "id",
        "slug",
        "docket_number",
        "title",
        "proceeding_type",
        "state",
        "commission_id",
        "commission_name",
        "utility_jurisdiction_id",
        "utility_id",
        "utility_name",
        "service_type",
        "company_id",
        "company_name",
        "ticker",
        "coverage_level",
        "status_axes",
        "opened_date",
        "closed_date",
        "last_verified_at",
        "next_material_event",
        "official_docket",
        "headline_economics",
        "data_quality"
      ],
      "title": "ProceedingDirectoryDTO",
      "type": "object"
    },
    "ProceedingDocumentDTO": {
      "additionalProperties": false,
      "properties": {
        "document_id": {
          "title": "Document Id",
          "type": "string"
        },
        "document_type": {
          "title": "Document Type",
          "type": "string"
        },
        "document_role": {
          "enum": [
            "official_docket",
            "evidence"
          ],
          "title": "Document Role",
          "type": "string"
        },
        "relationship_type": {
          "title": "Relationship Type",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "url": {
          "title": "Url",
          "type": "string"
        },
        "document_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Document Date"
        }
      },
      "required": [
        "document_id",
        "document_type",
        "document_role",
        "relationship_type",
        "title",
        "url",
        "document_date"
      ],
      "title": "ProceedingDocumentDTO",
      "type": "object"
    },
    "ProceedingFieldCoverageDTO": {
      "additionalProperties": false,
      "properties": {
        "proceeding_id": {
          "title": "Proceeding Id",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "active": {
          "title": "Active",
          "type": "boolean"
        },
        "official_docket_present": {
          "title": "Official Docket Present",
          "type": "boolean"
        },
        "opened_date_present": {
          "title": "Opened Date Present",
          "type": "boolean"
        },
        "final_order_present": {
          "title": "Final Order Present",
          "type": "boolean"
        },
        "requested_revenue_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Requested Revenue Status",
          "type": "string"
        },
        "authorized_revenue_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Authorized Revenue Status",
          "type": "string"
        },
        "requested_roe_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Requested Roe Status",
          "type": "string"
        },
        "authorized_roe_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Authorized Roe Status",
          "type": "string"
        },
        "rate_base_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Rate Base Status",
          "type": "string"
        },
        "equity_ratio_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Equity Ratio Status",
          "type": "string"
        },
        "wacc_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Wacc Status",
          "type": "string"
        },
        "bill_impact_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Bill Impact Status",
          "type": "string"
        },
        "period_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Period Status",
          "type": "string"
        },
        "rate_step_status": {
          "enum": [
            "captured",
            "explicit_missing",
            "multi_period",
            "partial",
            "uncaptured",
            "not_applicable",
            "pending_outcome"
          ],
          "title": "Rate Step Status",
          "type": "string"
        },
        "official_document_count": {
          "title": "Official Document Count",
          "type": "integer"
        },
        "citation_count": {
          "title": "Citation Count",
          "type": "integer"
        },
        "last_docket_review": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Docket Review"
        },
        "last_economics_review": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Economics Review"
        },
        "critical_gap_count": {
          "title": "Critical Gap Count",
          "type": "integer"
        }
      },
      "required": [
        "proceeding_id",
        "state",
        "coverage_level",
        "active",
        "official_docket_present",
        "opened_date_present",
        "final_order_present",
        "requested_revenue_status",
        "authorized_revenue_status",
        "requested_roe_status",
        "authorized_roe_status",
        "rate_base_status",
        "equity_ratio_status",
        "wacc_status",
        "bill_impact_status",
        "period_status",
        "rate_step_status",
        "official_document_count",
        "citation_count",
        "last_docket_review",
        "last_economics_review",
        "critical_gap_count"
      ],
      "title": "ProceedingFieldCoverageDTO",
      "type": "object"
    },
    "ProceedingPartyDTO": {
      "additionalProperties": false,
      "properties": {
        "party_id": {
          "title": "Party Id",
          "type": "string"
        },
        "party_name": {
          "title": "Party Name",
          "type": "string"
        },
        "party_type": {
          "title": "Party Type",
          "type": "string"
        },
        "role": {
          "title": "Role",
          "type": "string"
        }
      },
      "required": [
        "party_id",
        "party_name",
        "party_type",
        "role"
      ],
      "title": "ProceedingPartyDTO",
      "type": "object"
    },
    "ProceedingRelationshipDTO": {
      "additionalProperties": false,
      "properties": {
        "from_proceeding_id": {
          "title": "From Proceeding Id",
          "type": "string"
        },
        "to_proceeding_id": {
          "title": "To Proceeding Id",
          "type": "string"
        },
        "relationship_type": {
          "title": "Relationship Type",
          "type": "string"
        }
      },
      "required": [
        "from_proceeding_id",
        "to_proceeding_id",
        "relationship_type"
      ],
      "title": "ProceedingRelationshipDTO",
      "type": "object"
    },
    "ProceedingUtilityDTO": {
      "additionalProperties": false,
      "properties": {
        "utility_jurisdiction_id": {
          "title": "Utility Jurisdiction Id",
          "type": "string"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        },
        "service_type": {
          "title": "Service Type",
          "type": "string"
        },
        "role": {
          "title": "Role",
          "type": "string"
        },
        "is_primary": {
          "title": "Is Primary",
          "type": "boolean"
        }
      },
      "required": [
        "utility_jurisdiction_id",
        "utility_id",
        "utility_name",
        "service_type",
        "role",
        "is_primary"
      ],
      "title": "ProceedingUtilityDTO",
      "type": "object"
    },
    "RateStepDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "stage": {
          "enum": [
            "utility_request",
            "staff",
            "consumer_advocate",
            "small_business_advocate",
            "other_intervenor",
            "utility_rebuttal",
            "utility_rejoinder",
            "settlement",
            "recommended_decision",
            "authorized",
            "disclosed_actual",
            "company_projected",
            "mechanism_authorized"
          ],
          "title": "Stage",
          "type": "string"
        },
        "step_number": {
          "title": "Step Number",
          "type": "integer"
        },
        "period_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Period Id"
        },
        "amount": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            }
          ],
          "title": "Amount"
        },
        "unit": {
          "enum": [
            "USD",
            "USD_per_month",
            "USD_per_year",
            "USD_per_kW_month",
            "USD_per_MWh",
            "percent",
            "basis_points",
            "ratio",
            "count",
            "customers",
            "years",
            "months",
            "days",
            "MW",
            "MWh",
            "kWh",
            "kV",
            "miles"
          ],
          "title": "Unit",
          "type": "string"
        },
        "effective_event_id": {
          "title": "Effective Event Id",
          "type": "string"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "stage",
        "step_number",
        "period_id",
        "amount",
        "unit",
        "effective_event_id",
        "citation_id"
      ],
      "title": "RateStepDTO",
      "type": "object"
    },
    "RateStepRecordDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "stage": {
          "enum": [
            "utility_request",
            "staff",
            "consumer_advocate",
            "small_business_advocate",
            "other_intervenor",
            "utility_rebuttal",
            "utility_rejoinder",
            "settlement",
            "recommended_decision",
            "authorized",
            "disclosed_actual",
            "company_projected",
            "mechanism_authorized"
          ],
          "title": "Stage",
          "type": "string"
        },
        "step_number": {
          "title": "Step Number",
          "type": "integer"
        },
        "period_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Period Id"
        },
        "amount": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            }
          ],
          "title": "Amount"
        },
        "unit": {
          "enum": [
            "USD",
            "USD_per_month",
            "USD_per_year",
            "USD_per_kW_month",
            "USD_per_MWh",
            "percent",
            "basis_points",
            "ratio",
            "count",
            "customers",
            "years",
            "months",
            "days",
            "MW",
            "MWh",
            "kWh",
            "kV",
            "miles"
          ],
          "title": "Unit",
          "type": "string"
        },
        "effective_event_id": {
          "title": "Effective Event Id",
          "type": "string"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "proceeding_id": {
          "title": "Proceeding Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "stage",
        "step_number",
        "period_id",
        "amount",
        "unit",
        "effective_event_id",
        "citation_id",
        "proceeding_id"
      ],
      "title": "RateStepRecordDTO",
      "type": "object"
    },
    "StateAdjustmentMechanismDTO": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "service_scope": {
          "enum": [
            "electric",
            "gas",
            "electric_and_gas"
          ],
          "title": "Service Scope",
          "type": "string"
        },
        "mechanism_type": {
          "enum": [
            "fuel_power",
            "gas_cost",
            "infrastructure",
            "transmission",
            "storm",
            "decoupling",
            "energy_efficiency",
            "formula_rate",
            "securitization",
            "other"
          ],
          "title": "Mechanism Type",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "cadence_label": {
          "title": "Cadence Label",
          "type": "string"
        },
        "description": {
          "title": "Description",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "supersedes_mechanism_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Mechanism Id"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        },
        "applicability": {
          "items": {
            "$ref": "#/$defs/StateApplicabilityDTO"
          },
          "title": "Applicability",
          "type": "array"
        }
      },
      "required": [
        "state",
        "id",
        "commission_id",
        "service_scope",
        "mechanism_type",
        "name",
        "cadence_label",
        "description",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "supersedes_mechanism_id",
        "citation_id",
        "source_url",
        "applicability"
      ],
      "title": "StateAdjustmentMechanismDTO",
      "type": "object"
    },
    "StateApplicabilityDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Jurisdiction Id"
        },
        "applicability_type": {
          "title": "Applicability Type",
          "type": "string"
        },
        "applicability_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Value"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "id",
        "utility_jurisdiction_id",
        "applicability_type",
        "applicability_value",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "citation_id",
        "source_url"
      ],
      "title": "StateApplicabilityDTO",
      "type": "object"
    },
    "StateDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "code": {
          "title": "Code",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "profile_version_id": {
          "title": "Profile Version Id",
          "type": "string"
        },
        "profile_valid_from": {
          "format": "date",
          "title": "Profile Valid From",
          "type": "string"
        },
        "profile_valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Profile Valid To"
        },
        "supersedes_profile_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Profile Version Id"
        },
        "regulatory_approach": {
          "title": "Regulatory Approach",
          "type": "string"
        },
        "approach_detail": {
          "title": "Approach Detail",
          "type": "string"
        },
        "approach_citation_id": {
          "title": "Approach Citation Id",
          "type": "string"
        },
        "approach_source_url": {
          "title": "Approach Source Url",
          "type": "string"
        },
        "market_regions": {
          "items": {
            "$ref": "#/$defs/StateMarketRegionDTO"
          },
          "title": "Market Regions",
          "type": "array"
        },
        "commission_ids": {
          "items": {
            "type": "string"
          },
          "title": "Commission Ids",
          "type": "array"
        },
        "utility_ids": {
          "items": {
            "type": "string"
          },
          "title": "Utility Ids",
          "type": "array"
        },
        "open_proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Open Proceeding Ids",
          "type": "array"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "coverage_level_counts": {
          "additionalProperties": {
            "type": "integer"
          },
          "propertyNames": {
            "enum": [
              "index_only",
              "procedural",
              "headline_economics",
              "headline_reconciled",
              "investor_complete",
              "fully_reconciled"
            ]
          },
          "title": "Coverage Level Counts",
          "type": "object"
        },
        "rate_frameworks": {
          "items": {
            "$ref": "#/$defs/StateRateFrameworkDTO"
          },
          "title": "Rate Frameworks",
          "type": "array"
        },
        "adjustment_mechanisms": {
          "items": {
            "$ref": "#/$defs/StateAdjustmentMechanismDTO"
          },
          "title": "Adjustment Mechanisms",
          "type": "array"
        },
        "legislation": {
          "items": {
            "$ref": "#/$defs/StateLegislationDTO"
          },
          "title": "Legislation",
          "type": "array"
        },
        "large_load_framework": {
          "title": "Large Load Framework",
          "type": "string"
        },
        "large_load_position": {
          "title": "Large Load Position",
          "type": "string"
        },
        "large_load_summary": {
          "title": "Large Load Summary",
          "type": "string"
        },
        "large_load_citation_id": {
          "title": "Large Load Citation Id",
          "type": "string"
        },
        "large_load_source_url": {
          "title": "Large Load Source Url",
          "type": "string"
        },
        "large_load_utility_ids": {
          "items": {
            "type": "string"
          },
          "title": "Large Load Utility Ids",
          "type": "array"
        },
        "large_load_proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Large Load Proceeding Ids",
          "type": "array"
        },
        "large_load_tariff_ids": {
          "items": {
            "type": "string"
          },
          "title": "Large Load Tariff Ids",
          "type": "array"
        },
        "large_load_terms": {
          "items": {
            "$ref": "#/$defs/StateLargeLoadTermDTO"
          },
          "title": "Large Load Terms",
          "type": "array"
        },
        "last_verified_at": {
          "format": "date-time",
          "title": "Last Verified At",
          "type": "string"
        }
      },
      "required": [
        "code",
        "name",
        "profile_version_id",
        "profile_valid_from",
        "profile_valid_to",
        "supersedes_profile_version_id",
        "regulatory_approach",
        "approach_detail",
        "approach_citation_id",
        "approach_source_url",
        "market_regions",
        "commission_ids",
        "utility_ids",
        "open_proceeding_ids",
        "coverage_level",
        "coverage_level_counts",
        "rate_frameworks",
        "adjustment_mechanisms",
        "legislation",
        "large_load_framework",
        "large_load_position",
        "large_load_summary",
        "large_load_citation_id",
        "large_load_source_url",
        "large_load_utility_ids",
        "large_load_proceeding_ids",
        "large_load_tariff_ids",
        "large_load_terms",
        "last_verified_at"
      ],
      "title": "StateDetailDTO",
      "type": "object"
    },
    "StateFieldCoverageDTO": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "proceeding_count": {
          "title": "Proceeding Count",
          "type": "integer"
        },
        "active_proceeding_count": {
          "title": "Active Proceeding Count",
          "type": "integer"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "coverage_level_counts": {
          "additionalProperties": {
            "type": "integer"
          },
          "propertyNames": {
            "enum": [
              "index_only",
              "procedural",
              "headline_economics",
              "headline_reconciled",
              "investor_complete",
              "fully_reconciled"
            ]
          },
          "title": "Coverage Level Counts",
          "type": "object"
        },
        "official_docket_present_count": {
          "title": "Official Docket Present Count",
          "type": "integer"
        },
        "opened_date_present_count": {
          "title": "Opened Date Present Count",
          "type": "integer"
        },
        "final_order_present_count": {
          "title": "Final Order Present Count",
          "type": "integer"
        },
        "critical_gap_count": {
          "title": "Critical Gap Count",
          "type": "integer"
        },
        "last_docket_review": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Docket Review"
        },
        "last_economics_review": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Economics Review"
        }
      },
      "required": [
        "state",
        "proceeding_count",
        "active_proceeding_count",
        "coverage_level",
        "coverage_level_counts",
        "official_docket_present_count",
        "opened_date_present_count",
        "final_order_present_count",
        "critical_gap_count",
        "last_docket_review",
        "last_economics_review"
      ],
      "title": "StateFieldCoverageDTO",
      "type": "object"
    },
    "StateLargeLoadTermDTO": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "term_key": {
          "title": "Term Key",
          "type": "string"
        },
        "label": {
          "title": "Label",
          "type": "string"
        },
        "category": {
          "title": "Category",
          "type": "string"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "tariff_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Tariff Version Id"
        },
        "legislation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Legislation Id"
        },
        "utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Jurisdiction Id"
        },
        "status": {
          "title": "Status",
          "type": "string"
        },
        "numeric_value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Numeric Value"
        },
        "text_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Text Value"
        },
        "boolean_value": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Boolean Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "qualifier": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Qualifier"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "state",
        "id",
        "term_key",
        "label",
        "category",
        "proceeding_id",
        "tariff_version_id",
        "legislation_id",
        "utility_jurisdiction_id",
        "status",
        "numeric_value",
        "text_value",
        "boolean_value",
        "unit",
        "qualifier",
        "valid_from",
        "valid_to",
        "citation_id",
        "source_url"
      ],
      "title": "StateLargeLoadTermDTO",
      "type": "object"
    },
    "StateLegislationDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "bill_number": {
          "title": "Bill Number",
          "type": "string"
        },
        "title": {
          "title": "Title",
          "type": "string"
        },
        "session": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Session"
        },
        "status": {
          "enum": [
            "introduced",
            "in_committee",
            "on_floor",
            "passed_one_chamber",
            "passed_legislature",
            "enacted",
            "vetoed",
            "failed"
          ],
          "title": "Status",
          "type": "string"
        },
        "status_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Status Date"
        },
        "relevance": {
          "enum": [
            "direct",
            "adjacent"
          ],
          "title": "Relevance",
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Summary"
        },
        "last_action": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Action"
        },
        "enacted_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Enacted Date"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "official_url": {
          "title": "Official Url",
          "type": "string"
        }
      },
      "required": [
        "id",
        "state",
        "bill_number",
        "title",
        "session",
        "status",
        "status_date",
        "relevance",
        "summary",
        "last_action",
        "enacted_date",
        "citation_id",
        "official_url"
      ],
      "title": "StateLegislationDTO",
      "type": "object"
    },
    "StateMarketRegionDTO": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "abbreviation": {
          "title": "Abbreviation",
          "type": "string"
        },
        "organization_type": {
          "enum": [
            "rto",
            "iso",
            "balancing_authority",
            "non_rto",
            "other"
          ],
          "title": "Organization Type",
          "type": "string"
        },
        "website_url": {
          "title": "Website Url",
          "type": "string"
        },
        "relationship_type": {
          "enum": [
            "rto",
            "iso",
            "balancing_authority",
            "non_rto",
            "other"
          ],
          "title": "Relationship Type",
          "type": "string"
        },
        "scope": {
          "title": "Scope",
          "type": "string"
        },
        "is_primary": {
          "title": "Is Primary",
          "type": "boolean"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "utility_jurisdiction_ids": {
          "items": {
            "type": "string"
          },
          "title": "Utility Jurisdiction Ids",
          "type": "array"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "state",
        "id",
        "name",
        "abbreviation",
        "organization_type",
        "website_url",
        "relationship_type",
        "scope",
        "is_primary",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "utility_jurisdiction_ids",
        "citation_id",
        "source_url"
      ],
      "title": "StateMarketRegionDTO",
      "type": "object"
    },
    "StateRateFrameworkDTO": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "service_scope": {
          "enum": [
            "electric",
            "gas",
            "electric_and_gas"
          ],
          "title": "Service Scope",
          "type": "string"
        },
        "utility_scope": {
          "title": "Utility Scope",
          "type": "string"
        },
        "filing_model": {
          "enum": [
            "utility_initiated",
            "periodic_review",
            "conditional_deadline",
            "mixed"
          ],
          "title": "Filing Model",
          "type": "string"
        },
        "cadence_label": {
          "title": "Cadence Label",
          "type": "string"
        },
        "cadence_detail": {
          "title": "Cadence Detail",
          "type": "string"
        },
        "test_period": {
          "title": "Test Period",
          "type": "string"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "supersedes_framework_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Framework Id"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        },
        "applicability": {
          "items": {
            "$ref": "#/$defs/StateApplicabilityDTO"
          },
          "title": "Applicability",
          "type": "array"
        }
      },
      "required": [
        "state",
        "id",
        "commission_id",
        "service_scope",
        "utility_scope",
        "filing_model",
        "cadence_label",
        "cadence_detail",
        "test_period",
        "effective_date",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "supersedes_framework_id",
        "citation_id",
        "source_url",
        "applicability"
      ],
      "title": "StateRateFrameworkDTO",
      "type": "object"
    },
    "StatusAxesDTO": {
      "additionalProperties": false,
      "properties": {
        "commission_record": {
          "enum": [
            "active",
            "inactive",
            "closed",
            "unknown"
          ],
          "title": "Commission Record",
          "type": "string"
        },
        "procedural_stage": {
          "enum": [
            "anticipated",
            "filed",
            "investigation_opened",
            "discovery",
            "testimony",
            "hearing",
            "briefing",
            "settlement_pending",
            "recommended_decision",
            "commission_consideration",
            "order_entered",
            "post_order",
            "appeal",
            "complete"
          ],
          "title": "Procedural Stage",
          "type": "string"
        },
        "economics_stage": {
          "enum": [
            "unknown",
            "requested",
            "party_positions_available",
            "settlement_pending",
            "recommended",
            "authorized",
            "denied",
            "withdrawn"
          ],
          "title": "Economics Stage",
          "type": "string"
        },
        "implementation_stage": {
          "enum": [
            "unknown",
            "not_effective",
            "proposed",
            "suspended",
            "interim_effective",
            "partially_effective",
            "final_effective",
            "phased"
          ],
          "title": "Implementation Stage",
          "type": "string"
        },
        "review_stage": {
          "enum": [
            "none",
            "rehearing_pending",
            "reconsideration_pending",
            "reconsideration_decided",
            "appeal_pending",
            "remanded"
          ],
          "title": "Review Stage",
          "type": "string"
        }
      },
      "required": [
        "commission_record",
        "procedural_stage",
        "economics_stage",
        "implementation_stage",
        "review_stage"
      ],
      "title": "StatusAxesDTO",
      "type": "object"
    },
    "TariffHeadlineTermDTO": {
      "additionalProperties": false,
      "properties": {
        "status": {
          "enum": [
            "identified",
            "not_applicable",
            "not_identified",
            "missing"
          ],
          "title": "Status",
          "type": "string"
        },
        "term_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term Id"
        },
        "term_key": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term Key"
        },
        "value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "string"
            },
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "qualifier": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Qualifier"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        }
      },
      "required": [
        "status",
        "term_id",
        "term_key",
        "value",
        "unit",
        "qualifier",
        "citation_id"
      ],
      "title": "TariffHeadlineTermDTO",
      "type": "object"
    },
    "TariffTermDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "term_key": {
          "title": "Term Key",
          "type": "string"
        },
        "label": {
          "title": "Label",
          "type": "string"
        },
        "category": {
          "title": "Category",
          "type": "string"
        },
        "numeric_value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Numeric Value"
        },
        "text_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Text Value"
        },
        "boolean_value": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Boolean Value"
        },
        "unit": {
          "anyOf": [
            {
              "enum": [
                "USD",
                "USD_per_month",
                "USD_per_year",
                "USD_per_kW_month",
                "USD_per_MWh",
                "percent",
                "basis_points",
                "ratio",
                "count",
                "customers",
                "years",
                "months",
                "days",
                "MW",
                "MWh",
                "kWh",
                "kV",
                "miles"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "qualifier": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Qualifier"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "term_key",
        "label",
        "category",
        "numeric_value",
        "text_value",
        "boolean_value",
        "unit",
        "qualifier",
        "citation_id"
      ],
      "title": "TariffTermDTO",
      "type": "object"
    },
    "TariffVersionDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "version_label": {
          "title": "Version Label",
          "type": "string"
        },
        "stage": {
          "enum": [
            "proposed",
            "settlement",
            "authorized"
          ],
          "title": "Stage",
          "type": "string"
        },
        "status": {
          "enum": [
            "proposed",
            "under_review",
            "settlement_pending",
            "approved",
            "effective",
            "superseded",
            "withdrawn",
            "rehearing_or_appeal"
          ],
          "title": "Status",
          "type": "string"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "filed_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Filed Date"
        },
        "decision_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Decision Date"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "supersedes_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Version Id"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "investor_takeaway": {
          "title": "Investor Takeaway",
          "type": "string"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "terms": {
          "items": {
            "$ref": "#/$defs/TariffTermDTO"
          },
          "title": "Terms",
          "type": "array"
        }
      },
      "required": [
        "id",
        "version_label",
        "stage",
        "status",
        "proceeding_id",
        "filed_date",
        "decision_date",
        "effective_date",
        "supersedes_version_id",
        "summary",
        "investor_takeaway",
        "citation_id",
        "terms"
      ],
      "title": "TariffVersionDTO",
      "type": "object"
    },
    "UtilityDetailDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "legal_name": {
          "title": "Legal Name",
          "type": "string"
        },
        "display_name": {
          "title": "Display Name",
          "type": "string"
        },
        "entity_kind": {
          "title": "Entity Kind",
          "type": "string"
        },
        "parent_utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Parent Utility Id"
        },
        "website_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Website Url"
        },
        "services": {
          "items": {
            "type": "string"
          },
          "title": "Services",
          "type": "array"
        },
        "states": {
          "items": {
            "type": "string"
          },
          "title": "States",
          "type": "array"
        },
        "current_company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Company Id"
        },
        "current_company_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Company Name"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        },
        "last_verified_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Verified At"
        },
        "coverage_level": {
          "enum": [
            "index_only",
            "procedural",
            "headline_economics",
            "headline_reconciled",
            "investor_complete",
            "fully_reconciled"
          ],
          "title": "Coverage Level",
          "type": "string"
        },
        "coverage_level_counts": {
          "additionalProperties": {
            "type": "integer"
          },
          "propertyNames": {
            "enum": [
              "index_only",
              "procedural",
              "headline_economics",
              "headline_reconciled",
              "investor_complete",
              "fully_reconciled"
            ]
          },
          "title": "Coverage Level Counts",
          "type": "object"
        },
        "jurisdictions": {
          "items": {
            "$ref": "#/$defs/UtilityJurisdictionDTO"
          },
          "title": "Jurisdictions",
          "type": "array"
        },
        "ownerships": {
          "items": {
            "$ref": "#/$defs/UtilityOwnershipDTO"
          },
          "title": "Ownerships",
          "type": "array"
        },
        "proceeding_ids": {
          "items": {
            "type": "string"
          },
          "title": "Proceeding Ids",
          "type": "array"
        },
        "observations": {
          "items": {
            "$ref": "#/$defs/ObservationDTO"
          },
          "title": "Observations",
          "type": "array"
        },
        "citations": {
          "items": {
            "$ref": "#/$defs/CitationDTO"
          },
          "title": "Citations",
          "type": "array"
        }
      },
      "required": [
        "id",
        "slug",
        "legal_name",
        "display_name",
        "entity_kind",
        "parent_utility_id",
        "website_url",
        "services",
        "states",
        "current_company_id",
        "current_company_name",
        "ticker",
        "open_proceeding_count",
        "last_verified_at",
        "coverage_level",
        "coverage_level_counts",
        "jurisdictions",
        "ownerships",
        "proceeding_ids",
        "observations",
        "citations"
      ],
      "title": "UtilityDetailDTO",
      "type": "object"
    },
    "UtilityDirectoryDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "slug": {
          "title": "Slug",
          "type": "string"
        },
        "legal_name": {
          "title": "Legal Name",
          "type": "string"
        },
        "display_name": {
          "title": "Display Name",
          "type": "string"
        },
        "entity_kind": {
          "title": "Entity Kind",
          "type": "string"
        },
        "parent_utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Parent Utility Id"
        },
        "website_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Website Url"
        },
        "services": {
          "items": {
            "type": "string"
          },
          "title": "Services",
          "type": "array"
        },
        "states": {
          "items": {
            "type": "string"
          },
          "title": "States",
          "type": "array"
        },
        "current_company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Company Id"
        },
        "current_company_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Current Company Name"
        },
        "ticker": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Ticker"
        },
        "open_proceeding_count": {
          "title": "Open Proceeding Count",
          "type": "integer"
        },
        "last_verified_at": {
          "anyOf": [
            {
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Last Verified At"
        }
      },
      "required": [
        "id",
        "slug",
        "legal_name",
        "display_name",
        "entity_kind",
        "parent_utility_id",
        "website_url",
        "services",
        "states",
        "current_company_id",
        "current_company_name",
        "ticker",
        "open_proceeding_count",
        "last_verified_at"
      ],
      "title": "UtilityDirectoryDTO",
      "type": "object"
    },
    "UtilityIdentifierDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        },
        "scheme": {
          "title": "Scheme",
          "type": "string"
        },
        "value": {
          "title": "Value",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        }
      },
      "required": [
        "id",
        "utility_id",
        "utility_name",
        "scheme",
        "value",
        "valid_from",
        "valid_from_known",
        "valid_to"
      ],
      "title": "UtilityIdentifierDTO",
      "type": "object"
    },
    "UtilityJurisdictionDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "commission_name": {
          "title": "Commission Name",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "service_type": {
          "title": "Service Type",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        }
      },
      "required": [
        "id",
        "commission_id",
        "commission_name",
        "state",
        "service_type",
        "valid_from",
        "valid_from_known",
        "valid_to"
      ],
      "title": "UtilityJurisdictionDTO",
      "type": "object"
    },
    "UtilityJurisdictionRecordDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "commission_name": {
          "title": "Commission Name",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "service_type": {
          "title": "Service Type",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        }
      },
      "required": [
        "id",
        "commission_id",
        "commission_name",
        "state",
        "service_type",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "utility_id",
        "utility_name"
      ],
      "title": "UtilityJurisdictionRecordDTO",
      "type": "object"
    },
    "UtilityOwnershipDTO": {
      "additionalProperties": false,
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "utility_id": {
          "title": "Utility Id",
          "type": "string"
        },
        "utility_name": {
          "title": "Utility Name",
          "type": "string"
        },
        "company_id": {
          "title": "Company Id",
          "type": "string"
        },
        "company_name": {
          "title": "Company Name",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        }
      },
      "required": [
        "id",
        "utility_id",
        "utility_name",
        "company_id",
        "company_name",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "citation_id"
      ],
      "title": "UtilityOwnershipDTO",
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "schema_version": {
      "const": "1.1.0",
      "default": "1.1.0",
      "title": "Schema Version",
      "type": "string"
    },
    "proceedings": {
      "items": {
        "$ref": "#/$defs/ProceedingDirectoryDTO"
      },
      "title": "Proceedings",
      "type": "array"
    },
    "proceeding_details": {
      "items": {
        "$ref": "#/$defs/ProceedingDetailDTO"
      },
      "title": "Proceeding Details",
      "type": "array"
    },
    "utilities": {
      "items": {
        "$ref": "#/$defs/UtilityDirectoryDTO"
      },
      "title": "Utilities",
      "type": "array"
    },
    "utility_details": {
      "items": {
        "$ref": "#/$defs/UtilityDetailDTO"
      },
      "title": "Utility Details",
      "type": "array"
    },
    "companies": {
      "items": {
        "$ref": "#/$defs/CompanyDirectoryDTO"
      },
      "title": "Companies",
      "type": "array"
    },
    "company_details": {
      "items": {
        "$ref": "#/$defs/CompanyDetailDTO"
      },
      "title": "Company Details",
      "type": "array"
    },
    "commissions": {
      "items": {
        "$ref": "#/$defs/CommissionDirectoryDTO"
      },
      "title": "Commissions",
      "type": "array"
    },
    "commission_details": {
      "items": {
        "$ref": "#/$defs/CommissionDetailDTO"
      },
      "title": "Commission Details",
      "type": "array"
    },
    "states": {
      "items": {
        "$ref": "#/$defs/StateDetailDTO"
      },
      "title": "States",
      "type": "array"
    },
    "state_rate_frameworks": {
      "items": {
        "$ref": "#/$defs/StateRateFrameworkDTO"
      },
      "title": "State Rate Frameworks",
      "type": "array"
    },
    "state_adjustment_mechanisms": {
      "items": {
        "$ref": "#/$defs/StateAdjustmentMechanismDTO"
      },
      "title": "State Adjustment Mechanisms",
      "type": "array"
    },
    "commission_members": {
      "items": {
        "$ref": "#/$defs/CommissionMemberDTO"
      },
      "title": "Commission Members",
      "type": "array"
    },
    "regional_market_links": {
      "items": {
        "$ref": "#/$defs/StateMarketRegionDTO"
      },
      "title": "Regional Market Links",
      "type": "array"
    },
    "large_load_terms": {
      "items": {
        "$ref": "#/$defs/StateLargeLoadTermDTO"
      },
      "title": "Large Load Terms",
      "type": "array"
    },
    "events": {
      "items": {
        "$ref": "#/$defs/EventDTO"
      },
      "title": "Events",
      "type": "array"
    },
    "observations": {
      "items": {
        "$ref": "#/$defs/ObservationDTO"
      },
      "title": "Observations",
      "type": "array"
    },
    "periods": {
      "items": {
        "$ref": "#/$defs/PeriodRecordDTO"
      },
      "title": "Periods",
      "type": "array"
    },
    "rate_steps": {
      "items": {
        "$ref": "#/$defs/RateStepRecordDTO"
      },
      "title": "Rate Steps",
      "type": "array"
    },
    "utility_jurisdictions": {
      "items": {
        "$ref": "#/$defs/UtilityJurisdictionRecordDTO"
      },
      "title": "Utility Jurisdictions",
      "type": "array"
    },
    "utility_ownerships": {
      "items": {
        "$ref": "#/$defs/UtilityOwnershipDTO"
      },
      "title": "Utility Ownerships",
      "type": "array"
    },
    "company_identifiers": {
      "items": {
        "$ref": "#/$defs/CompanyIdentifierDTO"
      },
      "title": "Company Identifiers",
      "type": "array"
    },
    "utility_identifiers": {
      "items": {
        "$ref": "#/$defs/UtilityIdentifierDTO"
      },
      "title": "Utility Identifiers",
      "type": "array"
    },
    "proceeding_relationships": {
      "items": {
        "$ref": "#/$defs/ProceedingRelationshipDTO"
      },
      "title": "Proceeding Relationships",
      "type": "array"
    },
    "decisions": {
      "items": {
        "$ref": "#/$defs/DecisionDTO"
      },
      "title": "Decisions",
      "type": "array"
    },
    "large_load_tariffs": {
      "items": {
        "$ref": "#/$defs/LargeLoadTariffDirectoryDTO"
      },
      "title": "Large Load Tariffs",
      "type": "array"
    },
    "large_load_tariff_details": {
      "items": {
        "$ref": "#/$defs/LargeLoadTariffDetailDTO"
      },
      "title": "Large Load Tariff Details",
      "type": "array"
    },
    "changes": {
      "items": {
        "$ref": "#/$defs/ApprovedChangeDTO"
      },
      "title": "Changes",
      "type": "array"
    },
    "audit_changes": {
      "items": {
        "$ref": "#/$defs/ApprovedChangeDTO"
      },
      "title": "Audit Changes",
      "type": "array"
    },
    "material_changes": {
      "items": {
        "$ref": "#/$defs/MaterialChangeDTO"
      },
      "title": "Material Changes",
      "type": "array"
    },
    "adapter_capabilities": {
      "items": {
        "$ref": "#/$defs/AdapterCapabilityDTO"
      },
      "title": "Adapter Capabilities",
      "type": "array"
    },
    "field_coverage": {
      "$ref": "#/$defs/FieldCoverageDatasetDTO"
    },
    "coverage": {
      "$ref": "#/$defs/CoverageSummaryDTO"
    }
  },
  "required": [
    "proceedings",
    "proceeding_details",
    "utilities",
    "utility_details",
    "companies",
    "company_details",
    "commissions",
    "commission_details",
    "states",
    "state_rate_frameworks",
    "state_adjustment_mechanisms",
    "commission_members",
    "regional_market_links",
    "large_load_terms",
    "events",
    "observations",
    "periods",
    "rate_steps",
    "utility_jurisdictions",
    "utility_ownerships",
    "company_identifiers",
    "utility_identifiers",
    "proceeding_relationships",
    "decisions",
    "large_load_tariffs",
    "large_load_tariff_details",
    "changes",
    "audit_changes",
    "material_changes",
    "adapter_capabilities",
    "field_coverage",
    "coverage"
  ],
  "title": "PublicContractDTO",
  "type": "object",
  "x-csv-contracts": {
    "state-rate-frameworks.csv": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "service_scope": {
          "title": "Service Scope",
          "type": "string"
        },
        "utility_scope": {
          "title": "Utility Scope",
          "type": "string"
        },
        "filing_model": {
          "title": "Filing Model",
          "type": "string"
        },
        "cadence_label": {
          "title": "Cadence Label",
          "type": "string"
        },
        "cadence_detail": {
          "title": "Cadence Detail",
          "type": "string"
        },
        "test_period": {
          "title": "Test Period",
          "type": "string"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "supersedes_framework_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Framework Id"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        },
        "applicability_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Id"
        },
        "applicability_utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Utility Jurisdiction Id"
        },
        "applicability_type": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Type"
        },
        "applicability_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Value"
        },
        "applicability_valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid From"
        },
        "applicability_valid_from_known": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid From Known"
        },
        "applicability_valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid To"
        },
        "applicability_citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Citation Id"
        },
        "applicability_source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Source Url"
        }
      },
      "required": [
        "state",
        "id",
        "commission_id",
        "service_scope",
        "utility_scope",
        "filing_model",
        "cadence_label",
        "cadence_detail",
        "test_period",
        "effective_date",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "supersedes_framework_id",
        "citation_id",
        "source_url",
        "applicability_id",
        "applicability_utility_jurisdiction_id",
        "applicability_type",
        "applicability_value",
        "applicability_valid_from",
        "applicability_valid_from_known",
        "applicability_valid_to",
        "applicability_citation_id",
        "applicability_source_url"
      ],
      "title": "StateRateFrameworkCSVDTO",
      "type": "object"
    },
    "state-adjustment-mechanisms.csv": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "service_scope": {
          "title": "Service Scope",
          "type": "string"
        },
        "mechanism_type": {
          "title": "Mechanism Type",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "cadence_label": {
          "title": "Cadence Label",
          "type": "string"
        },
        "description": {
          "title": "Description",
          "type": "string"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "supersedes_mechanism_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Supersedes Mechanism Id"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        },
        "applicability_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Id"
        },
        "applicability_utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Utility Jurisdiction Id"
        },
        "applicability_type": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Type"
        },
        "applicability_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Value"
        },
        "applicability_valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid From"
        },
        "applicability_valid_from_known": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid From Known"
        },
        "applicability_valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Valid To"
        },
        "applicability_citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Citation Id"
        },
        "applicability_source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Applicability Source Url"
        }
      },
      "required": [
        "state",
        "id",
        "commission_id",
        "service_scope",
        "mechanism_type",
        "name",
        "cadence_label",
        "description",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "supersedes_mechanism_id",
        "citation_id",
        "source_url",
        "applicability_id",
        "applicability_utility_jurisdiction_id",
        "applicability_type",
        "applicability_value",
        "applicability_valid_from",
        "applicability_valid_from_known",
        "applicability_valid_to",
        "applicability_citation_id",
        "applicability_source_url"
      ],
      "title": "StateAdjustmentMechanismCSVDTO",
      "type": "object"
    },
    "commission-members.csv": {
      "additionalProperties": false,
      "properties": {
        "commission_id": {
          "title": "Commission Id",
          "type": "string"
        },
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "role": {
          "title": "Role",
          "type": "string"
        },
        "bio_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Bio Url"
        },
        "selection_method": {
          "title": "Selection Method",
          "type": "string"
        },
        "selected_by": {
          "title": "Selected By",
          "type": "string"
        },
        "nomination_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Nomination Date"
        },
        "confirmation_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Confirmation Date"
        },
        "term_start_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term Start Date"
        },
        "term_end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Term End Date"
        },
        "holdover_end_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Holdover End Date"
        },
        "term_status": {
          "title": "Term Status",
          "type": "string"
        },
        "appointment_note": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Appointment Note"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "commission_id",
        "state",
        "id",
        "name",
        "role",
        "bio_url",
        "selection_method",
        "selected_by",
        "nomination_date",
        "confirmation_date",
        "term_start_date",
        "term_end_date",
        "holdover_end_date",
        "term_status",
        "appointment_note",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "citation_id",
        "source_url"
      ],
      "title": "CommissionMemberCSVDTO",
      "type": "object"
    },
    "regional-market-links.csv": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "name": {
          "title": "Name",
          "type": "string"
        },
        "abbreviation": {
          "title": "Abbreviation",
          "type": "string"
        },
        "organization_type": {
          "title": "Organization Type",
          "type": "string"
        },
        "website_url": {
          "title": "Website Url",
          "type": "string"
        },
        "relationship_type": {
          "title": "Relationship Type",
          "type": "string"
        },
        "scope": {
          "title": "Scope",
          "type": "string"
        },
        "is_primary": {
          "title": "Is Primary",
          "type": "boolean"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_from_known": {
          "title": "Valid From Known",
          "type": "boolean"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "utility_jurisdiction_id": {
          "title": "Utility Jurisdiction Id",
          "type": "string"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "state",
        "id",
        "name",
        "abbreviation",
        "organization_type",
        "website_url",
        "relationship_type",
        "scope",
        "is_primary",
        "valid_from",
        "valid_from_known",
        "valid_to",
        "utility_jurisdiction_id",
        "citation_id",
        "source_url"
      ],
      "title": "RegionalMarketLinkCSVDTO",
      "type": "object"
    },
    "large-load-terms.csv": {
      "additionalProperties": false,
      "properties": {
        "state": {
          "title": "State",
          "type": "string"
        },
        "id": {
          "title": "Id",
          "type": "string"
        },
        "term_key": {
          "title": "Term Key",
          "type": "string"
        },
        "label": {
          "title": "Label",
          "type": "string"
        },
        "category": {
          "title": "Category",
          "type": "string"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "tariff_version_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Tariff Version Id"
        },
        "legislation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Legislation Id"
        },
        "utility_jurisdiction_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Jurisdiction Id"
        },
        "status": {
          "title": "Status",
          "type": "string"
        },
        "numeric_value": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Numeric Value"
        },
        "text_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Text Value"
        },
        "boolean_value": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "null"
            }
          ],
          "title": "Boolean Value"
        },
        "unit": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Unit"
        },
        "qualifier": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Qualifier"
        },
        "valid_from": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid From"
        },
        "valid_to": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Valid To"
        },
        "citation_id": {
          "title": "Citation Id",
          "type": "string"
        },
        "source_url": {
          "title": "Source Url",
          "type": "string"
        }
      },
      "required": [
        "state",
        "id",
        "term_key",
        "label",
        "category",
        "proceeding_id",
        "tariff_version_id",
        "legislation_id",
        "utility_jurisdiction_id",
        "status",
        "numeric_value",
        "text_value",
        "boolean_value",
        "unit",
        "qualifier",
        "valid_from",
        "valid_to",
        "citation_id",
        "source_url"
      ],
      "title": "LargeLoadTermCSVDTO",
      "type": "object"
    },
    "changes.csv": {
      "additionalProperties": false,
      "properties": {
        "change_id": {
          "title": "Change Id",
          "type": "string"
        },
        "candidate_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Candidate Id"
        },
        "changed_at": {
          "format": "date-time",
          "title": "Changed At",
          "type": "string"
        },
        "entity_type": {
          "title": "Entity Type",
          "type": "string"
        },
        "entity_id": {
          "title": "Entity Id",
          "type": "string"
        },
        "company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Id"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "state": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "State"
        },
        "change_category": {
          "title": "Change Category",
          "type": "string"
        },
        "materiality": {
          "title": "Materiality",
          "type": "string"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "field": {
          "title": "Field",
          "type": "string"
        },
        "old_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Old Value"
        },
        "new_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "New Value"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        },
        "source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Url"
        }
      },
      "required": [
        "change_id",
        "candidate_id",
        "changed_at",
        "entity_type",
        "entity_id",
        "company_id",
        "utility_id",
        "proceeding_id",
        "state",
        "change_category",
        "materiality",
        "summary",
        "field",
        "old_value",
        "new_value",
        "effective_date",
        "citation_id",
        "source_url"
      ],
      "title": "ApprovedChangeCSVDTO",
      "type": "object"
    },
    "audit-changes.csv": {
      "additionalProperties": false,
      "properties": {
        "change_id": {
          "title": "Change Id",
          "type": "string"
        },
        "candidate_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Candidate Id"
        },
        "changed_at": {
          "format": "date-time",
          "title": "Changed At",
          "type": "string"
        },
        "entity_type": {
          "title": "Entity Type",
          "type": "string"
        },
        "entity_id": {
          "title": "Entity Id",
          "type": "string"
        },
        "company_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Company Id"
        },
        "utility_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Utility Id"
        },
        "proceeding_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Proceeding Id"
        },
        "state": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "State"
        },
        "change_category": {
          "title": "Change Category",
          "type": "string"
        },
        "materiality": {
          "title": "Materiality",
          "type": "string"
        },
        "summary": {
          "title": "Summary",
          "type": "string"
        },
        "field": {
          "title": "Field",
          "type": "string"
        },
        "old_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Old Value"
        },
        "new_value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "New Value"
        },
        "effective_date": {
          "anyOf": [
            {
              "format": "date",
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Effective Date"
        },
        "citation_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Citation Id"
        },
        "source_url": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Url"
        }
      },
      "required": [
        "change_id",
        "candidate_id",
        "changed_at",
        "entity_type",
        "entity_id",
        "company_id",
        "utility_id",
        "proceeding_id",
        "state",
        "change_category",
        "materiality",
        "summary",
        "field",
        "old_value",
        "new_value",
        "effective_date",
        "citation_id",
        "source_url"
      ],
      "title": "ApprovedChangeCSVDTO",
      "type": "object"
    }
  }
}
