> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nlbs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Desagregar registros de um nó de evidências

> Extrai os ids de registro informados de um agregado EvidenceSummary persistido, materializando cada um como nó/aresta individual conectado à entidade âncora.



## OpenAPI

````yaml POST /analyses/{analysis_uuid}/graph/nodes/{node_key}/disaggregate
openapi: 3.1.0
info:
  description: Superfície pública da API para clientes autenticados por chave de API.
  title: NL Labs Gateway (Public API)
  version: 0.1.0
servers:
  - url: https://api.nlbs.ai
security: []
tags:
  - description: Busca de entidades canônicas.
    name: entities
  - description: Criação, leitura, grafo e dossiê de análises.
    name: analyses
  - description: Relatório regulatório (COAF/SUSEP).
    name: reports
  - description: Triagem de mídia adversa.
    name: adverse-media
  - description: Versões do manifesto regulatório.
    name: regulatory
  - description: Versões do catálogo de regras do motor de risco.
    name: rules
  - description: Endpoints e eventos de webhook.
    name: webhooks
  - description: >-
      Entrypoints HTTP de workflow: invocar um workflow e consultar sua
      execução.
    name: workflow-endpoints
paths:
  /analyses/{analysis_uuid}/graph/nodes/{node_key}/disaggregate:
    post:
      tags:
        - analyses
      summary: Desagregar registros de um nó de evidências
      description: >-
        Extrai os ids de registro informados de um agregado EvidenceSummary
        persistido, materializando cada um como nó/aresta individual conectado à
        entidade âncora.
      operationId: disaggregate_graph_node
      parameters:
        - in: path
          name: analysis_uuid
          required: true
          schema:
            format: uuid
            title: Analysis Uuid
            type: string
        - in: path
          name: node_key
          required: true
          schema:
            title: Node Key
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DisaggregateRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DisaggregateResponse'
          description: Successful Response
        '401':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
          description: Chave de API ausente, malformada, expirada ou inválida.
        '403':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
          description: A chave de API autenticada não tem o escopo necessário.
        '404':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
          description: Análise ou nó não encontrado.
        '422':
          description: >-
            Corpo da requisição, parâmetro de rota, parâmetro de query ou regra
            de negócio inválidos.
