Skip to content

Commit

Permalink
added primary/additonal TRs to entity
Browse files Browse the repository at this point in the history
Signed-off-by: Darrell O'Donnell <[email protected]>
  • Loading branch information
darrellodonnell committed Feb 22, 2024
1 parent 585f618 commit 57cd047
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion api/toip-tswg-trustregistryprotocol-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ components:
description:
type: string
example: "Established on June 14, 1922, Professional Engineers Ontario (PEO) is the licensing and regulating body for professional engineering in the province."

peerType:
type: string
enum:
Expand Down Expand Up @@ -668,6 +667,18 @@ components:
type: string
format: VID
example: 'did:example:456'
primaryTrustRegistryVID:
type: string
format: VID
example: 'did:example:456'
description: "A VID identifying the registered entity's Primary Trust Registry"
additionalTrustRegistries:
type: array
items:
type: string
format: VID
example: 'did:example:456'
description: "A VID identifying the a Trust Registry"
DIDDocument:
type: string
format: URI
Expand Down

0 comments on commit 57cd047

Please sign in to comment.