Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/conflation of value #950

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ properties:
type: string
$linkedData:
term: labelImageHash
'@id': https://w3id.org/traceability#labelImageHash
'@id': https://schema.org/sha256
agricultureProduct:
title: Product List
description: List of agricultural products contained within this package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ properties:
$ref: ./QuantitativeValue.yml
$linkedData:
term: unitQuantity
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/actualQuantity
scientificName:
title: Scientific Name
description: >-
Expand Down Expand Up @@ -76,7 +76,7 @@ properties:
type: string
$linkedData:
term: labelImageHash
'@id': https://w3id.org/traceability#labelImageHash
'@id': https://schema.org/sha256
name:
title: Name
description: Name of the agricultural product.
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi/components/schemas/common/Event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
type: string
$linkedData:
term: eventType
'@id': https://schema.org/value
'@id': https://schema.org/description
eventId:
title: Event Identifier
description: The Identifier of the Event.
Expand Down
6 changes: 3 additions & 3 deletions docs/openapi/components/schemas/common/IATAAirWaybill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ properties:
declaredValueForCarriage:
title: Declared Value For Carriage
description: >-
The declared value for carriage, as specified by the shipper,. Where no
The declared value for carriage, as specified by the shipper. Where no
value is declared, “NVD”. Box 16.
type: string
$linkedData:
term: declaredValueForCarriage
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/declaredValueForCarriageAmount
declaredValueForCustoms:
title: Declared Value For Customs
description: >-
Expand All @@ -291,7 +291,7 @@ properties:
type: string
$linkedData:
term: amountOfInsurance
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/insuranceValueAmount
insuranceClauses:
title: Insurance Clauses
description: Box 20A
Expand Down
Loading