Skip to content

Commit 408f7f2

Browse files
committed
Updated library export. Still some open issues. (See meta-library-export)
1 parent 4f514ca commit 408f7f2

File tree

296 files changed

+221799
-655665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+221799
-655665
lines changed

JSONschema2020-12/library/BuyShipPay/D22A/UNECE-AirConsignmentSecurityDeclaration-CSD.json

Lines changed: 0 additions & 644 deletions
This file was deleted.
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"$id": "https://raw.githubusercontent.com/uncefact/spec-JSONschema/main/JSONschema2020-12/library/BuyShipPay/D22A/AirConsignmentSecurityDeclaration",
4+
"title": "Air Consignment Security Declaration",
5+
"description": "Copyright (C) UN/CEFACT (2022). All Rights Reserved.\n\nThis document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to UN/CEFACT, except as needed for the purpose of developing UN/CEFACT specifications, in which case the procedures for copyrights defined in the UN/CEFACT Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.\n\nThe limited permissions granted above are perpetual and will not be revoked by UN/CEFACT or its successors or assigns.\n\nThis document and the information contained herein is provided on an \"AS IS\" basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.",
6+
"allOf": [
7+
{
8+
"$ref": "UNECE-COVID-19AirCargoFoundation.json#"
9+
},
10+
{
11+
"properties": {
12+
"exchangedDocument": {
13+
"properties": {
14+
"includedNote": {
15+
"properties": {
16+
"subjectCode": {
17+
"properties": {
18+
"listAgencyId": false
19+
}
20+
}
21+
}
22+
},
23+
"issueLogisticsLocation": false,
24+
"contractualDocumentClause": false,
25+
"firstSignatoryDocumentAuthentication": false,
26+
"secondSignatoryDocumentAuthentication": false,
27+
"thirdSignatoryDocumentAuthentication": {
28+
"properties": {
29+
"statement": false,
30+
"provider": {
31+
"properties": {
32+
"name": false
33+
}
34+
}
35+
}
36+
},
37+
"fourthSignatoryDocumentAuthentication": false
38+
}
39+
},
40+
"specifiedConsignment": {
41+
"properties": {
42+
"consignorAssignedId": false,
43+
"carrierAssignedId": false,
44+
"freightForwarderAssignedId": false,
45+
"grossWeight": false,
46+
"netWeight": false,
47+
"grossVolume": false,
48+
"packageQuantity": false,
49+
"transportEquipmentQuantity": false,
50+
"consignor": false,
51+
"consignee": false,
52+
"carrier": false,
53+
"freightForwarder": false,
54+
"notified": false,
55+
"carrierAcceptanceLogisticsLocation": {
56+
"properties": {
57+
"name": false
58+
}
59+
},
60+
"consigneeReceiptLogisticsLocation": {
61+
"properties": {
62+
"name": false
63+
}
64+
},
65+
"transportContractReferencedDocument": {
66+
"properties": {
67+
"id": false
68+
}
69+
},
70+
"associatedReferencedDocument": false,
71+
"includedConsignmentItem": {
72+
"properties": {
73+
"typeCode": false,
74+
"grossWeight": false,
75+
"grossVolume": false,
76+
"specialInstructions": false,
77+
"deliveryInstructions": false,
78+
"information": false,
79+
"applicableDangerousGoods": false,
80+
"handlingInstructions": false,
81+
"associatedReferencedLogisticsTransportEquipment": false,
82+
"transportLogisticsPackage": false
83+
}
84+
},
85+
"utilizedLogisticsTransportEquipment": false,
86+
"mainCarriageLogisticsTransportMovement": {
87+
"properties": {
88+
"stageCode": false,
89+
"id": false,
90+
"loadingEvent": false,
91+
"unloadingEvent": false,
92+
"usedLogisticsTransportMeans": false,
93+
"callEvent": {
94+
"properties": {
95+
"arrivalRelatedDateTime": false,
96+
"departureRelatedDateTime": false,
97+
"occurrenceLogisticsLocation": {
98+
"properties": {
99+
"name": false
100+
}
101+
}
102+
}
103+
}
104+
}
105+
}
106+
}
107+
}
108+
}
109+
}
110+
]
111+
}

0 commit comments

Comments
 (0)