Skip to content

Commit

Permalink
deploy: c84c53e
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Oct 10, 2024
1 parent c701264 commit d720be1
Show file tree
Hide file tree
Showing 4 changed files with 7,069 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contexts/traceability-v1.jsonld

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion openapi/components/schemas/common/DeliveryStatement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,36 @@ properties:
$linkedData:
term: deliveredVolume
'@id': https://schema.org/MeasuredValue
carrier:
title: Carrier
description: >-
The party providing the transport of goods in this consignment between
named points.
$ref: ./Organization.yml
$linkedData:
term: transporter
'@id': https://schema.org/agent
consignor:
title: Consignor
description: >-
The party consigning goods, as stipulated in the transport contract by the
party ordering transport.
$ref: ./Organization.yml
$linkedData:
term: consignor
'@id': >-
https://vocabulary.uncefact.org/consignorParty
notificationOfShipment:
title: Notification of Shipment Month
description: Year and month of the notification of shipment statement
type: string
destination:
title: Delivery Destination
description: The address to which the commodity is being shipped
$ref: ./Place.yml
$linkedData:
term: place
'@id': https://schema.org/toLocation
observation:
title: Observation List
description: List of observations
Expand All @@ -47,7 +77,7 @@ properties:
$linkedData:
term: observation
'@id': https://w3id.org/traceability#observation
additionalProperties: false
additionalProperties: false
required:
- type
example: |-
Expand Down
Loading

0 comments on commit d720be1

Please sign in to comment.