From 57cd04727a578b772c93e8a18e516542aaca5311 Mon Sep 17 00:00:00 2001 From: Darrell O'Donnell Date: Thu, 22 Feb 2024 06:53:22 -0800 Subject: [PATCH] added primary/additonal TRs to entity Signed-off-by: Darrell O'Donnell --- api/toip-tswg-trustregistryprotocol-v2.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/api/toip-tswg-trustregistryprotocol-v2.yaml b/api/toip-tswg-trustregistryprotocol-v2.yaml index 6a9aab2..bda852d 100644 --- a/api/toip-tswg-trustregistryprotocol-v2.yaml +++ b/api/toip-tswg-trustregistryprotocol-v2.yaml @@ -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: @@ -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