Skip to content

Commit

Permalink
Fix corecodelist
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Dec 6, 2024
1 parent bdb3cf9 commit 26d8344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"@context": {
"cargo": "https://onerecord.iata.org/ns/cargo#"
"cargo": "https://onerecord.iata.org/ns/cargo#",
"country": "https://vocabulary.uncefact.org/CountryId#"
},
"@type": "cargo:CustomsInformation",
"cargo:country": {
"@type": "cargo:CodeListElement",
"cargo:code": "DE"
"@id": "country:DE"
},
"cargo:subjectCode": {
"@id": "https://onerecord.iata.org/ns/coreCodeLists#subjectCode_ISS",
"@type": "cargo:CodeListElement",
"cargo:code": "ISS"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"@context": {
"cargo": "https://onerecord.iata.org/ns/cargo#"
"cargo": "https://onerecord.iata.org/ns/cargo#",
"country": "https://vocabulary.uncefact.org/CountryId#"
},
"@type": "cargo:CustomsInformation",
"cargo:country": {
"@type": "cargo:CodeListElement",
"cargo:code": "DE"
"@id": "country:DE"
},
"cargo:subjectCode": {
"@id": "https://onerecord.iata.org/ns/coreCodeLists#subjectCode_ISS",
"@type": "cargo:CodeListElement",
"cargo:code": "ISS"
},
"cargo:contentCode": {
"@id": "https://onerecord.iata.org/ns/coreCodeLists#contentCode_RA",
"@type": "cargo:CodeListElement",
"cargo:code": "RA"
},
Expand Down

0 comments on commit 26d8344

Please sign in to comment.