Skip to content

Commit

Permalink
fix: remove term defs from cred schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Nov 2, 2023
1 parent e612ae7 commit cea3a3a
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ properties:
title: US CBP Port Code
description: CBP Automated Manifest Interface Requirements, Appendix E - Schedule D – U.S. CBP Port Codes. 4 character port code (https://www.cbp.gov/sites/default/files/assets/documents/2020-Jan/ACE%20Appendix%20E%20Schedule%20D%20January%202020%20(1).pdf).
type: string
$linkedData:
term: usPortCode
'@id': https://w3id.org/traceability#usPortCode
additionalProperties: false
required:
- type
Expand Down Expand Up @@ -203,8 +200,6 @@ properties:
- type
- name
- location


consignee:
title: Consignee
description: Consignee
Expand Down Expand Up @@ -415,9 +410,6 @@ properties:
title: importerOfRecordNumber
description: Importer Of Record Number
type: string
$linkedData:
term: number
'@id': https://w3id.org/traceability#CBPImporterOfRecordNumber
identifierType:
title: Assigned Identifier Type
description: IRS, SSN, or CBP Assigned number.
Expand All @@ -426,9 +418,6 @@ properties:
- IRS
- SSN
- CBP
$linkedData:
term: identifierType
'@id': https://w3id.org/traceability#CBPImporterOfRecordType
additionalProperties: false
required:
- number
Expand Down

0 comments on commit cea3a3a

Please sign in to comment.