Skip to content

Commit

Permalink
Fix specialHandlingCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored Sep 2, 2024
1 parent ea2f0da commit 5882b35
Showing 1 changed file with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"@context": {
"cargo": "https://onerecord.iata.org/ns/cargo#",
"ccodes": "https://onerecord.iata.org/ns/coreCodeLists#"
},
"@type": "cargo:Piece",

"cargo:specialHandlingCodes": [
{
"@id": "ccodes:SpecialHandlingCode_EAW"
}
],
"cargo:specialHandlingCodes": [
{
"@id": "https://1r.example.com/logistics-objects/specialHandlingCodes#CUS"
}
]
}
"@context":{
"cargo":"https://onerecord.iata.org/ns/cargo#",
"ccodes":"https://onerecord.iata.org/ns/coreCodeLists#"
},
"@type":"cargo:Piece",
"cargo:specialHandlingCodes":[
{
"@id":"ccodes:SpecialHandlingCode_EAW"
},
{
"@id":"https://1r.example.com/logistics-objects/specialHandlingCodes#CUS"
}
]
}

0 comments on commit 5882b35

Please sign in to comment.