-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9212c68
commit df70713
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -753,6 +771,7 @@ example: |- | |
"name": "Maxi Acero Mexicano", | ||
"email": "[email protected]", | ||
"phoneNumber": "+1-144-555-9857", | ||
"taxId": "12-3456789", | ||
"location": { | ||
"type": [ | ||
"Place" | ||
|
@@ -777,6 +796,7 @@ example: |- | |
"name": "American Prime Steel Inc.", | ||
"email": "[email protected]", | ||
"phoneNumber": "+1-271-555-5546", | ||
"taxId": "12-3456780", | ||
"location": { | ||
"type": [ | ||
"Place" | ||
|
@@ -800,6 +820,7 @@ example: |- | |
], | ||
"name": "Melt Global, Inc.", | ||
"phoneNumber": "+1-579-555-8915", | ||
"taxId": "12-3456781", | ||
"location": { | ||
"type": [ | ||
"Place" | ||
|