You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/openapi/components/schemas/common/MonthlyAdvanceManifest.yml
+43-3
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,25 @@ properties:
47
47
type: string
48
48
title: Port Code
49
49
description: The code of the port of arrival to which the product(s) were transferred. These codes are outlined in https://www.cbp.gov/sites/default/files/assets/documents/2020-Jan/ACE%20Appendix%20E%20Schedule%20D%20January%202020%20%281%29.pdf
50
+
portOfArrival:
51
+
title: Port Of Arrival
52
+
$ref: ./Place.yml
53
+
$linkedData:
54
+
term: portOfArrival
55
+
'@id': https://schema.org/Place
56
+
portOfDestination:
57
+
title: Port Of Destination
58
+
$ref: ./Place.yml
59
+
$linkedData:
60
+
term: portOfDestination
61
+
'@id': https://schema.org/Place
62
+
transporter:
63
+
title: Transporter
64
+
description: The organization that carries out the transportation event
65
+
$ref: ./Organization.yml
66
+
$linkedData:
67
+
term: transporter
68
+
'@id': https://schema.org/agent
50
69
deliveryLocation:
51
70
type: string
52
71
title: deliveryLocation
@@ -61,9 +80,13 @@ properties:
61
80
term: sumOfScheduledDeliveries
62
81
'@id': https://schema.org/QuantitativeValue
63
82
numberOfBatches:
64
-
type: string
83
+
type: number
65
84
title: Number of Batches
66
-
description: Number of batches scheduled for the delivery location in one month
85
+
description: Number of batches scheduled for the delivery location in one month
86
+
countOfShippers:
87
+
type: number
88
+
title: Count of Shippers
89
+
description: Number of shippers that shipped the commodity to a given destination.
0 commit comments