Skip to content

Commit 10adaeb

Browse files
committed
deploy: c113b3c
1 parent c35ca3c commit 10adaeb

File tree

3 files changed

+215
-215
lines changed

3 files changed

+215
-215
lines changed

openapi/components/schemas/credentials/USMCACertificationOfOrigin.yml

+96-96
Original file line numberDiff line numberDiff line change
@@ -478,105 +478,105 @@ properties:
478478
type: array
479479
items:
480480
type: object
481-
properties:
482-
type:
483-
type: array
484-
readOnly: true
485-
const:
486-
- Organization
487-
default:
488-
- Organization
489-
items:
490-
type: string
491-
enum:
481+
properties:
482+
type:
483+
type: array
484+
readOnly: true
485+
const:
492486
- Organization
493-
id:
494-
title: Identifier
495-
description: Organization identifier.
496-
type: string
497-
format: uri
498-
name:
499-
title: Name
500-
description: Name of the organization.
501-
type: string
502-
email:
503-
title: Email Address
504-
description: Organization's primary email address.
505-
type: string
506-
phoneNumber:
507-
title: Phone Number
508-
description: Organization's contact phone number.
509-
type: string
510-
taxId:
511-
title: Tax Identification Number
512-
description: >-
513-
The Tax / Fiscal ID of the organization or person, e.g., the TIN in the US
514-
or the CIF/NIF in Spain.
515-
type: string
516-
location:
517-
title: Location
518-
description: The location where, for example, an event is happening, an organization is located, or an action takes place.
519-
type: object
520-
properties:
521-
type:
522-
type: array
523-
readOnly: true
524-
const:
525-
- Place
526-
default:
527-
- Place
528-
items:
529-
type: string
530-
enum:
487+
default:
488+
- Organization
489+
items:
490+
type: string
491+
enum:
492+
- Organization
493+
id:
494+
title: Identifier
495+
description: Organization identifier.
496+
type: string
497+
format: uri
498+
name:
499+
title: Name
500+
description: Name of the organization.
501+
type: string
502+
email:
503+
title: Email Address
504+
description: Organization's primary email address.
505+
type: string
506+
phoneNumber:
507+
title: Phone Number
508+
description: Organization's contact phone number.
509+
type: string
510+
taxId:
511+
title: Tax Identification Number
512+
description: >-
513+
The Tax / Fiscal ID of the organization or person, e.g., the TIN in the US
514+
or the CIF/NIF in Spain.
515+
type: string
516+
location:
517+
title: Location
518+
description: The location where, for example, an event is happening, an organization is located, or an action takes place.
519+
type: object
520+
properties:
521+
type:
522+
type: array
523+
readOnly: true
524+
const:
531525
- Place
532-
address:
533-
title: Postal Address
534-
description: The postal address for an organization or place.
535-
type: object
536-
properties:
537-
type:
538-
type: array
539-
readOnly: true
540-
const:
541-
- PostalAddress
542-
default:
543-
- PostalAddress
544-
items:
545-
type: string
546-
enum:
547-
- PostalAddress
548-
streetAddress:
549-
title: Street Address
550-
description: >-
551-
The street address expressed as free form text. The street address is
552-
printed on paper as the first lines below the name. For example, the name
553-
of the street and the number in the street, or the name of a building.
554-
type: string
555-
addressLocality:
556-
title: Address Locality
557-
description: Text specifying the name of the locality; for example, a city.
558-
type: string
559-
addressRegion:
560-
title: Address Region
561-
description: >-
562-
Text specifying a province or state in abbreviated format; for example,
563-
NJ.
564-
type: string
565-
addressCountry:
566-
title: Address Country
567-
description: >-
568-
The two-letter ISO 3166-1 alpha-2 country code.
569-
type: string
570-
postalCode:
571-
title: Postal Code
572-
description: Text specifying the postal code for an address.
526+
default:
527+
- Place
528+
items:
573529
type: string
574-
additionalProperties: false
575-
required:
576-
- type
577-
additionalProperties: false
578-
required:
579-
- type
530+
enum:
531+
- Place
532+
address:
533+
title: Postal Address
534+
description: The postal address for an organization or place.
535+
type: object
536+
properties:
537+
type:
538+
type: array
539+
readOnly: true
540+
const:
541+
- PostalAddress
542+
default:
543+
- PostalAddress
544+
items:
545+
type: string
546+
enum:
547+
- PostalAddress
548+
streetAddress:
549+
title: Street Address
550+
description: >-
551+
The street address expressed as free form text. The street address is
552+
printed on paper as the first lines below the name. For example, the name
553+
of the street and the number in the street, or the name of a building.
554+
type: string
555+
addressLocality:
556+
title: Address Locality
557+
description: Text specifying the name of the locality; for example, a city.
558+
type: string
559+
addressRegion:
560+
title: Address Region
561+
description: >-
562+
Text specifying a province or state in abbreviated format; for example,
563+
NJ.
564+
type: string
565+
addressCountry:
566+
title: Address Country
567+
description: >-
568+
The two-letter ISO 3166-1 alpha-2 country code.
569+
type: string
570+
postalCode:
571+
title: Postal Code
572+
description: Text specifying the postal code for an address.
573+
type: string
574+
additionalProperties: false
575+
required:
576+
- type
577+
additionalProperties: false
578+
required:
579+
- type
580580
goods:
581581
title: Goods
582582
description: >-

0 commit comments

Comments
 (0)