PARTY_REF

Identifier for parties in a demographic or identity service.

  • id
    required
    • _type
      Discriminator
      enum
      const:  
      ARCHETYPE_ID
      required
      values
      • ARCHETYPE_ID
    • value
      Type: string
      required
  • namespace
    Type: string
    required
  • type
    Type: string Pattern: ^PERSON|ORGANISATION|GROUP|AGENT|ROLE|PARTY|ACTOR$
    required
Examples
{
  "id": {
    "_type": "OBJECT_VERSION_ID",
    "value": "b52b9408-7048-4ec8-94bd-831fb0727e67::cataniamc.prod.cadasto.com::1"
  },
  "namespace": "local",
  "type": "PERSON"
}