diff --git a/Documentation_website/docs/Data-Model/examples-dm/code-lists-open-code-list-2.json b/Documentation_website/docs/Data-Model/examples-dm/code-lists-open-code-list-2.json index 323b1bfe..6bf2f0ec 100644 --- a/Documentation_website/docs/Data-Model/examples-dm/code-lists-open-code-list-2.json +++ b/Documentation_website/docs/Data-Model/examples-dm/code-lists-open-code-list-2.json @@ -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" - } - ] -} \ No newline at end of file + "@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" + } + ] +}