diff --git a/docs/openapi/components/schemas/credentials/USMCACertificationOfOrigin.yml b/docs/openapi/components/schemas/credentials/USMCACertificationOfOrigin.yml index c9c350b0e..df9c98931 100644 --- a/docs/openapi/components/schemas/credentials/USMCACertificationOfOrigin.yml +++ b/docs/openapi/components/schemas/credentials/USMCACertificationOfOrigin.yml @@ -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": "info@example.net", "phoneNumber": "+1-144-555-9857", + "taxId": "12-3456789", "location": { "type": [ "Place" @@ -777,6 +796,7 @@ example: |- "name": "American Prime Steel Inc.", "email": "contact@example.net", "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"