Skip to content

Commit

Permalink
Merge pull request #881 from w3c-ccg/usmca-reverse-issuer-person-org
Browse files Browse the repository at this point in the history
fix: bad indent
  • Loading branch information
nissimsan authored Sep 28, 2023
2 parents 3bf1cf0 + 9e3ec68 commit c113b3c
Showing 1 changed file with 96 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,105 +478,105 @@ properties:
type: array
items:
type: object
properties:
type:
type: array
readOnly: true
const:
- Organization
default:
- Organization
items:
type: string
enum:
properties:
type:
type: array
readOnly: true
const:
- Organization
id:
title: Identifier
description: Organization identifier.
type: string
format: uri
name:
title: Name
description: Name of the organization.
type: string
email:
title: Email Address
description: Organization's primary email address.
type: string
phoneNumber:
title: Phone Number
description: Organization's contact phone number.
type: string
taxId:
title: Tax Identification Number
description: >-
The Tax / Fiscal ID of the organization or person, e.g., the TIN in the US
or the CIF/NIF in Spain.
type: string
location:
title: Location
description: The location where, for example, an event is happening, an organization is located, or an action takes place.
type: object
properties:
type:
type: array
readOnly: true
const:
- Place
default:
- Place
items:
type: string
enum:
default:
- Organization
items:
type: string
enum:
- Organization
id:
title: Identifier
description: Organization identifier.
type: string
format: uri
name:
title: Name
description: Name of the organization.
type: string
email:
title: Email Address
description: Organization's primary email address.
type: string
phoneNumber:
title: Phone Number
description: Organization's contact phone number.
type: string
taxId:
title: Tax Identification Number
description: >-
The Tax / Fiscal ID of the organization or person, e.g., the TIN in the US
or the CIF/NIF in Spain.
type: string
location:
title: Location
description: The location where, for example, an event is happening, an organization is located, or an action takes place.
type: object
properties:
type:
type: array
readOnly: true
const:
- Place
address:
title: Postal Address
description: The postal address for an organization or place.
type: object
properties:
type:
type: array
readOnly: true
const:
- PostalAddress
default:
- PostalAddress
items:
type: string
enum:
- PostalAddress
streetAddress:
title: Street Address
description: >-
The street address expressed as free form text. The street address is
printed on paper as the first lines below the name. For example, the name
of the street and the number in the street, or the name of a building.
type: string
addressLocality:
title: Address Locality
description: Text specifying the name of the locality; for example, a city.
type: string
addressRegion:
title: Address Region
description: >-
Text specifying a province or state in abbreviated format; for example,
NJ.
type: string
addressCountry:
title: Address Country
description: >-
The two-letter ISO 3166-1 alpha-2 country code.
type: string
postalCode:
title: Postal Code
description: Text specifying the postal code for an address.
default:
- Place
items:
type: string
additionalProperties: false
required:
- type
additionalProperties: false
required:
- type
enum:
- Place
address:
title: Postal Address
description: The postal address for an organization or place.
type: object
properties:
type:
type: array
readOnly: true
const:
- PostalAddress
default:
- PostalAddress
items:
type: string
enum:
- PostalAddress
streetAddress:
title: Street Address
description: >-
The street address expressed as free form text. The street address is
printed on paper as the first lines below the name. For example, the name
of the street and the number in the street, or the name of a building.
type: string
addressLocality:
title: Address Locality
description: Text specifying the name of the locality; for example, a city.
type: string
addressRegion:
title: Address Region
description: >-
Text specifying a province or state in abbreviated format; for example,
NJ.
type: string
addressCountry:
title: Address Country
description: >-
The two-letter ISO 3166-1 alpha-2 country code.
type: string
postalCode:
title: Postal Code
description: Text specifying the postal code for an address.
type: string
additionalProperties: false
required:
- type
additionalProperties: false
required:
- type
goods:
title: Goods
description: >-
Expand Down

0 comments on commit c113b3c

Please sign in to comment.