Skip to content

Commit

Permalink
fix: missing id and all urns
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan committed Sep 21, 2023
1 parent 33e71f4 commit cebc42d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ example: |-
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "did:key:z6MkhrVRiPmbS48dKC39L65XtJaGqWFSykfUgRepcXzBwBqS",
"id": "urn:uuid:14583cb3-8ce8-4dc5-89f7-1ee5cda8c068",
"type": [
"VerifiableCredential",
"CBP3461EntryCredential"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ example: |-
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "did:key:z6MkmL3sYUpTaAnDg5Py7Btxqyn7ncQ42vyHBoqdfhCYYSqj",
"id": "urn:uuid:96d1840d-a5ad-4185-9de5-7fc3eac2cc4c",
"type": [
"VerifiableCredential",
"CBP7501EntrySummaryCredential"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ example: |-
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "did:key:z6MkiLRxCg43iGaSdpdadCcjWW1aoxZbsL9zvcnTV1TT5eYa",
"id": "urn:uuid:a0c56350-8a15-434a-a406-0741df31c8b2",
"type": [
"VerifiableCredential",
"PackingListCredential"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ example: |-
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "did:key:z6MknrcKsbzfy6kKFxtJQHxq43zHofhBuUqB6QGvvqF6FX7c",
"id": "urn:uuid:2c9f4c3d-0874-44ce-a3a8-617e55454fc1",
"type": [
"VerifiableCredential",
"SIMASteelImportLicenseCredential"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ example: |-
"VerifiableCredential",
"USMCACertificationOfOrigin"
],
"id": "urn:uuid:c9d24347-0e04-4e01-9567-7f2778fed94a",
"issuanceDate": "2023-01-01T20:29:37+00:00",
"expirationDate": "2023-12-31T20:29:37+00:00",
"issuer": {
Expand Down

0 comments on commit cebc42d

Please sign in to comment.