Skip to content

Commit

Permalink
fix: remaining clashing uris
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Oct 9, 2024
1 parent 053ca6c commit 87c0ebc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/openapi/components/schemas/common/CBPEntrySummary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ properties:
type: string
$linkedData:
term: manufacturerId
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#manufacturerId
exportingCountry:
title: Country of Origin
description: >-
Expand All @@ -155,7 +155,7 @@ properties:
type: string
$linkedData:
term: immediateTransportationNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#immediateTransportationNumber
immediateTransportationDate:
title: Immediate Transportation Date
description: Record the month, day, and year, obtained from the CBP Form 7512, TACM, or AMS MIB record.
Expand Down Expand Up @@ -200,7 +200,7 @@ properties:
type: string
$linkedData:
term: consigneeNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#consigneeNumber
importerNumber:
title: Importer Identifier
description: Record the IRS EIN, SSN, or CBP assigned number of the importer of record. Proper format is listed under the instructions for Consignee Number.
Expand Down
12 changes: 6 additions & 6 deletions docs/openapi/components/schemas/common/Inbond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@ properties:
type: string
$linkedData:
term: inBondNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#inBondNumber
entryId:
title: Entry ID
description: ACE entry summary unique identifier
type: string
$linkedData:
term: entryId
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#entryId
ftzNo:
title: FTZ Number
description: ACE admission no. into an FTZ zone
type: string
$linkedData:
term: ftzNo
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#ftzNo
inBondType:
title: InBond Type
description: Type of InBond
type: string
$linkedData:
term: inBondType
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#inBondType
portOfEntry:
title: Port of Entry
description: Port of Entry declared in US
Expand Down Expand Up @@ -92,7 +92,7 @@ properties:
type: string
$linkedData:
term: irsNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#irsNumber
recipient:
title: Recipient
description: Entity that will recieve product
Expand All @@ -106,7 +106,7 @@ properties:
type: string
$linkedData:
term: billOfLadingNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceability#billOfLadingNumber
expectedDeliveryDate:
title: Expected Delivery Date
description: Date when the product is expected to arrive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ properties:
type: string
$linkedData:
term: pid
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceabilit#pid
catalogNumber:
title: Catalog Number
description: An ID that records the museum/herbarium catalog number or other collection number.
Expand Down
4 changes: 2 additions & 2 deletions docs/openapi/components/schemas/common/SteelProduct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ properties:
type: string
$linkedData:
term: heatNumber
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceabilit#heatNumber
specification:
title: Specification
description: The specification of the product
type: string
$linkedData:
term: specification
'@id': https://schema.org/identifier
'@id': https://w3id.org/traceabilit#specification
grade:
title: Grade
description: The grade of the product
Expand Down

0 comments on commit 87c0ebc

Please sign in to comment.