Skip to content

Commit

Permalink
fix: add id to ProductPassport context
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Apr 25, 2024
1 parent 9c94057 commit 288d447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ProductPassport.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"@id": "dpp:ProductPassport",
"@type": "@id",
"@context": {
"id": {
"@id":"dpp:id",
"@type": "xsd:string"
},
"issuedBy": {
"@id": "dpp:issuedBy",
"@type": "@id",
Expand Down Expand Up @@ -212,7 +216,7 @@
},
"manufacturedDate": {
"@id": "dpp:manufacturedDate",
"@type": "xsd:string"
"@type": "xsd:date"
},
"dimensions": {
"@id": "dpp:dimensions",
Expand Down

0 comments on commit 288d447

Please sign in to comment.