addedOutput schema / properties / count
Added value: +{
+ "description": "mode='reverse': number of LEI records found.",
+ "type": [
+ "integer",
+ "null"
+ ]
+}
addedOutput schema / properties / fetchedAt
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / found
Added value: +{
+ "description": "mode='reverse': whether any LEI exists for the national ID.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}
removedOutput schema / properties / headquarters_address
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
addedOutput schema / properties / jurisdiction
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / legalAddress
Added value: +{
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / legalForm
Added value: +{
+ "description": "ISO 20275 entity legal form code.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / legalName
Added value: +{
+ "description": "Registered legal name (mode='lei').",
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / legal_address
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
removedOutput schema / properties / legal_name
Removed value: -{
- "type": "string"
-}
changedOutput schema / properties / lei / description
Previous value: -"20-character ISO 17442 identifier."New value: +"20-character ISO 17442 identifier (mode='lei')."
changedOutput schema / properties / lei / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / records
Added value: +{
+ "description": "mode='reverse': matching LEI records (same shape as a mode='lei' result).",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+}
addedOutput schema / properties / registeredAs
Added value: +{
+ "description": "National registry identifier.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / registration / description
Previous value: -"GLEIF registration metadata (initial date, last update, status)."New value: +"GLEIF registration metadata (initial, lastUpdate, status ISSUED/LAPSED/..., nextRenewal)."
changedOutput schema / properties / registration / type
Previous value: -"object"New value: +[
+ "object",
+ "null"
+]
addedOutput schema / properties / relationships / properties / children / additionalProperties
Added value: +true
changedOutput schema / properties / relationships / properties / children / description
Previous value: -"Known subsidiary LEI records."New value: +"Paginated subsidiaries: {total, page, totalPages, children: [LEI records]}."
removedOutput schema / properties / relationships / properties / children / items
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
changedOutput schema / properties / relationships / properties / children / type
Previous value: -"array"New value: +[
+ "object",
+ "null"
+]
changedOutput schema / properties / relationships / properties / parent / description
Previous value: -"Direct parent LEI record or null."New value: +"{directParent, ultimateParent, isUltimate}; directParent/ultimateParent are null for a top-level entity."
changedOutput schema / properties / relationships / properties / parent / type
Previous value: -"object"New value: +[
+ "object",
+ "null"
+]
changedOutput schema / properties / relationships / type
Previous value: -"object"New value: +[
+ "object",
+ "null"
+]
addedOutput schema / properties / source
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / status / description
Previous value: -"ISSUED / LAPSED / RETIRED / etc."New value: +"Entity status, e.g. ACTIVE / INACTIVE."
changedOutput schema / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]