removedOutput schema / properties / data / properties
Removed value: -{
- "country": {
- "description": "Upper-cased ISO 3166-1 alpha-2 filter applied, or null when no country filter was supplied.",
- "type": [
- "string",
- "null"
- ]
- },
- "items": {
- "description": "Entities in GLEIF's own order. Records matched by the authoritative name filter come first, then records added from GLEIF's fuzzy name completion, de-duplicated by LEI. Eckari applies no scoring of its own.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "entity_status": {
- "description": "Legal entity status recorded by GLEIF (e.g. ACTIVE, INACTIVE, NULL).",
- "type": [
- "string",
- "null"
- ]
- },
- "jurisdiction": {
- "description": "Legal jurisdiction as an ISO 3166 country or subdivision code (e.g. GB, US-CA).",
- "type": [
- "string",
- "null"
- ]
- },
- "legal_address": {
- "additionalProperties": false,
- "description": "Registered legal address as held by GLEIF.",
- "properties": {
- "city": {
- "description": "City or town.",
- "type": [
- "string",
- "null"
- ]
- },
- "country": {
- "description": "ISO 3166-1 alpha-2 country code.",
- "type": [
- "string",
- "null"
- ]
- },
- "lines": {
- "description": "Street address lines in GLEIF order.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "postal_code": {
- "description": "Postal code as held by GLEIF.",
- "type": [
- "string",
- "null"
- ]
- },
- "region": {
- "description": "ISO 3166-2 subdivision code, or null.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "lines",
- "city",
- "region",
- "country",
- "postal_code"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "legal_name": {
- "description": "Registered legal name as held by GLEIF, or null when the record carries no legal name. Never falls back to the LEI itself — an identifier is not a name.",
- "type": [
- "string",
- "null"
- ]
- },
- "legal_name_language": {
- "description": "ISO language code of the legal name, or null when GLEIF states none.",
- "type": [
- "string",
- "null"
- ]
- },
- "lei": {
- "description": "20-character ISO 17442 Legal Entity Identifier.",
- "type": "string"
- },
- "match_source": {
- "description": "How GLEIF surfaced this record — filter means the authoritative legal-name filter, fuzzy means GLEIF's name-completion service.",
- "enum": [
- "filter",
- "fuzzy"
- ],
- "type": "string"
- },
- "registered_as": {
- "description": "The entity's identifier in that local registry. When ra_code is RA000585 this is a UK company number usable with company.uk.profile and company.uk.status.",
- "type": [
- "string",
- "null"
- ]
- },
- "registered_at": {
- "additionalProperties": false,
- "description": "Business registry the entity is registered at, as an ISO 17442 Registration Authority code.",
- "properties": {
- "other": {
- "description": "Free-text authority name when the entity's registry has no RA code.",
- "type": [
- "string",
- "null"
- ]
- },
- "ra_code": {
- "description": "Registration Authority code (e.g. RA000585 is UK Companies House, RA000598 is the California Secretary of State). RA999999 means no listed authority.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "ra_code",
- "other"
- ],
- "type": "object"
- },
- "status": {
- "description": "LEI registration status (e.g. ISSUED, LAPSED, RETIRED, ANNULLED, MERGED). ISSUED means the registration is current.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "lei",
- "legal_name",
- "legal_name_language",
- "status",
- "entity_status",
- "jurisdiction",
- "legal_address",
- "registered_at",
- "registered_as",
- "match_source"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "query": {
- "description": "The trimmed query as sent to GLEIF.",
- "type": "string"
- },
- "total_results": {
- "description": "Total entities GLEIF reports for its authoritative legal-name filter, independent of the page size. GLEIF publishes no total for the fuzzy name-completion fill-ins, so they are not counted; the only adjustment is a floor at the number of items actually returned, so total_results is never smaller than items.length. It is not a pageable total — this capability returns one page and has no offset.",
- "minimum": 0,
- "type": "integer"
- }
-}