components:
  schemas:
    DisaggregateRequest:
      additionalProperties: false
      properties:
        record_ids:
          items:
            pattern: ^-?[0-9]+$
            type: string
          minItems: 1
          title: Record Ids
          type: array
      required:
        - record_ids
      title: DisaggregateRequest
      type: object
    DisaggregateResponse:
      additionalProperties: false
      properties:
        disaggregated:
          items:
            $ref: '#/components/schemas/DisaggregatedRecord'
          title: Disaggregated
          type: array
        graph:
          $ref: '#/components/schemas/AnalysisGraphView'
      required:
        - graph
      title: DisaggregateResponse
      type: object
    ErrorResponse:
      properties:
        detail:
          description: Mensagem de erro pública e estável.
          examples:
            - Resource not found.
          title: Detail
          type: string
      required:
        - detail
      title: ErrorResponse
      type: object
    DisaggregatedRecord:
      additionalProperties: false
      properties:
        edge_key:
          minLength: 1
          title: Edge Key
          type: string
        node_key:
          minLength: 1
          title: Node Key
          type: string
        signal_codes:
          items:
            type: string
          title: Signal Codes
          type: array
      required:
        - node_key
        - edge_key
      title: DisaggregatedRecord
      type: object
    AnalysisGraphView:
      additionalProperties: false
      properties:
        edges:
          items:
            discriminator:
              mapping:
                ACCOUNT_AT_INSTITUTION:
                  $ref: '#/components/schemas/AccountAtInstitutionEdgeView'
                ADVERSE_MEDIA_HAS_EXTRACTED_FACT:
                  $ref: '#/components/schemas/AdverseMediaHasExtractedFactEdgeView'
                AFFILIATED_TO_PARTY:
                  $ref: '#/components/schemas/AffiliatedToPartyEdgeView'
                BELONGS_TO_ECONOMIC_GROUP:
                  $ref: '#/components/schemas/BelongsToEconomicGroupEdgeView'
                BORROWED_FROM:
                  $ref: '#/components/schemas/BorrowedFromEdgeView'
                BRANCH_OF:
                  $ref: '#/components/schemas/BranchOfEdgeView'
                CANDIDACY_BY_PARTY:
                  $ref: '#/components/schemas/CandidacyByPartyEdgeView'
                CASE_HAS_DECISION:
                  $ref: '#/components/schemas/CaseHasDecisionEdgeView'
                CIVIL_EVENT_PARTICIPANT:
                  $ref: '#/components/schemas/CivilEventParticipantEdgeView'
                CONDEMNED_IN:
                  $ref: '#/components/schemas/CondemnedInEdgeView'
                CONTROLS_OR_BENEFITS_FROM:
                  $ref: '#/components/schemas/ControlsOrBenefitsFromEdgeView'
                CONVICTED_IN:
                  $ref: '#/components/schemas/ConvictedInEdgeView'
                CONVICTION_FROM_DECISION:
                  $ref: '#/components/schemas/ConvictionFromDecisionEdgeView'
                CONVICTION_IN_CASE:
                  $ref: '#/components/schemas/ConvictionInCaseEdgeView'
                CREDITOR_IN_PROTEST:
                  $ref: '#/components/schemas/CreditorInProtestEdgeView'
                DEBTOR_IN_PROTEST:
                  $ref: '#/components/schemas/DebtorInProtestEdgeView'
                DECLARED_ASSET:
                  $ref: '#/components/schemas/DeclaredAssetEdgeView'
                ELECTORAL_FINANCIAL_FLOW:
                  $ref: '#/components/schemas/ElectoralFinancialFlowEdgeView'
                ENTERED_PRIVATE_ACTIVITY_DURING_QUARANTINE:
                  $ref: >-
                    #/components/schemas/EnteredPrivateActivityDuringQuarantineEdgeView
                FACT_OBJECT:
                  $ref: '#/components/schemas/FactObjectEdgeView'
                FACT_SUBJECT:
                  $ref: '#/components/schemas/FactSubjectEdgeView'
                GUARANTEED_BY:
                  $ref: '#/components/schemas/GuaranteedByEdgeView'
                HAS_EVIDENCE_SUMMARY:
                  $ref: '#/components/schemas/HasEvidenceSummaryEdgeView'
                HAS_FINANCIAL_RELATIONSHIP_WITH:
                  $ref: '#/components/schemas/HasFinancialRelationshipWithEdgeView'
                HAS_RESTRICTION:
                  $ref: '#/components/schemas/HasRestrictionEdgeView'
                HOLDS_MANDATE:
                  $ref: '#/components/schemas/HoldsMandateEdgeView'
                HOLDS_PUBLIC_SERVICE_LINK:
                  $ref: '#/components/schemas/HoldsPublicServiceLinkEdgeView'
                INTENDED_CONTROL:
                  $ref: '#/components/schemas/IntendedControlEdgeView'
                INVOLVED_IN_ADVERSE_MEDIA:
                  $ref: '#/components/schemas/InvolvedInAdverseMediaEdgeView'
                LISTED_IN_WATCHLIST:
                  $ref: '#/components/schemas/ListedInWatchlistEdgeView'
                MANDATE_BY_PARTY:
                  $ref: '#/components/schemas/MandateByPartyEdgeView'
                MENTIONED_IN_PUBLICATION:
                  $ref: '#/components/schemas/MentionedInPublicationEdgeView'
                NOTARIAL_ACT_PARTY:
                  $ref: '#/components/schemas/NotarialActPartyEdgeView'
                NOTARIAL_ACT_RELATED_TO_ASSET:
                  $ref: '#/components/schemas/NotarialActRelatedToAssetEdgeView'
                OWNS_ACCOUNT:
                  $ref: '#/components/schemas/OwnsAccountEdgeView'
                OWNS_ASSET:
                  $ref: '#/components/schemas/OwnsAssetEdgeView'
                OWNS_OR_PARTICIPATES_IN:
                  $ref: '#/components/schemas/OwnsOrParticipatesInEdgeView'
                PAID_PUBLIC_FUNDS_TO:
                  $ref: '#/components/schemas/PaidPublicFundsToEdgeView'
                PARTY_IN_CASE:
                  $ref: '#/components/schemas/PartyInCaseEdgeView'
                PUBLICATION_HAS_EXTRACTED_FACT:
                  $ref: '#/components/schemas/PublicationHasExtractedFactEdgeView'
                PUBLISHED_BY:
                  $ref: '#/components/schemas/PublishedByEdgeView'
                RAN_IN_ELECTION:
                  $ref: '#/components/schemas/RanInElectionEdgeView'
                RELATED_TO:
                  $ref: '#/components/schemas/RelatedToEdgeView'
                RELATED_TO_CRIMINAL_ORGANIZATION:
                  $ref: '#/components/schemas/RelatedToCriminalOrganizationEdgeView'
                RESTRICTION_FROM_ALERT:
                  $ref: '#/components/schemas/RestrictionFromAlertEdgeView'
                RESTRICTION_FROM_PROCEEDING:
                  $ref: '#/components/schemas/RestrictionFromProceedingEdgeView'
                RESTRICTION_FROM_SANCTION:
                  $ref: '#/components/schemas/RestrictionFromSanctionEdgeView'
                SANCTIONED_IN:
                  $ref: '#/components/schemas/SanctionedInEdgeView'
                SANCTION_FROM_PROCEEDING:
                  $ref: '#/components/schemas/SanctionFromProceedingEdgeView'
                SUBJECT_OF_ENFORCEMENT:
                  $ref: '#/components/schemas/SubjectOfEnforcementEdgeView'
                SUBJECT_OF_PROCEEDING:
                  $ref: '#/components/schemas/SubjectOfProceedingEdgeView'
                SUBJECT_OF_REGULATORY_ALERT:
                  $ref: '#/components/schemas/SubjectOfRegulatoryAlertEdgeView'
                TARGET_OF_WARRANT:
                  $ref: '#/components/schemas/TargetOfWarrantEdgeView'
                TRANSACTED_WITH:
                  $ref: '#/components/schemas/TransactedWithEdgeView'
                WARRANT_IN_CASE:
                  $ref: '#/components/schemas/WarrantInCaseEdgeView'
              propertyName: relationship_type
            oneOf:
              - $ref: '#/components/schemas/AccountAtInstitutionEdgeView'
              - $ref: '#/components/schemas/AdverseMediaHasExtractedFactEdgeView'
              - $ref: '#/components/schemas/AffiliatedToPartyEdgeView'
              - $ref: '#/components/schemas/BelongsToEconomicGroupEdgeView'
              - $ref: '#/components/schemas/BorrowedFromEdgeView'
              - $ref: '#/components/schemas/BranchOfEdgeView'
              - $ref: '#/components/schemas/CandidacyByPartyEdgeView'
              - $ref: '#/components/schemas/CaseHasDecisionEdgeView'
              - $ref: '#/components/schemas/CivilEventParticipantEdgeView'
              - $ref: '#/components/schemas/CondemnedInEdgeView'
              - $ref: '#/components/schemas/ControlsOrBenefitsFromEdgeView'
              - $ref: '#/components/schemas/ConvictedInEdgeView'
              - $ref: '#/components/schemas/ConvictionFromDecisionEdgeView'
              - $ref: '#/components/schemas/ConvictionInCaseEdgeView'
              - $ref: '#/components/schemas/CreditorInProtestEdgeView'
              - $ref: '#/components/schemas/DebtorInProtestEdgeView'
              - $ref: '#/components/schemas/DeclaredAssetEdgeView'
              - $ref: '#/components/schemas/ElectoralFinancialFlowEdgeView'
              - $ref: >-
                  #/components/schemas/EnteredPrivateActivityDuringQuarantineEdgeView
              - $ref: '#/components/schemas/FactObjectEdgeView'
              - $ref: '#/components/schemas/FactSubjectEdgeView'
              - $ref: '#/components/schemas/GuaranteedByEdgeView'
              - $ref: '#/components/schemas/HasEvidenceSummaryEdgeView'
              - $ref: '#/components/schemas/HasFinancialRelationshipWithEdgeView'
              - $ref: '#/components/schemas/HasRestrictionEdgeView'
              - $ref: '#/components/schemas/HoldsMandateEdgeView'
              - $ref: '#/components/schemas/HoldsPublicServiceLinkEdgeView'
              - $ref: '#/components/schemas/IntendedControlEdgeView'
              - $ref: '#/components/schemas/InvolvedInAdverseMediaEdgeView'
              - $ref: '#/components/schemas/ListedInWatchlistEdgeView'
              - $ref: '#/components/schemas/MandateByPartyEdgeView'
              - $ref: '#/components/schemas/MentionedInPublicationEdgeView'
              - $ref: '#/components/schemas/NotarialActPartyEdgeView'
              - $ref: '#/components/schemas/NotarialActRelatedToAssetEdgeView'
              - $ref: '#/components/schemas/OwnsAccountEdgeView'
              - $ref: '#/components/schemas/OwnsAssetEdgeView'
              - $ref: '#/components/schemas/OwnsOrParticipatesInEdgeView'
              - $ref: '#/components/schemas/PaidPublicFundsToEdgeView'
              - $ref: '#/components/schemas/PartyInCaseEdgeView'
              - $ref: '#/components/schemas/PublicationHasExtractedFactEdgeView'
              - $ref: '#/components/schemas/PublishedByEdgeView'
              - $ref: '#/components/schemas/RanInElectionEdgeView'
              - $ref: '#/components/schemas/RelatedToEdgeView'
              - $ref: '#/components/schemas/RelatedToCriminalOrganizationEdgeView'
              - $ref: '#/components/schemas/RestrictionFromAlertEdgeView'
              - $ref: '#/components/schemas/RestrictionFromProceedingEdgeView'
              - $ref: '#/components/schemas/RestrictionFromSanctionEdgeView'
              - $ref: '#/components/schemas/SanctionedInEdgeView'
              - $ref: '#/components/schemas/SanctionFromProceedingEdgeView'
              - $ref: '#/components/schemas/SubjectOfEnforcementEdgeView'
              - $ref: '#/components/schemas/SubjectOfProceedingEdgeView'
              - $ref: '#/components/schemas/SubjectOfRegulatoryAlertEdgeView'
              - $ref: '#/components/schemas/TargetOfWarrantEdgeView'
              - $ref: '#/components/schemas/TransactedWithEdgeView'
              - $ref: '#/components/schemas/WarrantInCaseEdgeView'
          title: Edges
          type: array
        limitations:
          items:
            $ref: '#/components/schemas/AnalysisLimitation'
          title: Limitations
          type: array
        nodes:
          items:
            discriminator:
              mapping:
                AdministrativeProceeding:
                  $ref: '#/components/schemas/AdministrativeProceedingNodeView'
                AdverseMediaEvent:
                  $ref: '#/components/schemas/AdverseMediaEventNodeView'
                Asset:
                  $ref: '#/components/schemas/AssetNodeView'
                Candidacy:
                  $ref: '#/components/schemas/CandidacyNodeView'
                CivilRegistryEvent:
                  $ref: '#/components/schemas/CivilRegistryEventNodeView'
                Conviction:
                  $ref: '#/components/schemas/ConvictionNodeView'
                CreditOperation:
                  $ref: '#/components/schemas/CreditOperationNodeView'
                CriminalOrganization:
                  $ref: '#/components/schemas/CriminalOrganizationNodeView'
                EconomicGroup:
                  $ref: '#/components/schemas/EconomicGroupNodeView'
                Entity:
                  $ref: '#/components/schemas/EntityNodeView'
                EvidenceSummary:
                  $ref: '#/components/schemas/EvidenceSummaryNodeView'
                FinancialAccount:
                  $ref: '#/components/schemas/FinancialAccountNodeView'
                LegalCase:
                  $ref: '#/components/schemas/LegalCaseNodeView'
                LegalDecision:
                  $ref: '#/components/schemas/LegalDecisionNodeView'
                Mandate:
                  $ref: '#/components/schemas/MandateNodeView'
                NotarialAct:
                  $ref: '#/components/schemas/NotarialActNodeView'
                OfficialPublication:
                  $ref: '#/components/schemas/OfficialPublicationNodeView'
                ProtestRecord:
                  $ref: '#/components/schemas/ProtestRecordNodeView'
                PublicationExtractedFact:
                  $ref: '#/components/schemas/PublicationExtractedFactNodeView'
                RegulatoryAlert:
                  $ref: '#/components/schemas/RegulatoryAlertNodeView'
                Restriction:
                  $ref: '#/components/schemas/RestrictionNodeView'
                Sanction:
                  $ref: '#/components/schemas/SanctionNodeView'
                Warrant:
                  $ref: '#/components/schemas/WarrantNodeView'
                WatchlistProgram:
                  $ref: '#/components/schemas/WatchlistProgramNodeView'
              propertyName: label
            oneOf:
              - $ref: '#/components/schemas/AdministrativeProceedingNodeView'
              - $ref: '#/components/schemas/AdverseMediaEventNodeView'
              - $ref: '#/components/schemas/AssetNodeView'
              - $ref: '#/components/schemas/CandidacyNodeView'
              - $ref: '#/components/schemas/CivilRegistryEventNodeView'
              - $ref: '#/components/schemas/ConvictionNodeView'
              - $ref: '#/components/schemas/CreditOperationNodeView'
              - $ref: '#/components/schemas/CriminalOrganizationNodeView'
              - $ref: '#/components/schemas/EconomicGroupNodeView'
              - $ref: '#/components/schemas/EntityNodeView'
              - $ref: '#/components/schemas/EvidenceSummaryNodeView'
              - $ref: '#/components/schemas/FinancialAccountNodeView'
              - $ref: '#/components/schemas/LegalCaseNodeView'
              - $ref: '#/components/schemas/LegalDecisionNodeView'
              - $ref: '#/components/schemas/MandateNodeView'
              - $ref: '#/components/schemas/NotarialActNodeView'
              - $ref: '#/components/schemas/OfficialPublicationNodeView'
              - $ref: '#/components/schemas/ProtestRecordNodeView'
              - $ref: '#/components/schemas/PublicationExtractedFactNodeView'
              - $ref: '#/components/schemas/RegulatoryAlertNodeView'
              - $ref: '#/components/schemas/RestrictionNodeView'
              - $ref: '#/components/schemas/SanctionNodeView'
              - $ref: '#/components/schemas/WarrantNodeView'
              - $ref: '#/components/schemas/WatchlistProgramNodeView'
          title: Nodes
          type: array
        paths:
          items:
            $ref: '#/components/schemas/GraphPathView'
          title: Paths
          type: array
        root_entity_id:
          exclusiveMinimum: 0
          title: Root Entity Id
          type: integer
        truncated:
          default: false
          title: Truncated
          type: boolean
      required:
        - root_entity_id
      title: AnalysisGraphView
      type: object
    AccountAtInstitutionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: ACCOUNT_AT_INSTITUTION
          default: ACCOUNT_AT_INSTITUTION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: AccountAtInstitutionEdgeView
      type: object
    AdverseMediaHasExtractedFactEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: ADVERSE_MEDIA_HAS_EXTRACTED_FACT
          default: ADVERSE_MEDIA_HAS_EXTRACTED_FACT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: AdverseMediaHasExtractedFactEdgeView
      type: object
    AffiliatedToPartyEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        membership_number:
          anyOf:
            - {}
            - type: 'null'
          title: Membership Number
        party_acronym_in_source:
          anyOf:
            - {}
            - type: 'null'
          title: Party Acronym In Source
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: AFFILIATED_TO_PARTY
          default: AFFILIATED_TO_PARTY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        role_title:
          anyOf:
            - {}
            - type: 'null'
          title: Role Title
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: AffiliatedToPartyEdgeView
      type: object
    BelongsToEconomicGroupEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        membership_type:
          anyOf:
            - {}
            - type: 'null'
          title: Membership Type
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: BELONGS_TO_ECONOMIC_GROUP
          default: BELONGS_TO_ECONOMIC_GROUP
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: BelongsToEconomicGroupEdgeView
      type: object
    BorrowedFromEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: BORROWED_FROM
          default: BORROWED_FROM
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: BorrowedFromEdgeView
      type: object
    BranchOfEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: BRANCH_OF
          default: BRANCH_OF
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: BranchOfEdgeView
      type: object
    CandidacyByPartyEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CANDIDACY_BY_PARTY
          default: CANDIDACY_BY_PARTY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: CandidacyByPartyEdgeView
      type: object
    CaseHasDecisionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CASE_HAS_DECISION
          default: CASE_HAS_DECISION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: CaseHasDecisionEdgeView
      type: object
    CivilEventParticipantEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CIVIL_EVENT_PARTICIPANT
          default: CIVIL_EVENT_PARTICIPANT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: CivilEventParticipantEdgeView
      type: object
    CondemnedInEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_url:
          anyOf:
            - {}
            - type: 'null'
          title: Document Url
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        matched_keyword:
          anyOf:
            - {}
            - type: 'null'
          title: Matched Keyword
        projection_key:
          title: Projection Key
          type: string
        publication_type:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Type
        published_at:
          anyOf:
            - {}
            - type: 'null'
          title: Published At
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CONDEMNED_IN
          default: CONDEMNED_IN
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        signal_code:
          anyOf:
            - {}
            - type: 'null'
          title: Signal Code
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: CondemnedInEdgeView
      type: object
    ControlsOrBenefitsFromEdgeView:
      additionalProperties: true
      properties:
        beneficial_ownership_type:
          anyOf:
            - {}
            - type: 'null'
          title: Beneficial Ownership Type
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        control_chain_depth:
          anyOf:
            - {}
            - type: 'null'
          title: Control Chain Depth
        control_type:
          anyOf:
            - {}
            - type: 'null'
          title: Control Type
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_direct:
          anyOf:
            - {}
            - type: 'null'
          title: Is Direct
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        ownership_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Ownership Percentage
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CONTROLS_OR_BENEFITS_FROM
          default: CONTROLS_OR_BENEFITS_FROM
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
        voting_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Voting Percentage
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ControlsOrBenefitsFromEdgeView
      type: object
    ConvictedInEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CONVICTED_IN
          default: CONVICTED_IN
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ConvictedInEdgeView
      type: object
    ConvictionFromDecisionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CONVICTION_FROM_DECISION
          default: CONVICTION_FROM_DECISION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ConvictionFromDecisionEdgeView
      type: object
    ConvictionInCaseEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CONVICTION_IN_CASE
          default: CONVICTION_IN_CASE
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ConvictionInCaseEdgeView
      type: object
    CreditorInProtestEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: CREDITOR_IN_PROTEST
          default: CREDITOR_IN_PROTEST
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: CreditorInProtestEdgeView
      type: object
    DebtorInProtestEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: DEBTOR_IN_PROTEST
          default: DEBTOR_IN_PROTEST
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: DebtorInProtestEdgeView
      type: object
    DeclaredAssetEdgeView:
      additionalProperties: true
      properties:
        candidacy_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Candidacy Canonical Id
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        declaration_context:
          anyOf:
            - {}
            - type: 'null'
          title: Declaration Context
        declared_value:
          anyOf:
            - {}
            - type: 'null'
          title: Declared Value
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        election_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Election Canonical Id
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_joint_ownership:
          anyOf:
            - {}
            - type: 'null'
          title: Is Joint Ownership
        ownership_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Ownership Percentage
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: DECLARED_ASSET
          default: DECLARED_ASSET
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: DeclaredAssetEdgeView
      type: object
    ElectoralFinancialFlowEdgeView:
      additionalProperties: true
      properties:
        aggregation_period:
          anyOf:
            - {}
            - type: 'null'
          title: Aggregation Period
        average_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Average Amount
        candidate_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Candidate Entity Canonical Id
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        election_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Election Canonical Id
        event_count:
          anyOf:
            - {}
            - type: 'null'
          title: Event Count
        event_status:
          anyOf:
            - {}
            - type: 'null'
          title: Event Status
        event_type:
          anyOf:
            - {}
            - type: 'null'
          title: Event Type
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        first_event_date:
          anyOf:
            - {}
            - type: 'null'
          title: First Event Date
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        last_event_date:
          anyOf:
            - {}
            - type: 'null'
          title: Last Event Date
        max_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Max Amount
        party_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Party Entity Canonical Id
        payment_method:
          anyOf:
            - {}
            - type: 'null'
          title: Payment Method
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: ELECTORAL_FINANCIAL_FLOW
          default: ELECTORAL_FINANCIAL_FLOW
          title: Relationship Type
          type: string
        resource_origin:
          anyOf:
            - {}
            - type: 'null'
          title: Resource Origin
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        total_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Total Amount
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ElectoralFinancialFlowEdgeView
      type: object
    EnteredPrivateActivityDuringQuarantineEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        date_precision:
          anyOf:
            - {}
            - type: 'null'
          title: Date Precision
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_url:
          anyOf:
            - {}
            - type: 'null'
          title: Document Url
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        matched_position_criterion:
          anyOf:
            - {}
            - type: 'null'
          title: Matched Position Criterion
        matched_termination_keyword:
          anyOf:
            - {}
            - type: 'null'
          title: Matched Termination Keyword
        ownership_role:
          anyOf:
            - {}
            - type: 'null'
          title: Ownership Role
        ownership_type:
          anyOf:
            - {}
            - type: 'null'
          title: Ownership Type
        position_level:
          anyOf:
            - {}
            - type: 'null'
          title: Position Level
        position_title:
          anyOf:
            - {}
            - type: 'null'
          title: Position Title
        private_activity_start_date:
          anyOf:
            - {}
            - type: 'null'
          title: Private Activity Start Date
        projection_key:
          title: Projection Key
          type: string
        public_body_name:
          anyOf:
            - {}
            - type: 'null'
          title: Public Body Name
        public_service_end_date:
          anyOf:
            - {}
            - type: 'null'
          title: Public Service End Date
        publication_reference:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Reference
        quarantine_window_end_date:
          anyOf:
            - {}
            - type: 'null'
          title: Quarantine Window End Date
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: ENTERED_PRIVATE_ACTIVITY_DURING_QUARANTINE
          default: ENTERED_PRIVATE_ACTIVITY_DURING_QUARANTINE
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        signal_code:
          anyOf:
            - {}
            - type: 'null'
          title: Signal Code
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: EnteredPrivateActivityDuringQuarantineEdgeView
      type: object
    FactObjectEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: FACT_OBJECT
          default: FACT_OBJECT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: FactObjectEdgeView
      type: object
    FactSubjectEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: FACT_SUBJECT
          default: FACT_SUBJECT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: FactSubjectEdgeView
      type: object
    GuaranteedByEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        lender_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Lender Entity Canonical Id
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: GUARANTEED_BY
          default: GUARANTEED_BY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: GuaranteedByEdgeView
      type: object
    HasEvidenceSummaryEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: HAS_EVIDENCE_SUMMARY
          default: HAS_EVIDENCE_SUMMARY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        signal_code:
          anyOf:
            - {}
            - type: 'null'
          title: Signal Code
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: HasEvidenceSummaryEdgeView
      type: object
    HasFinancialRelationshipWithEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: HAS_FINANCIAL_RELATIONSHIP_WITH
          default: HAS_FINANCIAL_RELATIONSHIP_WITH
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: HasFinancialRelationshipWithEdgeView
      type: object
    HasRestrictionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: HAS_RESTRICTION
          default: HAS_RESTRICTION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: HasRestrictionEdgeView
      type: object
    HoldsMandateEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: HOLDS_MANDATE
          default: HOLDS_MANDATE
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: HoldsMandateEdgeView
      type: object
    HoldsPublicServiceLinkEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        date_precision:
          anyOf:
            - {}
            - type: 'null'
          title: Date Precision
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_url:
          anyOf:
            - {}
            - type: 'null'
          title: Document Url
        event_type:
          anyOf:
            - {}
            - type: 'null'
          title: Event Type
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        official_publication_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Official Publication Canonical Id
        position_level:
          anyOf:
            - {}
            - type: 'null'
          title: Position Level
        position_title:
          anyOf:
            - {}
            - type: 'null'
          title: Position Title
        projection_key:
          title: Projection Key
          type: string
        public_body_name:
          anyOf:
            - {}
            - type: 'null'
          title: Public Body Name
        publication_reference:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Reference
        published_at:
          anyOf:
            - {}
            - type: 'null'
          title: Published At
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: HOLDS_PUBLIC_SERVICE_LINK
          default: HOLDS_PUBLIC_SERVICE_LINK
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        signal_code:
          anyOf:
            - {}
            - type: 'null'
          title: Signal Code
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: HoldsPublicServiceLinkEdgeView
      type: object
    IntendedControlEdgeView:
      additionalProperties: true
      properties:
        approval_required:
          anyOf:
            - {}
            - type: 'null'
          title: Approval Required
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        declaration_date:
          anyOf:
            - {}
            - type: 'null'
          title: Declaration Date
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_status:
          anyOf:
            - {}
            - type: 'null'
          title: Relationship Status
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: INTENDED_CONTROL
          default: INTENDED_CONTROL
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_article_id:
          anyOf:
            - {}
            - type: 'null'
          title: Source Article Id
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        source_url:
          anyOf:
            - {}
            - type: 'null'
          title: Source Url
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: IntendedControlEdgeView
      type: object
    InvolvedInAdverseMediaEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_primary:
          anyOf:
            - {}
            - type: 'null'
          title: Is Primary
        mention_count:
          anyOf:
            - {}
            - type: 'null'
          title: Mention Count
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: INVOLVED_IN_ADVERSE_MEDIA
          default: INVOLVED_IN_ADVERSE_MEDIA
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: InvolvedInAdverseMediaEdgeView
      type: object
    ListedInWatchlistEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        last_seen_at:
          anyOf:
            - {}
            - type: 'null'
          title: Last Seen At
        projection_key:
          title: Projection Key
          type: string
        reason:
          anyOf:
            - {}
            - type: 'null'
          title: Reason
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: LISTED_IN_WATCHLIST
          default: LISTED_IN_WATCHLIST
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: ListedInWatchlistEdgeView
      type: object
    MandateByPartyEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: MANDATE_BY_PARTY
          default: MANDATE_BY_PARTY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: MandateByPartyEdgeView
      type: object
    MentionedInPublicationEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_primary:
          anyOf:
            - {}
            - type: 'null'
          title: Is Primary
        mention_count:
          anyOf:
            - {}
            - type: 'null'
          title: Mention Count
        normalized_entity_name_in_text:
          anyOf:
            - {}
            - type: 'null'
          title: Normalized Entity Name In Text
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: MENTIONED_IN_PUBLICATION
          default: MENTIONED_IN_PUBLICATION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: MentionedInPublicationEdgeView
      type: object
    NotarialActPartyEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: NOTARIAL_ACT_PARTY
          default: NOTARIAL_ACT_PARTY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: NotarialActPartyEdgeView
      type: object
    NotarialActRelatedToAssetEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: NOTARIAL_ACT_RELATED_TO_ASSET
          default: NOTARIAL_ACT_RELATED_TO_ASSET
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: NotarialActRelatedToAssetEdgeView
      type: object
    OwnsAccountEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: OWNS_ACCOUNT
          default: OWNS_ACCOUNT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: OwnsAccountEdgeView
      type: object
    OwnsAssetEdgeView:
      additionalProperties: true
      properties:
        acquisition_value:
          anyOf:
            - {}
            - type: 'null'
          title: Acquisition Value
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        disposal_value:
          anyOf:
            - {}
            - type: 'null'
          title: Disposal Value
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        ownership_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Ownership Percentage
        ownership_type:
          anyOf:
            - {}
            - type: 'null'
          title: Ownership Type
        projection_key:
          title: Projection Key
          type: string
        registry_record_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Registry Record Canonical Id
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: OWNS_ASSET
          default: OWNS_ASSET
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: OwnsAssetEdgeView
      type: object
    OwnsOrParticipatesInEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        capital_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Capital Amount
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        ownership_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Ownership Percentage
        ownership_role:
          anyOf:
            - {}
            - type: 'null'
          title: Ownership Role
        ownership_type:
          anyOf:
            - {}
            - type: 'null'
          title: Ownership Type
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: OWNS_OR_PARTICIPATES_IN
          default: OWNS_OR_PARTICIPATES_IN
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
        voting_percentage:
          anyOf:
            - type: number
            - type: 'null'
          title: Voting Percentage
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: OwnsOrParticipatesInEdgeView
      type: object
    PaidPublicFundsToEdgeView:
      additionalProperties: true
      properties:
        action_name:
          anyOf:
            - {}
            - type: 'null'
          title: Action Name
        aggregation_period:
          anyOf:
            - {}
            - type: 'null'
          title: Aggregation Period
        average_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Average Amount
        budget_year:
          anyOf:
            - {}
            - type: 'null'
          title: Budget Year
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        contract_count:
          anyOf:
            - {}
            - type: 'null'
          title: Contract Count
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        expense_category:
          anyOf:
            - {}
            - type: 'null'
          title: Expense Category
        first_payment_date:
          anyOf:
            - {}
            - type: 'null'
          title: First Payment Date
        government_level:
          anyOf:
            - {}
            - type: 'null'
          title: Government Level
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        last_payment_date:
          anyOf:
            - {}
            - type: 'null'
          title: Last Payment Date
        max_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Max Amount
        payment_count:
          anyOf:
            - {}
            - type: 'null'
          title: Payment Count
        payment_status:
          anyOf:
            - {}
            - type: 'null'
          title: Payment Status
        payment_type:
          anyOf:
            - {}
            - type: 'null'
          title: Payment Type
        procurement_process_count:
          anyOf:
            - {}
            - type: 'null'
          title: Procurement Process Count
        program_name:
          anyOf:
            - {}
            - type: 'null'
          title: Program Name
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: PAID_PUBLIC_FUNDS_TO
          default: PAID_PUBLIC_FUNDS_TO
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        total_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Total Amount
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: PaidPublicFundsToEdgeView
      type: object
    PartyInCaseEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_primary:
          anyOf:
            - {}
            - type: 'null'
          title: Is Primary
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: PARTY_IN_CASE
          default: PARTY_IN_CASE
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: PartyInCaseEdgeView
      type: object
    PublicationHasExtractedFactEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: PUBLICATION_HAS_EXTRACTED_FACT
          default: PUBLICATION_HAS_EXTRACTED_FACT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: PublicationHasExtractedFactEdgeView
      type: object
    PublishedByEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: PUBLISHED_BY
          default: PUBLISHED_BY
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: PublishedByEdgeView
      type: object
    RanInElectionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RAN_IN_ELECTION
          default: RAN_IN_ELECTION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RanInElectionEdgeView
      type: object
    RelatedToEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RELATED_TO
          default: RELATED_TO
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RelatedToEdgeView
      type: object
    RelatedToCriminalOrganizationEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RELATED_TO_CRIMINAL_ORGANIZATION
          default: RELATED_TO_CRIMINAL_ORGANIZATION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RelatedToCriminalOrganizationEdgeView
      type: object
    RestrictionFromAlertEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RESTRICTION_FROM_ALERT
          default: RESTRICTION_FROM_ALERT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RestrictionFromAlertEdgeView
      type: object
    RestrictionFromProceedingEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RESTRICTION_FROM_PROCEEDING
          default: RESTRICTION_FROM_PROCEEDING
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RestrictionFromProceedingEdgeView
      type: object
    RestrictionFromSanctionEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: RESTRICTION_FROM_SANCTION
          default: RESTRICTION_FROM_SANCTION
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: RestrictionFromSanctionEdgeView
      type: object
    SanctionedInEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_primary:
          anyOf:
            - {}
            - type: 'null'
          title: Is Primary
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: SANCTIONED_IN
          default: SANCTIONED_IN
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: SanctionedInEdgeView
      type: object
    SanctionFromProceedingEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: SANCTION_FROM_PROCEEDING
          default: SANCTION_FROM_PROCEEDING
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: SanctionFromProceedingEdgeView
      type: object
    SubjectOfEnforcementEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        context_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Context Excerpt
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_url:
          anyOf:
            - {}
            - type: 'null'
          title: Document Url
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        matched_keyword:
          anyOf:
            - {}
            - type: 'null'
          title: Matched Keyword
        projection_key:
          title: Projection Key
          type: string
        publication_type:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Type
        published_at:
          anyOf:
            - {}
            - type: 'null'
          title: Published At
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: SUBJECT_OF_ENFORCEMENT
          default: SUBJECT_OF_ENFORCEMENT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        signal_code:
          anyOf:
            - {}
            - type: 'null'
          title: Signal Code
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: SubjectOfEnforcementEdgeView
      type: object
    SubjectOfProceedingEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: SUBJECT_OF_PROCEEDING
          default: SUBJECT_OF_PROCEEDING
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: SubjectOfProceedingEdgeView
      type: object
    SubjectOfRegulatoryAlertEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: SUBJECT_OF_REGULATORY_ALERT
          default: SUBJECT_OF_REGULATORY_ALERT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: SubjectOfRegulatoryAlertEdgeView
      type: object
    TargetOfWarrantEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: TARGET_OF_WARRANT
          default: TARGET_OF_WARRANT
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        target_role:
          anyOf:
            - {}
            - type: 'null'
          title: Target Role
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: TargetOfWarrantEdgeView
      type: object
    TransactedWithEdgeView:
      additionalProperties: true
      properties:
        aggregation_period:
          anyOf:
            - {}
            - type: 'null'
          title: Aggregation Period
        average_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Average Amount
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        channel:
          anyOf:
            - {}
            - type: 'null'
          title: Channel
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        first_transaction_at:
          anyOf:
            - {}
            - type: 'null'
          title: First Transaction At
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        last_transaction_at:
          anyOf:
            - {}
            - type: 'null'
          title: Last Transaction At
        max_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Max Amount
        min_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Min Amount
        payment_method:
          anyOf:
            - {}
            - type: 'null'
          title: Payment Method
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: TRANSACTED_WITH
          default: TRANSACTED_WITH
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        total_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Total Amount
        transaction_count:
          anyOf:
            - {}
            - type: 'null'
          title: Transaction Count
        transaction_direction:
          anyOf:
            - {}
            - type: 'null'
          title: Transaction Direction
        transaction_status:
          anyOf:
            - {}
            - type: 'null'
          title: Transaction Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: TransactedWithEdgeView
      type: object
    WarrantInCaseEdgeView:
      additionalProperties: true
      properties:
        canonical_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Canonical Id
        canonical_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Canonical Table
        confidence_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Confidence Level
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Id
        evidence_table:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Table
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        projection_key:
          title: Projection Key
          type: string
        relationship_role:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Role
        relationship_subtype:
          anyOf:
            - type: string
            - type: 'null'
          title: Relationship Subtype
        relationship_type:
          const: WARRANT_IN_CASE
          default: WARRANT_IN_CASE
          title: Relationship Type
          type: string
        risk_level:
          anyOf:
            - type: string
            - type: 'null'
          title: Risk Level
        source_canonical_id:
          title: Source Canonical Id
          type: integer
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        source_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_canonical_id:
          title: Target Canonical Id
          type: integer
        target_label:
          $ref: '#/components/schemas/GraphNodeLabel'
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - source_label
        - source_canonical_id
        - target_label
        - target_canonical_id
        - projection_key
      title: WarrantInCaseEdgeView
      type: object
    AnalysisLimitation:
      additionalProperties: false
      properties:
        code:
          minLength: 1
          pattern: ^[a-z][a-z0-9_]*$
          title: Code
          type: string
        details:
          additionalProperties: true
          title: Details
          type: object
        entity_id:
          anyOf:
            - exclusiveMinimum: 0
              type: integer
            - type: 'null'
          title: Entity Id
        message:
          minLength: 1
          title: Message
          type: string
      required:
        - code
        - message
      title: AnalysisLimitation
      type: object
    AdministrativeProceedingNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        closed_at:
          anyOf:
            - {}
            - type: 'null'
          title: Closed At
        decision_date:
          anyOf:
            - {}
            - type: 'null'
          title: Decision Date
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: AdministrativeProceeding
          default: AdministrativeProceeding
          title: Label
          type: string
        opened_at:
          anyOf:
            - {}
            - type: 'null'
          title: Opened At
        proceeding_number:
          anyOf:
            - {}
            - type: 'null'
          title: Proceeding Number
        proceeding_type:
          anyOf:
            - {}
            - type: 'null'
          title: Proceeding Type
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: AdministrativeProceedingNodeView
      type: object
    AdverseMediaEventNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        event_category:
          anyOf:
            - {}
            - type: 'null'
          title: Event Category
        event_type:
          anyOf:
            - {}
            - type: 'null'
          title: Event Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: AdverseMediaEvent
          default: AdverseMediaEvent
          title: Label
          type: string
        official_publication_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Official Publication Canonical Id
        primary_topic:
          anyOf:
            - {}
            - type: 'null'
          title: Primary Topic
        reported_at:
          anyOf:
            - {}
            - type: 'null'
          title: Reported At
        severity:
          anyOf:
            - {}
            - type: 'null'
          title: Severity
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        topic_types:
          anyOf:
            - {}
            - type: 'null'
          title: Topic Types
        topics:
          anyOf:
            - {}
            - type: 'null'
          title: Topics
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: AdverseMediaEventNodeView
      type: object
    AssetNodeView:
      additionalProperties: true
      properties:
        asset_type:
          anyOf:
            - {}
            - type: 'null'
          title: Asset Type
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        city:
          anyOf:
            - {}
            - type: 'null'
          title: City
        country:
          anyOf:
            - {}
            - type: 'null'
          title: Country
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        estimated_value:
          anyOf:
            - {}
            - type: 'null'
          title: Estimated Value
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Asset
          default: Asset
          title: Label
          type: string
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        state:
          anyOf:
            - {}
            - type: 'null'
          title: State
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
        valuation_date:
          anyOf:
            - {}
            - type: 'null'
          title: Valuation Date
      required:
        - key
        - canonical_id
        - canonical_table
      title: AssetNodeView
      type: object
    CandidacyNodeView:
      additionalProperties: true
      properties:
        ballot_name:
          anyOf:
            - {}
            - type: 'null'
          title: Ballot Name
        ballot_number:
          anyOf:
            - {}
            - type: 'null'
          title: Ballot Number
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        coalition_name:
          anyOf:
            - {}
            - type: 'null'
          title: Coalition Name
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        election_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Election Canonical Id
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Candidacy
          default: Candidacy
          title: Label
          type: string
        public_office_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Public Office Canonical Id
        result_status:
          anyOf:
            - {}
            - type: 'null'
          title: Result Status
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
        vote_count:
          anyOf:
            - {}
            - type: 'null'
          title: Vote Count
        vote_percentage:
          anyOf:
            - {}
            - type: 'null'
          title: Vote Percentage
      required:
        - key
        - canonical_id
        - canonical_table
      title: CandidacyNodeView
      type: object
    CivilRegistryEventNodeView:
      additionalProperties: true
      properties:
        book_number:
          anyOf:
            - {}
            - type: 'null'
          title: Book Number
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        city:
          anyOf:
            - {}
            - type: 'null'
          title: City
        country:
          anyOf:
            - {}
            - type: 'null'
          title: Country
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        event_type:
          anyOf:
            - {}
            - type: 'null'
          title: Event Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: CivilRegistryEvent
          default: CivilRegistryEvent
          title: Label
          type: string
        page_number:
          anyOf:
            - {}
            - type: 'null'
          title: Page Number
        record_number:
          anyOf:
            - {}
            - type: 'null'
          title: Record Number
        registration_date:
          anyOf:
            - {}
            - type: 'null'
          title: Registration Date
        registry_office_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Registry Office Entity Canonical Id
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        state:
          anyOf:
            - {}
            - type: 'null'
          title: State
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: CivilRegistryEventNodeView
      type: object
    ConvictionNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        conviction_date:
          anyOf:
            - {}
            - type: 'null'
          title: Conviction Date
        conviction_type:
          anyOf:
            - {}
            - type: 'null'
          title: Conviction Type
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        final_judgment_date:
          anyOf:
            - {}
            - type: 'null'
          title: Final Judgment Date
        fine_amount:
          anyOf:
            - {}
            - type: 'null'
          title: Fine Amount
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Conviction
          default: Conviction
          title: Label
          type: string
        legal_basis:
          anyOf:
            - {}
            - type: 'null'
          title: Legal Basis
        penalty_description:
          anyOf:
            - {}
            - type: 'null'
          title: Penalty Description
        sentence_length_days:
          anyOf:
            - {}
            - type: 'null'
          title: Sentence Length Days
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: ConvictionNodeView
      type: object
    CreditOperationNodeView:
      additionalProperties: true
      properties:
        amount_contracted:
          anyOf:
            - {}
            - type: 'null'
          title: Amount Contracted
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        collateral_description:
          anyOf:
            - {}
            - type: 'null'
          title: Collateral Description
        collateral_type:
          anyOf:
            - {}
            - type: 'null'
          title: Collateral Type
        contract_number:
          anyOf:
            - {}
            - type: 'null'
          title: Contract Number
        credit_type:
          anyOf:
            - {}
            - type: 'null'
          title: Credit Type
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        interest_rate:
          anyOf:
            - {}
            - type: 'null'
          title: Interest Rate
        interest_rate_period:
          anyOf:
            - {}
            - type: 'null'
          title: Interest Rate Period
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: CreditOperation
          default: CreditOperation
          title: Label
          type: string
        outstanding_balance:
          anyOf:
            - {}
            - type: 'null'
          title: Outstanding Balance
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: CreditOperationNodeView
      type: object
    CriminalOrganizationNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: CriminalOrganization
          default: CriminalOrganization
          title: Label
          type: string
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: CriminalOrganizationNodeView
      type: object
    EconomicGroupNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        formation_basis:
          anyOf:
            - {}
            - type: 'null'
          title: Formation Basis
        group_type:
          anyOf:
            - {}
            - type: 'null'
          title: Group Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: EconomicGroup
          default: EconomicGroup
          title: Label
          type: string
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: EconomicGroupNodeView
      type: object
    EntityNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        entity_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Entity Type
        has_adverse_media:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Has Adverse Media
        has_restriction:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Has Restriction
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_pep:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Is Pep
        is_sanctioned:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Is Sanctioned
        is_watchlisted:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Is Watchlisted
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Entity
          default: Entity
          title: Label
          type: string
        legal_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Legal Name
        normalized_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Normalized Name
        pep_degree:
          anyOf:
            - type: integer
            - type: 'null'
          title: Pep Degree
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: EntityNodeView
      type: object
    EvidenceSummaryNodeView:
      additionalProperties: true
      properties:
        anchor_entity_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Anchor Entity Id
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        evidence_count:
          anyOf:
            - type: integer
            - type: 'null'
          title: Evidence Count
        evidence_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Evidence Type
        graph_key:
          anyOf:
            - type: string
            - type: 'null'
          title: Graph Key
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: EvidenceSummary
          default: EvidenceSummary
          title: Label
          type: string
        member_canonical_ids:
          anyOf:
            - items:
                type: integer
              type: array
            - type: 'null'
          title: Member Canonical Ids
        signal_code:
          anyOf:
            - type: string
            - type: 'null'
          title: Signal Code
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: EvidenceSummaryNodeView
      type: object
    FinancialAccountNodeView:
      additionalProperties: true
      properties:
        account_digit:
          anyOf:
            - {}
            - type: 'null'
          title: Account Digit
        account_number_masked:
          anyOf:
            - {}
            - type: 'null'
          title: Account Number Masked
        account_type:
          anyOf:
            - {}
            - type: 'null'
          title: Account Type
        branch_number:
          anyOf:
            - {}
            - type: 'null'
          title: Branch Number
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        is_masked:
          anyOf:
            - {}
            - type: 'null'
          title: Is Masked
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: FinancialAccount
          default: FinancialAccount
          title: Label
          type: string
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: FinancialAccountNodeView
      type: object
    LegalCaseNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        case_number:
          anyOf:
            - {}
            - type: 'null'
          title: Case Number
        case_number_normalized:
          anyOf:
            - {}
            - type: 'null'
          title: Case Number Normalized
        case_secrecy_level:
          anyOf:
            - {}
            - type: 'null'
          title: Case Secrecy Level
        case_type:
          anyOf:
            - {}
            - type: 'null'
          title: Case Type
        case_value:
          anyOf:
            - {}
            - type: 'null'
          title: Case Value
        closing_date:
          anyOf:
            - {}
            - type: 'null'
          title: Closing Date
        cnj_class_codes:
          anyOf:
            - {}
            - type: 'null'
          title: Cnj Class Codes
        cnj_subject_codes:
          anyOf:
            - {}
            - type: 'null'
          title: Cnj Subject Codes
        court_system:
          anyOf:
            - {}
            - type: 'null'
          title: Court System
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        distribution_date:
          anyOf:
            - {}
            - type: 'null'
          title: Distribution Date
        filing_date:
          anyOf:
            - {}
            - type: 'null'
          title: Filing Date
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: LegalCase
          default: LegalCase
          title: Label
          type: string
        last_movement_date:
          anyOf:
            - {}
            - type: 'null'
          title: Last Movement Date
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: LegalCaseNodeView
      type: object
    LegalDecisionNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        decision_date:
          anyOf:
            - {}
            - type: 'null'
          title: Decision Date
        decision_type:
          anyOf:
            - {}
            - type: 'null'
          title: Decision Type
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: LegalDecision
          default: LegalDecision
          title: Label
          type: string
        outcome:
          anyOf:
            - {}
            - type: 'null'
          title: Outcome
        published_at:
          anyOf:
            - {}
            - type: 'null'
          title: Published At
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: LegalDecisionNodeView
      type: object
    MandateNodeView:
      additionalProperties: true
      properties:
        candidacy_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Candidacy Canonical Id
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        description:
          anyOf:
            - {}
            - type: 'null'
          title: Description
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        election_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Election Canonical Id
        end_reason:
          anyOf:
            - {}
            - type: 'null'
          title: End Reason
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Mandate
          default: Mandate
          title: Label
          type: string
        left_office_at:
          anyOf:
            - {}
            - type: 'null'
          title: Left Office At
        mandate_type:
          anyOf:
            - {}
            - type: 'null'
          title: Mandate Type
        public_office_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Public Office Canonical Id
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        took_office_at:
          anyOf:
            - {}
            - type: 'null'
          title: Took Office At
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: MandateNodeView
      type: object
    NotarialActNodeView:
      additionalProperties: true
      properties:
        act_number:
          anyOf:
            - {}
            - type: 'null'
          title: Act Number
        act_type:
          anyOf:
            - {}
            - type: 'null'
          title: Act Type
        amount:
          anyOf:
            - {}
            - type: 'null'
          title: Amount
        book_number:
          anyOf:
            - {}
            - type: 'null'
          title: Book Number
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        effective_date:
          anyOf:
            - {}
            - type: 'null'
          title: Effective Date
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: NotarialAct
          default: NotarialAct
          title: Label
          type: string
        notary_office_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Notary Office Entity Canonical Id
        page_number:
          anyOf:
            - {}
            - type: 'null'
          title: Page Number
        registry_record_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Registry Record Canonical Id
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: NotarialActNodeView
      type: object
    OfficialPublicationNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        checksum:
          anyOf:
            - {}
            - type: 'null'
          title: Checksum
        city:
          anyOf:
            - {}
            - type: 'null'
          title: City
        country:
          anyOf:
            - {}
            - type: 'null'
          title: Country
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_url:
          anyOf:
            - {}
            - type: 'null'
          title: Document Url
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        jurisdiction_level:
          anyOf:
            - {}
            - type: 'null'
          title: Jurisdiction Level
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: OfficialPublication
          default: OfficialPublication
          title: Label
          type: string
        language:
          anyOf:
            - {}
            - type: 'null'
          title: Language
        primary_topic:
          anyOf:
            - {}
            - type: 'null'
          title: Primary Topic
        publication_reference:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Reference
        publication_type:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Type
        publisher_name:
          anyOf:
            - {}
            - type: 'null'
          title: Publisher Name
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        state:
          anyOf:
            - {}
            - type: 'null'
          title: State
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        topic_types:
          anyOf:
            - {}
            - type: 'null'
          title: Topic Types
        topics:
          anyOf:
            - {}
            - type: 'null'
          title: Topics
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: OfficialPublicationNodeView
      type: object
    ProtestRecordNodeView:
      additionalProperties: true
      properties:
        amount:
          anyOf:
            - {}
            - type: 'null'
          title: Amount
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        city:
          anyOf:
            - {}
            - type: 'null'
          title: City
        country:
          anyOf:
            - {}
            - type: 'null'
          title: Country
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        document_number:
          anyOf:
            - {}
            - type: 'null'
          title: Document Number
        due_date:
          anyOf:
            - {}
            - type: 'null'
          title: Due Date
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        issue_date:
          anyOf:
            - {}
            - type: 'null'
          title: Issue Date
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: ProtestRecord
          default: ProtestRecord
          title: Label
          type: string
        protest_office_entity_canonical_id:
          anyOf:
            - {}
            - type: 'null'
          title: Protest Office Entity Canonical Id
        protest_type:
          anyOf:
            - {}
            - type: 'null'
          title: Protest Type
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        state:
          anyOf:
            - {}
            - type: 'null'
          title: State
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        title_number:
          anyOf:
            - {}
            - type: 'null'
          title: Title Number
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: ProtestRecordNodeView
      type: object
    PublicationExtractedFactNodeView:
      additionalProperties: true
      properties:
        amount:
          anyOf:
            - {}
            - type: 'null'
          title: Amount
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        extraction_method:
          anyOf:
            - {}
            - type: 'null'
          title: Extraction Method
        fact_type:
          anyOf:
            - {}
            - type: 'null'
          title: Fact Type
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: PublicationExtractedFact
          default: PublicationExtractedFact
          title: Label
          type: string
        location:
          anyOf:
            - {}
            - type: 'null'
          title: Location
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_excerpt:
          anyOf:
            - {}
            - type: 'null'
          title: Source Excerpt
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: PublicationExtractedFactNodeView
      type: object
    RegulatoryAlertNodeView:
      additionalProperties: true
      properties:
        alert_type:
          anyOf:
            - {}
            - type: 'null'
          title: Alert Type
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        effective_at:
          anyOf:
            - {}
            - type: 'null'
          title: Effective At
        expires_at:
          anyOf:
            - {}
            - type: 'null'
          title: Expires At
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: RegulatoryAlert
          default: RegulatoryAlert
          title: Label
          type: string
        published_at:
          anyOf:
            - {}
            - type: 'null'
          title: Published At
        severity:
          anyOf:
            - {}
            - type: 'null'
          title: Severity
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: RegulatoryAlertNodeView
      type: object
    RestrictionNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Restriction
          default: Restriction
          title: Label
          type: string
        restriction_scope:
          anyOf:
            - {}
            - type: 'null'
          title: Restriction Scope
        restriction_type:
          anyOf:
            - {}
            - type: 'null'
          title: Restriction Type
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: RestrictionNodeView
      type: object
    SanctionNodeView:
      additionalProperties: true
      properties:
        amount:
          anyOf:
            - {}
            - type: 'null'
          title: Amount
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        currency:
          anyOf:
            - {}
            - type: 'null'
          title: Currency
        decision_date:
          anyOf:
            - {}
            - type: 'null'
          title: Decision Date
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Sanction
          default: Sanction
          title: Label
          type: string
        publication_date:
          anyOf:
            - {}
            - type: 'null'
          title: Publication Date
        sanction_category:
          anyOf:
            - {}
            - type: 'null'
          title: Sanction Category
        sanction_type:
          anyOf:
            - {}
            - type: 'null'
          title: Sanction Type
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: SanctionNodeView
      type: object
    WarrantNodeView:
      additionalProperties: true
      properties:
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        executed_at:
          anyOf:
            - {}
            - type: 'null'
          title: Executed At
        expires_at:
          anyOf:
            - {}
            - type: 'null'
          title: Expires At
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        issued_at:
          anyOf:
            - {}
            - type: 'null'
          title: Issued At
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: Warrant
          default: Warrant
          title: Label
          type: string
        revoked_at:
          anyOf:
            - {}
            - type: 'null'
          title: Revoked At
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        target_role:
          anyOf:
            - {}
            - type: 'null'
          title: Target Role
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
        warrant_number:
          anyOf:
            - {}
            - type: 'null'
          title: Warrant Number
        warrant_type:
          anyOf:
            - {}
            - type: 'null'
          title: Warrant Type
      required:
        - key
        - canonical_id
        - canonical_table
      title: WarrantNodeView
      type: object
    WatchlistProgramNodeView:
      additionalProperties: true
      properties:
        authority_country:
          anyOf:
            - {}
            - type: 'null'
          title: Authority Country
        authority_name:
          anyOf:
            - {}
            - type: 'null'
          title: Authority Name
        canonical_id:
          exclusiveMinimum: 0
          title: Canonical Id
          type: integer
        canonical_table:
          title: Canonical Table
          type: string
        display_name:
          anyOf:
            - type: string
            - type: 'null'
          title: Display Name
        is_active:
          default: true
          title: Is Active
          type: boolean
        is_expanded:
          default: false
          title: Is Expanded
          type: boolean
        is_inferred:
          default: false
          title: Is Inferred
          type: boolean
        key:
          description: >-
            Chave de destaque estável: `{label}:{canonical_id}` por padrão, ou o
            `graph_key` próprio do nó quando definido (ex.: a chave
            determinística de um nó sintético EvidenceSummary).
          title: Key
          type: string
        label:
          const: WatchlistProgram
          default: WatchlistProgram
          title: Label
          type: string
        program_code:
          anyOf:
            - {}
            - type: 'null'
          title: Program Code
        program_type:
          anyOf:
            - {}
            - type: 'null'
          title: Program Type
        signal_severity:
          anyOf:
            - $ref: '#/components/schemas/SignalSeverity'
            - type: 'null'
        source_id:
          anyOf:
            - type: integer
            - type: 'null'
          title: Source Id
        status:
          anyOf:
            - type: string
            - type: 'null'
          title: Status
        valid_from:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid From
        valid_to:
          anyOf:
            - format: date
              type: string
            - format: date-time
              type: string
            - type: 'null'
          title: Valid To
      required:
        - key
        - canonical_id
        - canonical_table
      title: WatchlistProgramNodeView
      type: object
    GraphPathView:
      additionalProperties: false
      properties:
        contains_cycle:
          default: false
          title: Contains Cycle
          type: boolean
        depth:
          minimum: 0
          title: Depth
          type: integer
        direction:
          anyOf:
            - $ref: '#/components/schemas/GraphPathDirection'
            - type: 'null'
        edge_keys:
          items:
            type: string
          title: Edge Keys
          type: array
        equivalent_path_count:
          default: 1
          minimum: 1
          title: Equivalent Path Count
          type: integer
        node_keys:
          items:
            type: string
          title: Node Keys
          type: array
        path_id:
          minLength: 1
          title: Path Id
          type: string
        root_node_key:
          minLength: 1
          title: Root Node Key
          type: string
        target_node_key:
          minLength: 1
          title: Target Node Key
          type: string
        truncated:
          default: false
          title: Truncated
          type: boolean
      required:
        - path_id
        - root_node_key
        - target_node_key
        - depth
      title: GraphPathView
      type: object
    GraphNodeLabel:
      enum:
        - Entity
        - EconomicGroup
        - FinancialAccount
        - CreditOperation
        - LegalCase
        - LegalDecision
        - Warrant
        - Conviction
        - CriminalOrganization
        - Sanction
        - AdministrativeProceeding
        - RegulatoryAlert
        - Restriction
        - WatchlistProgram
        - Candidacy
        - Mandate
        - Asset
        - NotarialAct
        - ProtestRecord
        - CivilRegistryEvent
        - OfficialPublication
        - AdverseMediaEvent
        - PublicationExtractedFact
        - EvidenceSummary
      title: GraphNodeLabel
      type: string
    SignalSeverity:
      enum:
        - clean
        - enrichment
        - low
        - medium
        - medium_high
        - high
        - very_high
        - critical
      title: SignalSeverity
      type: string
    GraphPathDirection:
      enum:
        - self
        - outbound
        - inbound
        - mixed
      title: GraphPathDirection
      type: string

````