Skip to content

Commit

Permalink
remove changes from AgriculturePackage
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <brent.zundel@gmail.com>
  • Loading branch information
brentzundel committed Sep 24, 2024
1 parent 68eacd0 commit e958e80
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/openapi/components/schemas/common/AgriculturePackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ properties:
$linkedData:
term: harvest
'@id': https://w3id.org/traceability#AgricultureActivity
instrumentOfTrade:
title: Instrument of International Trade
description: The materials used for shipping the product, such as boxes, pallets, etc.
type: array
items:
$ref: ./InstrumentOfTrade.yml
$linkedData:
term: instrumentOfTrade
'@id': https://w3id.org/traceability#InstrumentOfTrade
additionalProperties: true
required:
- type
Expand Down Expand Up @@ -208,20 +199,5 @@ example: |-
"labelImageUrl": "https://img.example.org/033383401508/640/480/",
"labelImageHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}
],
instrumentOfTrade: [
{
"type": ["InstrumentOfTrade"],
"packagingMaterial": "wood",
"ippcStamp": {
"originCountry": "US"
"providerCode": "000"
"treatmentCode": "HT"
}
},
{
"type": ["InstrumentOfTrade"],
"packagingMaterial": "paper"
}
]
}

0 comments on commit e958e80

Please sign in to comment.