Schema
You can download the release-schema.json
file in English.
Organization
The extension defines these fields in the Organization
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
beneficialOwners
|
Beneficiarios finales |
Los beneficiarios finales de la organización. |
array of Person objects |
details
|
This field is modified from its original version. |
||
details.
|
Listed on regulated market |
Whether the organization is listed on a regulated market (e.g. a stock exchange) that ensures adequate transparency in line with anti-money laundering legislation. |
boolean |
Person
The extension defines a new Person
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
id
|
ID |
Un identificador local para la persona. |
string |
name
|
Nombre |
El nombre completo de la persona. |
string |
identifier
|
Identificador |
Un identificador oficial de la persona. El esquema debe seguir el patrón {JURISDICCIÓN}-{TIPO}, donde JURISDICCIÓN es un código de país ISO 3166-1 alfa-3 de tres letras, y TIPO es uno de los siguientes: "PASAPORTE", "TAXID" o "IDCARD". |
Identifier object |
nationalities
|
Nationalities |
The nationalities of the person, from the closed country codelist. |
array of strings from closed country codelist |
address
|
Dirección |
The address of the person. |
Address object |
email
|
The e-mail address of the person. |
string | |
faxNumber
|
Fax number |
The fax number of the person. This must include the international dialing code. |
string |
telephone
|
Telephone |
The telephone number of the person. This must include the international dialing code. |
string |