Skip to content

Commit

Permalink
LTSA Demo credential OCA bundle added
Browse files Browse the repository at this point in the history
  • Loading branch information
arbordeleau committed Dec 6, 2024
1 parent 6003c0f commit 58ff2ef
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions OCABundles/schema/ltsa_demo/NewCred_Credential/OCABundle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
[
{
"capture_base": {
"type": "spec/capture_base/1.0",
"classification": "land title",
"attributes": {
"lastNameOrCorpName1": "Text",
"parcelIdentifier": "Text",
"titleNumber": "Text",
"authorityName": "Text",
"givenName": "Text",
"streetAddress": "Text",
"city": "Text",
"postalCode": "Text",
"issueDate": "DateTime",
"expiryDate": "DateTime",
"photo": "Binary"
},
"flagged_attributes": [
"issueDate",
"expiryDate",
"photo"
]
},
"overlays": [
{
"capture_base": "",
"type": "spec/overlays/character_encoding/1.0",
"default_character_encoding": "utf-8",
"digest": "",
"attribute_character_encoding": {
"lastNameOrCorpName1": "utf-8",
"parcelIdentifier": "utf-8",
"titleNumber": "utf-8",
"authorityName": "utf-8",
"givenName": "utf-8",
"streetAddress": "utf-8",
"city": "utf-8",
"postalCode": "utf-8",
"issueDate": "utf-8",
"expiryDate": "utf-8",
"photo": "base64"
}
},
{
"type": "spec/overlays/label/1.0",
"language": "en-CA",
"digest": "",
"capture_base": "",
"category_labels": {},
"attribute_categories": [],
"attribute_labels": {
"lastNameOrCorpName1": "Last Name",
"parcelIdentifier": "Parcel Identifier",
"titleNumber": "Title Number",
"authorityName": "Authority Name",
"givenName": "First Name",
"streetAddress": "Street Address",
"city": "City",
"postalCode": "Postal Code",
"issueDate": "Issue Date",
"expiryDate": "Expiry Date",
"photo": "Photo"
}
},
{
"type": "spec/overlays/format/1.0",
"capture_base": "",
"digest": "",
"attribute_formats": {
"issueDate": "YYYYMMDD",
"expiryDate": "YYYYMMDD",
"photo": "image/jpeg"
}
},
{
"type": "spec/overlays/meta/1.0",
"capture_base": "",
"name": "NewCred Credential",
"credential_help_text": "This credential demonstrates land title ownership.",
"credential_support_url": "https://ltsa.ca/contact-us/online-request/",
"description": "A credential schema for verifying land title ownership details.",
"digest": "",
"issuer": "Land Title and Survey Authority of BC",
"issuer_description": "The official organization for land title and survey records in BC.",
"issuer_url": "https://www.ltsa.ca",
"language": "en-CA"
},
{
"type": "aries/overlays/branding/1.0",
"capture_base": "",
"digest": "",
"logo": "https://raw.githubusercontent.com/MCN-ING/aries-oca-bundles/main/OCABundles/schema/ltsa_demo/NewCred_Credential/LTSA-Vertical-Logo.jpg",
"background_image": "",
"primary_background_color": "#282B67",
"secondary_background_color": "#4CA747"

}
]
}
]

21 changes: 21 additions & 0 deletions OCABundles/schema/ltsa_demo/NewCred_Credential/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# NewCred Credential

A verifiable credential schema used for demonstration and internal use purposes only.

- Publishing Organization: Land Title and Survey Authority of BC
- Primary Contact Email Address: trawa@landsure.ca

## Identifiers

| Identifier | Location | URL |
| ---------------------------------------------------------------------------------- | --------- | ----------------------------------------------------- |
| 9uCfLbHYLHTZt9HiGL1oD9:2:ltsa_newcred_credential:1.0 | candy:dev | https://candyscan.idlab.org/tx/CANDY_DEV/domain/35147 |

## 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 |
| ----------------------- | ---------- | ------------------------------------- |
| Ariane Bordeleau | arbordeleau| ariane@northernblock.io |
| | | |
11 changes: 11 additions & 0 deletions OCABundles/schema/ltsa_demo/NewCred_Credential/branding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"type": "aries/overlays/branding/1.0",
"capture_base": "",
"digest": "",
"logo": "https://raw.githubusercontent.com/MCN-ING/aries-oca-bundles/main/OCABundles/schema/ltsa_demo/NewCred_Credential/LTSA-Vertical-Logo.jpg",
"background_image": "",
"primary_background_color": "#282B67",
"secondary_background_color": "#4CA747"
}
]
2 changes: 2 additions & 0 deletions OCABundles/schema/ltsa_demo/NewCred_Credential/testdata.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"lastNameOrCorpName1","parcelIdentifier","titleNumber","authorityName","givenName","streetAddress","city","postalCode","issueDate","expiryDate","photo"
"Doe","123-456-789","T-987654","Land Authority","John","123 Maple Street","Maple Ridge","V4R 2T1","20240101","20300101","<base64 encoded image>"
1 change: 1 addition & 0 deletions OCABundles/schema/ltsa_demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Land Title and Survey Authority of BC

0 comments on commit 58ff2ef

Please sign in to comment.