Skip to content

Commit

Permalink
try to add one more bit - intended use
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <[email protected]>
  • Loading branch information
brentzundel committed Sep 13, 2024
1 parent 719fe62 commit 1a81b1d
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,22 @@ properties:
$linkedData:
term: shipment
'@id': https://vocabulary.uncefact.org/transportPackage
intendedUse:
title: Intended Use
description: >-
The intended use for the imported products as reported in USDAPPQ587PlantImportApplication,
this would be "plants for planting", "small lots of seed", or "fruits and vegetables".
type: string
$linkedData:
term: intendedUse
'@id': https://vocabulary.uncefact.org/intendedUse
additionalProperties: false
required:
- applicationNumber
- permitNumber
- applicant
- permittee
- intendedUse
additionalProperties: false
required:
- '@context'
Expand Down Expand Up @@ -328,6 +338,7 @@ example: |-
"name": "Koch LLC",
"leiCode": "54321351219389121979"
}
}
},
"intendedUse": "fruits and vegetables"
}
}

0 comments on commit 1a81b1d

Please sign in to comment.