addedInput schema / additionalProperties
Added value: +false
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
removedOutput schema / properties / results / description
Removed value: -"Collection of GLEIF LEI records matching the search."
changedOutput schema / properties / results / items / properties / corroboration_level / description
Previous value: -"How hard the data was verified: FULLY_CORROBORATED, PARTIALLY_CORROBORATED or ENTITY_SUPPLIED_ONLY."New value: +"How hard the data was verified: FULLY_CORROBORATED, PARTIALLY_CORROBORATED or ENTITY_SUPPLIED_ONLY. The quality flag to filter on."
addedOutput schema / properties / results / items / properties / corroboration_level / title
Added value: +"Corroboration level"
changedOutput schema / properties / results / items / properties / corroboration_level / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / gleif_profile_url / title
Added value: +"GLEIF profile URL"
changedOutput schema / properties / results / items / properties / gleif_profile_url / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / jurisdiction / description
Previous value: -"Two-letter code of the legal jurisdiction the entity is formed in."New value: +"Two-letter code of the legal jurisdiction the entity is formed in. Can differ from the address country."
addedOutput schema / properties / results / items / properties / jurisdiction / title
Added value: +"Jurisdiction"
changedOutput schema / properties / results / items / properties / jurisdiction / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / legal_city / title
Added value: +"Legal city"
changedOutput schema / properties / results / items / properties / legal_city / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / legal_country / description
Previous value: -"ISO 3166-1 alpha-2 country code of the registered legal address."New value: +"ISO 3166-1 alpha-2 country code of the legal address."
addedOutput schema / properties / results / items / properties / legal_country / title
Added value: +"Legal country code"
changedOutput schema / properties / results / items / properties / legal_country / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / legal_form_name / description
Previous value: -"Legal form resolved to words, e.g. 'Private Limited Company'. Null when GLEIF has no free-text label for the code."New value: +"The ELF code resolved to words through GLEIF's entity-legal-forms table, English where published."
addedOutput schema / properties / results / items / properties / legal_form_name / title
Added value: +"Legal form name"
changedOutput schema / properties / results / items / properties / legal_form_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / legal_name / title
Added value: +"Legal name"
changedOutput schema / properties / results / items / properties / legal_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / lei / title
Added value: +"LEI"
changedOutput schema / properties / results / items / properties / lei / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / next_renewal_date / title
Added value: +"Next renewal date"
changedOutput schema / properties / results / items / properties / next_renewal_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / registered_as / description
Previous value: -"The company's number in its own national registry, the join key to Companies House, SIRENE, the Handelsregister and the rest."New value: +"The company's number in its OWN national registry - the join key to Companies House, SIRENE, the Handelsregister and the rest."
addedOutput schema / properties / results / items / properties / registered_as / title
Added value: +"Registered as"
changedOutput schema / properties / results / items / properties / registered_as / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / registered_at_name / description
Previous value: -"Name of the national registration authority the entity is filed with, e.g. 'Companies House'."New value: +"The RA code resolved to the registry's name through GLEIF's registration-authorities table."
addedOutput schema / properties / results / items / properties / registered_at_name / title
Added value: +"Registration authority name"
changedOutput schema / properties / results / items / properties / registered_at_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / registration_status / description
Previous value: -"Lifecycle of the LEI registration itself: ISSUED, LAPSED, RETIRED, ANNULLED and so on."New value: +"Lifecycle of the LEI registration itself: ISSUED, LAPSED, RETIRED, ANNULLED and so on. Distinct from entity status."
addedOutput schema / properties / results / items / properties / registration_status / title
Added value: +"Registration status"
changedOutput schema / properties / results / items / properties / registration_status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / results / items / properties / status / title
Added value: +"Entity status"
changedOutput schema / properties / results / items / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / results / items / required
Removed value: -[
- "lei",
- "legal_name"
-]
addedOutput schema / properties / run
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "success",
+ "empty_unverified",
+ "partial",
+ "error"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "results"
-]New value: +[
+ "results",
+ "status"
+]