Skip to content

Commit

Permalink
Merge pull request #874 from w3c-ccg/req-ids
Browse files Browse the repository at this point in the history
Required vc.ids
  • Loading branch information
nissimsan authored Sep 26, 2023
2 parents d263b52 + cebc42d commit d3d83d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ properties:
$ref: ../snippets/proof.yml
additionalProperties: false
required:
- id
- '@context'
- type
- issuanceDate
Expand All @@ -73,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 @@ -62,6 +62,7 @@ properties:
$ref: ../snippets/proof.yml
additionalProperties: false
required:
- id
- '@context'
- type
- issuanceDate
Expand All @@ -73,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 @@ -70,6 +70,7 @@ additionalProperties: false
required:
- '@context'
- type
- id
- issuanceDate
- issuer
- credentialSubject
Expand All @@ -79,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 @@ -496,6 +496,7 @@ additionalProperties: false
required:
- '@context'
- type
- id
- issuanceDate
- expirationDate
- issuer
Expand All @@ -506,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 @@ -539,6 +539,7 @@ additionalProperties: false
required:
- '@context'
- type
- id
- issuanceDate
- expirationDate
- issuer
Expand All @@ -553,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 d3d83d1

Please sign in to comment.