Skip to content

Commit 58ff2ef

Browse files
committed
LTSA Demo credential OCA bundle added
1 parent 6003c0f commit 58ff2ef

File tree

6 files changed

+137
-0
lines changed

6 files changed

+137
-0
lines changed
39.4 KB
Loading
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
[
2+
{
3+
"capture_base": {
4+
"type": "spec/capture_base/1.0",
5+
"classification": "land title",
6+
"attributes": {
7+
"lastNameOrCorpName1": "Text",
8+
"parcelIdentifier": "Text",
9+
"titleNumber": "Text",
10+
"authorityName": "Text",
11+
"givenName": "Text",
12+
"streetAddress": "Text",
13+
"city": "Text",
14+
"postalCode": "Text",
15+
"issueDate": "DateTime",
16+
"expiryDate": "DateTime",
17+
"photo": "Binary"
18+
},
19+
"flagged_attributes": [
20+
"issueDate",
21+
"expiryDate",
22+
"photo"
23+
]
24+
},
25+
"overlays": [
26+
{
27+
"capture_base": "",
28+
"type": "spec/overlays/character_encoding/1.0",
29+
"default_character_encoding": "utf-8",
30+
"digest": "",
31+
"attribute_character_encoding": {
32+
"lastNameOrCorpName1": "utf-8",
33+
"parcelIdentifier": "utf-8",
34+
"titleNumber": "utf-8",
35+
"authorityName": "utf-8",
36+
"givenName": "utf-8",
37+
"streetAddress": "utf-8",
38+
"city": "utf-8",
39+
"postalCode": "utf-8",
40+
"issueDate": "utf-8",
41+
"expiryDate": "utf-8",
42+
"photo": "base64"
43+
}
44+
},
45+
{
46+
"type": "spec/overlays/label/1.0",
47+
"language": "en-CA",
48+
"digest": "",
49+
"capture_base": "",
50+
"category_labels": {},
51+
"attribute_categories": [],
52+
"attribute_labels": {
53+
"lastNameOrCorpName1": "Last Name",
54+
"parcelIdentifier": "Parcel Identifier",
55+
"titleNumber": "Title Number",
56+
"authorityName": "Authority Name",
57+
"givenName": "First Name",
58+
"streetAddress": "Street Address",
59+
"city": "City",
60+
"postalCode": "Postal Code",
61+
"issueDate": "Issue Date",
62+
"expiryDate": "Expiry Date",
63+
"photo": "Photo"
64+
}
65+
},
66+
{
67+
"type": "spec/overlays/format/1.0",
68+
"capture_base": "",
69+
"digest": "",
70+
"attribute_formats": {
71+
"issueDate": "YYYYMMDD",
72+
"expiryDate": "YYYYMMDD",
73+
"photo": "image/jpeg"
74+
}
75+
},
76+
{
77+
"type": "spec/overlays/meta/1.0",
78+
"capture_base": "",
79+
"name": "NewCred Credential",
80+
"credential_help_text": "This credential demonstrates land title ownership.",
81+
"credential_support_url": "https://ltsa.ca/contact-us/online-request/",
82+
"description": "A credential schema for verifying land title ownership details.",
83+
"digest": "",
84+
"issuer": "Land Title and Survey Authority of BC",
85+
"issuer_description": "The official organization for land title and survey records in BC.",
86+
"issuer_url": "https://www.ltsa.ca",
87+
"language": "en-CA"
88+
},
89+
{
90+
"type": "aries/overlays/branding/1.0",
91+
"capture_base": "",
92+
"digest": "",
93+
"logo": "https://raw.githubusercontent.com/MCN-ING/aries-oca-bundles/main/OCABundles/schema/ltsa_demo/NewCred_Credential/LTSA-Vertical-Logo.jpg",
94+
"background_image": "",
95+
"primary_background_color": "#282B67",
96+
"secondary_background_color": "#4CA747"
97+
98+
}
99+
]
100+
}
101+
]
102+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# NewCred Credential
2+
3+
A verifiable credential schema used for demonstration and internal use purposes only.
4+
5+
- Publishing Organization: Land Title and Survey Authority of BC
6+
- Primary Contact Email Address: trawa@landsure.ca
7+
8+
## Identifiers
9+
10+
| Identifier | Location | URL |
11+
| ---------------------------------------------------------------------------------- | --------- | ----------------------------------------------------- |
12+
| 9uCfLbHYLHTZt9HiGL1oD9:2:ltsa_newcred_credential:1.0 | candy:dev | https://candyscan.idlab.org/tx/CANDY_DEV/domain/35147 |
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+
| Ariane Bordeleau | arbordeleau| ariane@northernblock.io |
21+
| | | |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"type": "aries/overlays/branding/1.0",
4+
"capture_base": "",
5+
"digest": "",
6+
"logo": "https://raw.githubusercontent.com/MCN-ING/aries-oca-bundles/main/OCABundles/schema/ltsa_demo/NewCred_Credential/LTSA-Vertical-Logo.jpg",
7+
"background_image": "",
8+
"primary_background_color": "#282B67",
9+
"secondary_background_color": "#4CA747"
10+
}
11+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"lastNameOrCorpName1","parcelIdentifier","titleNumber","authorityName","givenName","streetAddress","city","postalCode","issueDate","expiryDate","photo"
2+
"Doe","123-456-789","T-987654","Land Authority","John","123 Maple Street","Maple Ridge","V4R 2T1","20240101","20300101","<base64 encoded image>"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Land Title and Survey Authority of BC

0 commit comments

Comments
 (0)