Skip to content

Commit

Permalink
Merge pull request #861 from w3c-ccg/577-declare-enumerations
Browse files Browse the repository at this point in the history
Entry form enumeration
  • Loading branch information
nissimsan authored Aug 29, 2023
2 parents 86cad05 + 799402b commit db59640
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion docs/openapi/components/schemas/common/CBPEntry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ properties:
Note: When the importer of record of emergency war materials is not a government
agency, entry type codes 01, 02, 03, etc., as appropriate, are to be used.
type: string
enum:
- Free and Dutiable 01
- Quota/Visa 02
- Antidumping/Countervailing Duty (AD/CVD) 03
- Foreign Trade Zone Consumption 06
- Quota/Visa and AD/CVD combinations 07
- Free and Dutiable 11
- Quota Other than textiles 12
- Warehouse Entries 21
- Re-Warehouse Entries 22
- Temporary Importation Bond 23
- Defense Contract Management Command (DCMAO NY) Military Only (P99 filer) 51
- Any U.S. Federal Government agency (other than DCMAO NY) 52
$linkedData:
term: entryType
'@id': https://w3id.org/traceability#entryType
Expand Down Expand Up @@ -125,6 +138,14 @@ properties:
title: Mode Of Transportation
description: The Mode of Transportation from the available options Air, Ocean, Rail, Truck, Hand Carry, Pipeline, or Other.
type: string
enum:
- Air
- Ocean
- Rail
- Truck
- Hand Carry
- Pipeline
- Other
$linkedData:
term: transportMode
'@id': https://w3id.org/traceability#transportMode
Expand Down Expand Up @@ -290,7 +311,7 @@ example: |-
"bondValue": 12000,
"entryValue": 12000,
"centralizedExaminationSite": "K682",
"entryType": "11",
"entryType": "Free and Dutiable 11",
"originatingWarehouseEntryNumber": "38819",
"suretyCode": "511",
"portOfUnlading": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ example: |-
"bondValue": 12000,
"entryValue": 12000,
"centralizedExaminationSite": "K682",
"entryType": "11",
"entryType": "Free and Dutiable 11",
"originatingWarehouseEntryNumber": "38819",
"suretyCode": "511",
"portOfUnlading": {
Expand Down

0 comments on commit db59640

Please sign in to comment.