Skip to content

Commit

Permalink
fix: add tax id to organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Sep 25, 2023
1 parent 9212c68 commit df70713
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ properties:
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.
Expand Down Expand Up @@ -394,6 +400,12 @@ properties:
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.
Expand Down Expand Up @@ -499,6 +511,12 @@ properties:
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.
Expand Down Expand Up @@ -753,6 +771,7 @@ example: |-
"name": "Maxi Acero Mexicano",
"email": "[email protected]",
"phoneNumber": "+1-144-555-9857",
"taxId": "12-3456789",
"location": {
"type": [
"Place"
Expand All @@ -777,6 +796,7 @@ example: |-
"name": "American Prime Steel Inc.",
"email": "[email protected]",
"phoneNumber": "+1-271-555-5546",
"taxId": "12-3456780",
"location": {
"type": [
"Place"
Expand All @@ -800,6 +820,7 @@ example: |-
],
"name": "Melt Global, Inc.",
"phoneNumber": "+1-579-555-8915",
"taxId": "12-3456781",
"location": {
"type": [
"Place"
Expand Down

0 comments on commit df70713

Please sign in to comment.