diff --git a/OCABundles/schema/credebl/arbiter/Arbiter.xlsx b/OCABundles/schema/credebl/arbiter/Arbiter.xlsx new file mode 100644 index 00000000..996685f5 Binary files /dev/null and b/OCABundles/schema/credebl/arbiter/Arbiter.xlsx differ diff --git a/OCABundles/schema/credebl/arbiter/OCABundle.json b/OCABundles/schema/credebl/arbiter/OCABundle.json new file mode 100644 index 00000000..019ac278 --- /dev/null +++ b/OCABundles/schema/credebl/arbiter/OCABundle.json @@ -0,0 +1,85 @@ +[ + { + "capture_base": { + "attributes": { + "country": "Text", + "full_name": "Text", + "issued_by": "Text", + "issued_date": "DateTime" + }, + "classification": "", + "digest": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "flagged_attributes": [], + "type": "spec/capture_base/1.0" + }, + "overlays": [ + { + "attribute_character_encoding": { + "country": "utf-8", + "full_name": "utf-8", + "issued_by": "utf-8", + "issued_date": "utf-8" + }, + "capture_base": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "default_character_encoding": "utf-8", + "digest": "EhhHag-jryBwJsG_YZMB7ka07Czi_hmavlesyP4tijYA", + "type": "spec/overlays/character_encoding/1.0" + }, + { + "attribute_categories": [], + "attribute_labels": { + "country": "Country", + "full_name": "Full Name", + "issued_by": "Issued By", + "issued_date": "Issued Date" + }, + "capture_base": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "category_labels": {}, + "digest": "Ess3pFiqJttQ7WUkvkgeQLFJPDizLztebGEZ6U38PKDw", + "language": "en", + "type": "spec/overlays/label/1.0" + }, + { + "attribute_formats": { + "issued_date": "YYYYMMDD" + }, + "capture_base": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "digest": "Eom18vU4S-7R86DIvU3Gn8aiF4Da_q4UN4WLCIDwgQwQ", + "type": "spec/overlays/format/1.0" + }, + { + "attribute_standards": { + "issued_date": "urn:iso:std:iso:1989" + }, + "capture_base": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "digest": "E5dkWWxCSac5hBbFVnqXfk_K-U7QkLZ-_3ygn-ObYo04", + "type": "spec/overlays/standard/1.0" + }, + { + "capture_base": "E6DdQ4LkbbFW9GzodRfjpU-aaskmHGUlf6Prq5sXD4-c", + "credential_support_url": "https://www.worldmemorychampionships.com/", + "description": "Arbiter schema", + "digest": "EY5wxgFUaQydwa67_Nc-ytsQdyLa_V71-frpjIFFxcew", + "issuer": "World Memory Championship", + "issuer_description": "World Memory Championship", + "issuer_url": "https://www.worldmemorychampionships.com/", + "language": "en", + "name": "Arbiter", + "type": "spec/overlays/meta/1.0" + }, + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_image.png", + "primary_background_color": "#600028", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "", + "secondary_attribute": "", + "type": "aries/overlays/branding/1.0" + } + ] + } +] diff --git a/OCABundles/schema/credebl/arbiter/README.md b/OCABundles/schema/credebl/arbiter/README.md new file mode 100644 index 00000000..aff648a7 --- /dev/null +++ b/OCABundles/schema/credebl/arbiter/README.md @@ -0,0 +1,20 @@ +# Arbiter Credential + +A schema for a arbiter credential used for arbiter of the World Memory Championship + +- Publishing Organization: World Memory Championship +- Primary Contact Email Address: sairanjit.tummalapalli@ayanworks.com + +## Identifiers + +| Identifier | Location | URL | +| ------------------------------------ | --------------- | ----------------------------------------------------------- | +| TfGSZ1rWA4kk8npaaSg7Ca:2:Arbiter:1.1 | indicio:demonet | https://indyscan.indiciotech.io/tx/IND_DEMONET/domain/53786 | + +## Authorization + +The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle. + +| OCA Bundle Contributors | GitHub ID | Email Address | +| ----------------------- | --------- | ------------------------------------ | +| Sai Ranjit Tummalapalli | sairanjit | sairanjit.tummalapalli@ayanworks.com | diff --git a/OCABundles/schema/credebl/arbiter/background_image.png b/OCABundles/schema/credebl/arbiter/background_image.png new file mode 100644 index 00000000..6b4890c5 Binary files /dev/null and b/OCABundles/schema/credebl/arbiter/background_image.png differ diff --git a/OCABundles/schema/credebl/arbiter/background_logo.png b/OCABundles/schema/credebl/arbiter/background_logo.png new file mode 100644 index 00000000..b677c44b Binary files /dev/null and b/OCABundles/schema/credebl/arbiter/background_logo.png differ diff --git a/OCABundles/schema/credebl/arbiter/background_slice.png b/OCABundles/schema/credebl/arbiter/background_slice.png new file mode 100644 index 00000000..868d8212 Binary files /dev/null and b/OCABundles/schema/credebl/arbiter/background_slice.png differ diff --git a/OCABundles/schema/credebl/arbiter/branding.json b/OCABundles/schema/credebl/arbiter/branding.json new file mode 100644 index 00000000..6c413497 --- /dev/null +++ b/OCABundles/schema/credebl/arbiter/branding.json @@ -0,0 +1,15 @@ +[ + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/arbiter/background_image.png", + "primary_background_color": "#600028", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "", + "secondary_attribute": "", + "type": "aries/overlays/branding/1.0" + } +] diff --git a/OCABundles/schema/credebl/participant/OCABundle.json b/OCABundles/schema/credebl/participant/OCABundle.json new file mode 100644 index 00000000..3493f940 --- /dev/null +++ b/OCABundles/schema/credebl/participant/OCABundle.json @@ -0,0 +1,91 @@ +[ + { + "capture_base": { + "attributes": { + "category": "Text", + "country": "Text", + "discipline": "Text", + "full_name": "Text", + "issued_by": "Text", + "issued_date": "DateTime" + }, + "classification": "", + "digest": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "flagged_attributes": [], + "type": "spec/capture_base/1.0" + }, + "overlays": [ + { + "attribute_character_encoding": { + "category": "utf-8", + "country": "utf-8", + "discipline": "utf-8", + "full_name": "utf-8", + "issued_by": "utf-8", + "issued_date": "utf-8" + }, + "capture_base": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "default_character_encoding": "utf-8", + "digest": "EnaegAAx4e5jqRPiWICaDMwuWgz_s0Xl2hOgYqE-Ddo8", + "type": "spec/overlays/character_encoding/1.0" + }, + { + "attribute_categories": [], + "attribute_labels": { + "category": "Category", + "country": "Country", + "discipline": "Discipline", + "full_name": "Full Name", + "issued_by": "Issued By", + "issued_date": "Issued Date" + }, + "capture_base": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "category_labels": {}, + "digest": "EYH7bq41eebZ7iYVMoiB7iWfRYrPL2gugDYfHPv5woh8", + "language": "en", + "type": "spec/overlays/label/1.0" + }, + { + "attribute_formats": { + "issued_date": "YYYYMMDD" + }, + "capture_base": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "digest": "E8VM5AwVRgZ-2E32MSIu7xpOPyRnz_xuC1IVdIITsoLo", + "type": "spec/overlays/format/1.0" + }, + { + "attribute_standards": { + "issued_date": "urn:iso:std:iso:1989" + }, + "capture_base": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "digest": "EN8JBjGyKN1_NdzZzO0ojN9DQT1u6YYITox98VA5E8UU", + "type": "spec/overlays/standard/1.0" + }, + { + "capture_base": "EaLckHcjDcTlF9onWECKLBtHGvx4i2Kp_Z-VMRFg1s8w", + "credential_support_url": "https://www.worldmemorychampionships.com/", + "description": "Participant schema", + "digest": "EuFylCKSpTICcC-EX0_jcsNecLVGreOvlXtrkkeujJrw", + "issuer": "World Memory Championship", + "issuer_description": "World Memory Championship", + "issuer_url": "https://www.worldmemorychampionships.com/", + "language": "en", + "name": "Participant", + "type": "spec/overlays/meta/1.0" + }, + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/participant-logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/background-slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/background-image.png", + "primary_background_color": "#40004B", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "discipline", + "secondary_attribute": "", + "type": "aries/overlays/branding/1.0" + } + ] + } +] diff --git a/OCABundles/schema/credebl/participant/Participant.xlsx b/OCABundles/schema/credebl/participant/Participant.xlsx new file mode 100644 index 00000000..a79a7b5d Binary files /dev/null and b/OCABundles/schema/credebl/participant/Participant.xlsx differ diff --git a/OCABundles/schema/credebl/participant/README.md b/OCABundles/schema/credebl/participant/README.md new file mode 100644 index 00000000..ae7389b0 --- /dev/null +++ b/OCABundles/schema/credebl/participant/README.md @@ -0,0 +1,20 @@ +# Participant Credential + +A schema for a participant credential used for partipant of the World Memory Championship + +- Publishing Organization: World Memory Championship +- Primary Contact Email Address: sairanjit.tummalapalli@ayanworks.com + +## Identifiers + +| Identifier | Location | URL | +| ---------------------------------------- | --------------- | ----------------------------------------------------------- | +| TfGSZ1rWA4kk8npaaSg7Ca:2:Participant:1.1 | indicio:demonet | https://indyscan.indiciotech.io/tx/IND_DEMONET/domain/53818 | + +## Authorization + +The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle. + +| OCA Bundle Contributors | GitHub ID | Email Address | +| ----------------------- | --------- | ------------------------------------ | +| Sai Ranjit Tummalapalli | sairanjit | sairanjit.tummalapalli@ayanworks.com | diff --git a/OCABundles/schema/credebl/participant/background-image.png b/OCABundles/schema/credebl/participant/background-image.png new file mode 100644 index 00000000..6b4890c5 Binary files /dev/null and b/OCABundles/schema/credebl/participant/background-image.png differ diff --git a/OCABundles/schema/credebl/participant/background-slice.png b/OCABundles/schema/credebl/participant/background-slice.png new file mode 100644 index 00000000..a005a6a2 Binary files /dev/null and b/OCABundles/schema/credebl/participant/background-slice.png differ diff --git a/OCABundles/schema/credebl/participant/branding.json b/OCABundles/schema/credebl/participant/branding.json new file mode 100644 index 00000000..b64c7844 --- /dev/null +++ b/OCABundles/schema/credebl/participant/branding.json @@ -0,0 +1,15 @@ +[ + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/participant-logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/background-slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/participant/background-image.png", + "primary_background_color": "#40004B", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "discipline", + "secondary_attribute": "", + "type": "aries/overlays/branding/1.0" + } +] diff --git a/OCABundles/schema/credebl/participant/participant-logo.png b/OCABundles/schema/credebl/participant/participant-logo.png new file mode 100644 index 00000000..f1b1f2dc Binary files /dev/null and b/OCABundles/schema/credebl/participant/participant-logo.png differ diff --git a/OCABundles/schema/credebl/winner/OCABundle.json b/OCABundles/schema/credebl/winner/OCABundle.json new file mode 100644 index 00000000..1ef1226b --- /dev/null +++ b/OCABundles/schema/credebl/winner/OCABundle.json @@ -0,0 +1,94 @@ +[ + { + "capture_base": { + "attributes": { + "category": "Text", + "country": "Text", + "discipline": "Text", + "full_name": "Text", + "issued_by": "Text", + "issued_date": "DateTime", + "position": "Text" + }, + "classification": "", + "digest": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "flagged_attributes": [], + "type": "spec/capture_base/1.0" + }, + "overlays": [ + { + "attribute_character_encoding": { + "category": "utf-8", + "country": "utf-8", + "discipline": "utf-8", + "full_name": "utf-8", + "issued_by": "utf-8", + "issued_date": "utf-8", + "position": "utf-8" + }, + "capture_base": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "default_character_encoding": "utf-8", + "digest": "EhqdiBRJBh_t9PQ1vHiv_jEAnMK3D3tPbuZw4zZB3krw", + "type": "spec/overlays/character_encoding/1.0" + }, + { + "attribute_categories": [], + "attribute_labels": { + "category": "Category", + "country": "Country", + "discipline": "Discipline", + "full_name": "Full Name", + "issued_by": "Issued By", + "issued_date": "Issued Date", + "position": "Position" + }, + "capture_base": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "category_labels": {}, + "digest": "ECP-v4tiYz5D_7UMmZKhN_FShrR2fzJiJS3h2h3y759M", + "language": "en", + "type": "spec/overlays/label/1.0" + }, + { + "attribute_formats": { + "issued_date": "YYYYMMDD" + }, + "capture_base": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "digest": "EiHjvGyA0hsrAUTdUnhYg9qB-w6lc-WMmPq3gEwiAL8A", + "type": "spec/overlays/format/1.0" + }, + { + "attribute_standards": { + "issued_date": "urn:iso:std:iso:1989" + }, + "capture_base": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "digest": "E9h8auXAbU7ctjxF_jt2jPOzydBR8LeNFPUTNjbD5RL8", + "type": "spec/overlays/standard/1.0" + }, + { + "capture_base": "E9LLMxC3yNiwCyQeDxsi7IZ5oOT1E8YI8dnibXLu601M", + "credential_support_url": "https://www.worldmemorychampionships.com/", + "description": "Winner", + "digest": "EsYlhngOpKX15UnajZJTk_U_-6WieZFBtvPpcVliQQbg", + "issuer": "World Memory Championship", + "issuer_description": "World Memory Championship", + "issuer_url": "https://www.worldmemorychampionships.com/", + "language": "en", + "name": "Winner", + "type": "spec/overlays/meta/1.0" + }, + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/winner_logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/background_slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/background_image.png", + "primary_background_color": "#011641", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "discipline", + "secondary_attribute": "position", + "type": "aries/overlays/branding/1.0" + } + ] + } +] diff --git a/OCABundles/schema/credebl/winner/README.md b/OCABundles/schema/credebl/winner/README.md new file mode 100644 index 00000000..8bc0a9da --- /dev/null +++ b/OCABundles/schema/credebl/winner/README.md @@ -0,0 +1,20 @@ +# Winner Credential + +A schema for a winner credential used for the World Memory Championship + +- Publishing Organization: World Memory Championship +- Primary Contact Email Address: sairanjit.tummalapalli@ayanworks.com + +## Identifiers + +| Identifier | Location | URL | +| ----------------------------------- | --------------- | ----------------------------------------------------------- | +| TfGSZ1rWA4kk8npaaSg7Ca:2:Winner:1.1 | indicio:demonet | https://indyscan.indiciotech.io/tx/IND_DEMONET/domain/53789 | + +## Authorization + +The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle. + +| OCA Bundle Contributors | GitHub ID | Email Address | +| ----------------------- | --------- | ------------------------------------ | +| Sai Ranjit Tummalapalli | sairanjit | sairanjit.tummalapalli@ayanworks.com | diff --git a/OCABundles/schema/credebl/winner/Winner.xlsx b/OCABundles/schema/credebl/winner/Winner.xlsx new file mode 100644 index 00000000..60af174d Binary files /dev/null and b/OCABundles/schema/credebl/winner/Winner.xlsx differ diff --git a/OCABundles/schema/credebl/winner/background_image.png b/OCABundles/schema/credebl/winner/background_image.png new file mode 100644 index 00000000..6b4890c5 Binary files /dev/null and b/OCABundles/schema/credebl/winner/background_image.png differ diff --git a/OCABundles/schema/credebl/winner/background_slice.png b/OCABundles/schema/credebl/winner/background_slice.png new file mode 100644 index 00000000..2af067fb Binary files /dev/null and b/OCABundles/schema/credebl/winner/background_slice.png differ diff --git a/OCABundles/schema/credebl/winner/branding.json b/OCABundles/schema/credebl/winner/branding.json new file mode 100644 index 00000000..6819a5d7 --- /dev/null +++ b/OCABundles/schema/credebl/winner/branding.json @@ -0,0 +1,15 @@ +[ + { + "logo": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/winner_logo.png", + "background_image_slice": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/background_slice.png", + "background_image": "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/develop/OCABundles/schema/credebl/winner/background_image.png", + "primary_background_color": "#011641", + "secondary_background_color": "", + "capture_base": "E75sopl65qnoZRwjQQ0FjWGemLlOXcXtanhScZ2CloJY", + "digest": "EBQbQEV6qSEGDzGLj1CqT4e6yzESjPimF-Swmyltw5jU", + "expiry_date_attribute": "", + "primary_attribute": "discipline", + "secondary_attribute": "position", + "type": "aries/overlays/branding/1.0" + } +] diff --git a/OCABundles/schema/credebl/winner/winner_logo.png b/OCABundles/schema/credebl/winner/winner_logo.png new file mode 100644 index 00000000..4aabc705 Binary files /dev/null and b/OCABundles/schema/credebl/winner/winner_logo.png differ diff --git a/ocabundles.json b/ocabundles.json index f9aca6ec..471044ea 100644 --- a/ocabundles.json +++ b/ocabundles.json @@ -20,5 +20,8 @@ "M6dhuFj5UwbhWkSLmvYSPc:2:student_card:1.2": { "path": "OCABundles/schema/bcgov-digital-trust/student-card/OCABundle.json" }, "QEquAHkM35w4XVT3Ku5yat:2:student_card:1.2": { "path": "OCABundles/schema/bcgov-digital-trust/student-card/OCABundle.json" }, "YXCtXE4YhVjULgj5hrk4ML:2:unverified_person:0.1.0": { "path": "OCABundles/schema/bcgov-digital-trust/unverified-person/OCABundle.json" }, +"TfGSZ1rWA4kk8npaaSg7Ca:2:Arbiter:1.1": { "path": "OCABundles/schema/credebl/arbiter/OCABundle.json" }, +"TfGSZ1rWA4kk8npaaSg7Ca:2:Participant:1.1": { "path": "OCABundles/schema/credebl/participant/OCABundle.json" }, +"TfGSZ1rWA4kk8npaaSg7Ca:2:Winner:1.1": { "path": "OCABundles/schema/credebl/winner/OCABundle.json" }, "Ep31SvFAetugFPe5CGzJxt:2:Attestation numérique d'identité gouvernemental (EXP):1.0": { "path": "OCABundles/schema/qc_anig_demo/Attestation_numérique_didentité_gouvernemental/OCABundle.json" } } diff --git a/ocabundleslist.json b/ocabundleslist.json index 301f9da2..635bfb8f 100644 --- a/ocabundleslist.json +++ b/ocabundleslist.json @@ -8,5 +8,8 @@ { "org": "Digital Trust, Government of British Columbia", "name": "Digital Identity Trust Program Pilot Invitation", "desc": "A verifiable credential schema for a Pilot Invitation credential to gain access to the Person Credential.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/pilot/OCABundle.json" }, { "org": "Digital Trust, Government of British Columbia", "name": "BC Best College Demo Student Card", "desc": "A verifiable credential schema for a Student Card used in a demo that is part of the BC Gov Digital Trust Showcase.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/student-card/OCABundle.json" }, { "org": "Digital Trust, Government of British Columbia", "name": "Unverified Person Credential", "desc": "A verifiable credential schema for an \"unverified\" person, used in various BC Wallet demos where an unofficial Person credential is useful.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/unverified-person/OCABundle.json" }, +{ "org": "World Memory Championship", "name": "Arbiter Credential", "desc": "A schema for a arbiter credential used for arbiter of the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/arbiter/OCABundle.json" }, +{ "org": "World Memory Championship", "name": "Participant Credential", "desc": "A schema for a participant credential used for partipant of the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/participant/OCABundle.json" }, +{ "org": "World Memory Championship", "name": "Winner Credential", "desc": "A schema for a winner credential used for the World Memory Championship", "type": "schema", "ocabundle": "OCABundles/schema/credebl/winner/OCABundle.json" }, { "org": "MCN, Government of Quebec", "name": "QC ANIG ID", "desc": "A verifiable credential schema used for demonstration and internal use purposes only.", "type": "schema", "ocabundle": "OCABundles/schema/qc_anig_demo/Attestation_numérique_didentité_gouvernemental/OCABundle.json" } ]