Skip to content

Commit

Permalink
fix: add flags for various exporters and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Sep 25, 2023
1 parent 9433ada commit ae281aa
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ properties:
issued USMCA credential should be indicated as revokable as to not allow the
credential to be double-spent for another shipment on delivery.
type: string
variousExporters:
title: Various Importer
description: >-
A flag to indicate there are multiple exporters available on request
type: boolean
default: false
exporterDetails:
title: Exporter's Details
description: >-
Expand Down Expand Up @@ -201,6 +207,12 @@ properties:
required:
- type
additionalProperties: false
variousProducers:
title: Various Importer
description: >-
A flag to indicate there are multiple importers available on request
type: boolean
default: false
producerDetails:
title: Producer's Details
description: >-
Expand Down Expand Up @@ -311,6 +323,7 @@ properties:
description: >-
A flag to indicate there are multiple importers available on request
type: boolean
default: false
importerDetails:
title: Importer's Details
description: >-
Expand Down Expand Up @@ -533,6 +546,9 @@ properties:
- product
- exporterDetails
- producerDetails
- variousExporters
- variousProducers
- variousImporters
proof:
$ref: ../snippets/proof.yml
additionalProperties: false
Expand Down Expand Up @@ -606,6 +622,7 @@ example: |-
}
}
},
"variousExporters": false,
"exporterDetails": {
"type": [
"Organization"
Expand All @@ -629,6 +646,7 @@ example: |-
}
}
},
"variousProducers": false,
"producerDetails": {
"type": [
"Organization"
Expand Down

0 comments on commit ae281aa

Please sign in to comment.