Skip to content

Commit 3f1b7e2

Browse files
authored
Merge pull request #192 from bcgov/archive/lsbc-member-sovrin-mainnet
Archive LSBC Member credential from Sovrin MainNet (closes #190)
2 parents 2f17788 + d280dd6 commit 3f1b7e2

9 files changed

Lines changed: 130 additions & 2 deletions

File tree

Binary file not shown.
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
[
2+
{
3+
"capture_base": {
4+
"attributes": {
5+
"Given Name": "Text",
6+
"Member Status": "Text",
7+
"Member Status Code": "Text",
8+
"PPID": "Text",
9+
"Surname": "Text"
10+
},
11+
"classification": "",
12+
"digest": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
13+
"flagged_attributes": [
14+
"PPID",
15+
"Member Status Code",
16+
"Surname",
17+
"Given Name",
18+
"Member Status"
19+
],
20+
"type": "spec/capture_base/1.0"
21+
},
22+
"overlays": [
23+
{
24+
"attribute_character_encoding": {
25+
"Given Name": "utf-8",
26+
"Member Status": "utf-8",
27+
"Member Status Code": "utf-8",
28+
"PPID": "utf-8",
29+
"Surname": "utf-8"
30+
},
31+
"capture_base": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
32+
"default_character_encoding": "utf-8",
33+
"digest": "EWJRSUncNhs1SJykpPQWqSK_wvPX8zWzyHwEN70PzXws",
34+
"type": "spec/overlays/character_encoding/1.0"
35+
},
36+
{
37+
"attribute_categories": [],
38+
"attribute_labels": {
39+
"Given Name": "Given Name",
40+
"Member Status": "Member Status",
41+
"Member Status Code": "Member Status Code",
42+
"PPID": "PPID",
43+
"Surname": "Surname"
44+
},
45+
"capture_base": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
46+
"category_labels": {},
47+
"digest": "E119Ee5NZpv_ed-fcUVjPpWQk1nTs3baACruNdySLxf8",
48+
"language": "en",
49+
"type": "spec/overlays/label/1.0"
50+
},
51+
{
52+
"attribute_information": {
53+
"Given Name": "Member's given name",
54+
"Member Status": "Member's status",
55+
"Member Status Code": "Member's status code",
56+
"PPID": "Member's PPID",
57+
"Surname": "Member's surname"
58+
},
59+
"capture_base": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
60+
"digest": "En2bV0aNBuErACgckVCYCQ6VlGr1yk-jsV5WNxwGs0AA",
61+
"language": "en",
62+
"type": "spec/overlays/information/1.0"
63+
},
64+
{
65+
"capture_base": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
66+
"credential_support_url": "https://www.lawsociety.bc.ca/",
67+
"description": "A schema used for membership in LSBC",
68+
"digest": "EGdfp6Y6TTkvbXGr7OVMwvFPJAGjDjjN1hHDkbKW0WIY",
69+
"issuer": "Law Society of BC",
70+
"issuer_description": "Law Society of BC",
71+
"issuer_url": "https://www.lawsociety.bc.ca/",
72+
"language": "en",
73+
"name": "Member Credential",
74+
"type": "spec/overlays/meta/1.0"
75+
},
76+
{
77+
"capture_base": "EudfUE3gTdDatjnTOVQDFLC3hgEm3t5MWPY-BseiGdv8",
78+
"logo": "https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main/OCABundles/schema/bcgov-digital-trust/member-card/lsbc-logo.jpg",
79+
"background_image_slice": "",
80+
"background_image": "https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main/OCABundles/schema/bcgov-digital-trust/member-card/lsbc-background-image.jpg",
81+
"primary_background_color": "#00698c",
82+
"secondary_background_color": "#1a2930",
83+
"primary_attribute": "",
84+
"secondary_attribute": "",
85+
"type": "aries/overlays/branding/1.0"
86+
}
87+
]
88+
}
89+
]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BC Lawyer Showcase Lawyer Member Card
2+
3+
A verifiable credential schema for a lawyer's membership card that used in a demo that is part of the [BC Gov Digital Trust Showcase](https://digital.gov.bc.ca/digital-trust/showcase/).
4+
5+
- Publishing Organization: Digital Trust, Government of British Columbia
6+
- Primary Contact Email Address: DItrust@gov.bc.ca
7+
8+
## Identifiers
9+
10+
| Identifier | Location | URL |
11+
| ----------------------------------------- | -------------- | -------------------------------------------------- |
12+
| 4xE68b6S5VRFrKMMG1U95M:3:CL:59232:default | sovrin:mainnet | https://indyscan.io/tx/SOVRIN_MAINNET/domain/59233 |
13+
14+
## Authorization
15+
16+
The following are the GitHub IDs of those authorized to make substantive updates to the OCA Bundle.
17+
18+
| OCA Bundle Contributors | GitHub ID | Email Address |
19+
| ----------------------- | ----------- | -------------------------- |
20+
| Stephen Curran | swcurran | swcurran@cloudcompass.ca |
21+
| Kyle Robinson | krobinsonca | kyle.robinson@briartech.ca |
22+
| Clecio Varjao | cvarjao | clecio.varjao@gov.bc.ca |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"capture_base": "",
4+
"logo": "https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main/OCABundles/schema/bcgov-digital-trust/member-card/lsbc-logo.jpg",
5+
"background_image_slice": "",
6+
"background_image": "https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main/OCABundles/schema/bcgov-digital-trust/member-card/lsbc-background-image.jpg",
7+
"primary_background_color": "#00698c",
8+
"secondary_background_color": "#1a2930",
9+
"primary_attribute": "",
10+
"secondary_attribute": "",
11+
"type": "aries/overlays/branding/1.0"
12+
}
13+
]
136 KB
Loading
8.61 KB
Loading

