From 4fd53c519d4f9f4885d2c5058ae3491dbb0818ff Mon Sep 17 00:00:00 2001 From: anushaGarg <anusha.garg@ayanworks.com> Date: Mon, 13 Jun 2022 15:56:08 +0530 Subject: [PATCH] Added Principal Credential Schema --- aw-design-diagram/principal-credential-schema.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aw-design-diagram/principal-credential-schema.md diff --git a/aw-design-diagram/principal-credential-schema.md b/aw-design-diagram/principal-credential-schema.md new file mode 100644 index 0000000..0c90ac9 --- /dev/null +++ b/aw-design-diagram/principal-credential-schema.md @@ -0,0 +1,8 @@ +**PrincipalMembershipCredential** +This schema is used to issue VC to Principal User at the time of registration. This VC will indicate respective principal user is part of Gaiax ecosystem. This VC will also be used every time to make respective connection as Trusted via Proof Verification of this schemaID + +Following attributes should be in schema (case sensitive) + + 1. email // principalUser email address + 2. issuerDID // issuer OCM organization public DID + 3. subjectDID // holder pairwise DID \ No newline at end of file -- GitLab