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
|
Beneficial owners |
The beneficial owners of the organization. |
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 |
A local identifier for the person. |
string |
name
|
Name |
The full name of the person. |
string |
identifier
|
Identifier |
An official identifier for the person. The scheme should follow the pattern {JURISDICTION}-{TYPE}, where JURISDICTION is a three-letter, uppercase ISO 3166-1 alpha-3 country code, and TYPE is one of "PASSPORT", "TAXID" or "IDCARD". |
Identifier object |
nationalities
|
Nationalities |
The nationalities of the person, from the closed country codelist. |
array of strings from closed country codelist |
address
|
Address |
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 |