ocabundles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Tm3dXMR3UsSU4X9Ew913Um:3:CL:1092:property-owner": { "path": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/DevTest/OCABundle.json", "sha256": "8fc30e772b16454b1adf783f409144c4126f3c56d738ad110b4f4a8ab9f27e79" },
2323
"2GtQ574ofyB9tPFtjjcV6p:3:CL:1092:property-owner": { "path": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/DevTest/OCABundle.json", "sha256": "8fc30e772b16454b1adf783f409144c4126f3c56d738ad110b4f4a8ab9f27e79" },
2424
"JqrH76X8ETpUaNx6TTiP4i:3:CL:6668:property-owner": { "path": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/Prod/OCABundle.json", "sha256": "4e9ea44351b191001124a766441b0e6eed98e7ac42cfbe44410c94f1ba12baf9" },
25-
"4xE68b6S5VRFrKMMG1U95M:3:CL:59232:default": { "path": "OCABundles/schema/bcgov-digital-trust/member-card/OCABundle.json", "sha256": "849fd68e30714d9ad41862e477d1a31468e88099b795e636843c0ece25c6a464" },
25+
2626
"L6ASjmDDbDH7yPL1t2yFj9:2:member_card:1.53": { "path": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "sha256": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },
2727
"M6dhuFj5UwbhWkSLmvYSPc:2:member_card:1.54": { "path": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "sha256": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },
2828
"QEquAHkM35w4XVT3Ku5yat:2:member_card:1.54": { "path": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "sha256": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },

ocabundleslist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{ "id": "Tm3dXMR3UsSU4X9Ew913Um:3:CL:1092:property-owner", "org": "Land Title and Survey Authority of BC", "name": "Property Owner Credential v1 - Dev/Test", "desc": "A verifiable credential issued by LTSA to Property Owners for development and testing purposes.", "type": "credDef", "ocabundle": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/DevTest/OCABundle.json", "shasum": "8fc30e772b16454b1adf783f409144c4126f3c56d738ad110b4f4a8ab9f27e79" },
2323
{ "id": "2GtQ574ofyB9tPFtjjcV6p:3:CL:1092:property-owner", "org": "Land Title and Survey Authority of BC", "name": "Property Owner Credential v1 - Dev/Test", "desc": "A verifiable credential issued by LTSA to Property Owners for development and testing purposes.", "type": "credDef", "ocabundle": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/DevTest/OCABundle.json", "shasum": "8fc30e772b16454b1adf783f409144c4126f3c56d738ad110b4f4a8ab9f27e79" },
2424
{ "id": "JqrH76X8ETpUaNx6TTiP4i:3:CL:6668:property-owner", "org": "Land Title and Survey Authority of BC", "name": "Property Owner Credential v1 - Production", "desc": "A verifiable credential issued by LTSA to Property Owners.", "type": "credDef", "ocabundle": "OCABundles/schema/bcgov-digital-trust/LTSA/property-owner-v1/Prod/OCABundle.json", "shasum": "4e9ea44351b191001124a766441b0e6eed98e7ac42cfbe44410c94f1ba12baf9" },
25-
{ "id": "4xE68b6S5VRFrKMMG1U95M:3:CL:59232:default", "org": "Digital Trust, Government of British Columbia", "name": "BC Lawyer Showcase Lawyer Member Card", "desc": "A verifiable credential schema for a lawyer's membership card that used in a demo that is part of the BC Gov Digital Trust Showcase.", "type": "credDef", "ocabundle": "OCABundles/schema/bcgov-digital-trust/member-card/OCABundle.json", "shasum": "849fd68e30714d9ad41862e477d1a31468e88099b795e636843c0ece25c6a464" },
25+
2626
{ "id": "L6ASjmDDbDH7yPL1t2yFj9:2:member_card:1.53", "org": "Digital Trust, Government of British Columbia", "name": "BC Lawyer Showcase Lawyer Member Card", "desc": "A verifiable credential schema for a lawyer's membership card that used in a demo that is part of the BC Gov Digital Trust Showcase.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "shasum": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },
2727
{ "id": "M6dhuFj5UwbhWkSLmvYSPc:2:member_card:1.54", "org": "Digital Trust, Government of British Columbia", "name": "BC Lawyer Showcase Lawyer Member Card", "desc": "A verifiable credential schema for a lawyer's membership card that used in a demo that is part of the BC Gov Digital Trust Showcase.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "shasum": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },
2828
{ "id": "QEquAHkM35w4XVT3Ku5yat:2:member_card:1.54", "org": "Digital Trust, Government of British Columbia", "name": "BC Lawyer Showcase Lawyer Member Card", "desc": "A verifiable credential schema for a lawyer's membership card that used in a demo that is part of the BC Gov Digital Trust Showcase.", "type": "schema", "ocabundle": "OCABundles/schema/bcgov-digital-trust/member-card-showcase/OCABundle.json", "shasum": "5f9eb8bb19f51e92ef0c450634979860babe85b3860e80b1be56b20bd2e2378c" },

scripts/gen_ocabundlesjson.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ processFolder() {
107107
# Recurse into the directories of the folder
108108
for dir in *; do
109109
if [ -d $dir ]; then
110+
# Skip the _archived folder
111+
if [ "$dir" == "_archived" ]; then
112+
continue
113+
fi
110114
cd $dir
111115
processFolder
112116
cd ..

0 commit comments

Comments
 (0)