Skip to content

Commit 6d2a999

Browse files
committed
Remove addressCity term instead use addressLocality, correct context url
1 parent 0e84d41 commit 6d2a999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

credentials/utopia-birth-certificate-vc-v2/credential.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": [
33
"https://www.w3.org/ns/credentials/v2",
4-
"https://w3id.org/vital-records/v1rc2",
4+
"https://w3id.org/vital-records/v1rc3",
55
"https://w3id.org/vc/render-method/v2rc1"
66
],
77
"type": [
@@ -78,9 +78,8 @@
7878
"address": {
7979
"type": "PostalAddress",
8080
"streetAddress": "123 Hospital Rd",
81-
"addressLocality": "CityTown",
81+
"addressLocality": "Lower Utopia City",
8282
"addressRegion": "RegionState",
83-
"addressCity": "Lower Utopia City",
8483
"postalCode": "12345"
8584
},
8685
"birthLocationDescription": "Ground floor, maternity ward",

credentials/utopia-birth-certificate-vc-v2/queries.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"example": {
88
"@context": [
99
"https://www.w3.org/ns/credentials/v2",
10+
"https://w3id.org/vital-records/v1rc3",
1011
"https://w3id.org/vc/render-method/v2rc1"
1112
],
1213
"type": ["BirthCertificateCredential"]

0 commit comments

Comments
 (0)