changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bic": {
+ "description": "Bank Identifier Codes",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "category": {
+ "description": "Entity category",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entity_status": {
+ "description": "Entity status (ACTIVE, LAPSED, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "gleif_url": {
+ "description": "Direct link to GLEIF record",
+ "type": "string"
+ },
+ "headquarters_address": {
+ "description": "Headquarters address of entity",
+ "properties": {
+ "city": {
+ "description": "City name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "description": "ISO country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lines": {
+ "description": "Address lines",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "postal_code": {
+ "description": "Postal code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region": {
+ "description": "Region or state",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "initial_registration": {
+ "description": "ISO date of initial registration",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "isins": {
+ "description": "ISIN codes",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "jurisdiction": {
+ "description": "ISO jurisdiction code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_update": {
+ "description": "ISO date of last update",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "legal_address": {
+ "description": "Legal address of entity",
+ "properties": {
+ "city": {
+ "description": "City name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "description": "ISO country code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lines": {
+ "description": "Address lines",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "postal_code": {
+ "description": "Postal code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region": {
+ "description": "Region or state",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "legal_form": {
+ "description": "Legal form ID or description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "legal_name": {
+ "description": "Official legal entity name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lei": {
+ "description": "20-character LEI code",
+ "type": "string"
+ },
+ "managing_lou": {
+ "description": "Managing Local Operating Unit",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "next_renewal": {
+ "description": "ISO date of next renewal",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "other_names": {
+ "description": "Alternative names for the entity",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "registration_status": {
+ "description": "Registration status",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "lei",
+ "legal_name",
+ "other_names",
+ "jurisdiction",
+ "category",
+ "legal_form",
+ "entity_status",
+ "registration_status",
+ "initial_registration",
+ "last_update",
+ "next_renewal",
+ "managing_lou",
+ "legal_address",
+ "headquarters_address",
+ "bic",
+ "isins",
+ "gleif_url"
+ ],
+ "type": "object"
+}