removedOutput schema / properties / data / properties
Removed value: -{
- "accounts": {
- "additionalProperties": false,
- "properties": {
- "accounting_reference_date": {
- "additionalProperties": false,
- "properties": {
- "day": {
- "type": [
- "integer",
- "null"
- ]
- },
- "month": {
- "type": [
- "integer",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "last_accounts": {
- "additionalProperties": false,
- "properties": {
- "made_up_to": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "period_end_on": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "period_start_on": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "type": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "next_accounts": {
- "additionalProperties": false,
- "properties": {
- "due_on": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "overdue": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "period_end_on": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "period_start_on": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "can_file": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "company_name": {
- "type": "string"
- },
- "company_number": {
- "type": "string"
- },
- "confirmation_statement": {
- "additionalProperties": false,
- "properties": {
- "last_made_up_to": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "next_due": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "next_made_up_to": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "overdue": {
- "type": [
- "boolean",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "date_of_cessation": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "date_of_creation": {
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "jurisdiction": {
- "type": [
- "string",
- "null"
- ]
- },
- "previous_company_names": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "ceased_on": {
- "format": "date",
- "type": "string"
- },
- "effective_from": {
- "format": "date",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "effective_from",
- "ceased_on"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "registered_office_address": {
- "additionalProperties": false,
- "properties": {
- "address_line_1": {
- "type": [
- "string",
- "null"
- ]
- },
- "address_line_2": {
- "type": [
- "string",
- "null"
- ]
- },
- "care_of": {
- "type": [
- "string",
- "null"
- ]
- },
- "country": {
- "type": [
- "string",
- "null"
- ]
- },
- "locality": {
- "type": [
- "string",
- "null"
- ]
- },
- "po_box": {
- "type": [
- "string",
- "null"
- ]
- },
- "postal_code": {
- "type": [
- "string",
- "null"
- ]
- },
- "premises": {
- "type": [
- "string",
- "null"
- ]
- },
- "region": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "registered_office_is_in_dispute": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "registered_office_single_line": {
- "description": "Derived; the registered office rendered on one line by the same deterministic renderer company.uk.registered_office uses, so the two capabilities always agree. Format: the non-empty parts joined with \", \" in the order premises + address_line_1 (themselves joined by a space), address_line_2, locality, region, postal_code, country. Empty string when the register holds no address. It is a normalised rendering and is not byte-comparable with the register's own address_snippet in company.uk.search, which places country before the postcode.",
- "type": "string"
- },
- "resources": {
- "additionalProperties": false,
- "description": "Which related registers exist for this company (derived from the register's resource links). Use it to decide which further capability is worth calling. This block is also the deliberate replacement for the register's three deprecated profile booleans: has_charges (→ resources.charges, and company.uk.charges for the detail), has_insolvency_history and has_been_liquidated (→ resources.insolvency). Companies House marks all three deprecated and directs consumers to the links these flags are derived from, so Eckari does not surface them (ADR-004); their absence is a decision, not an omission.",
- "properties": {
- "charges": {
- "description": "True when the register exposes a charges resource for this company — the live replacement for the register's deprecated has_charges flag. Read the charges themselves with company.uk.charges.",
- "type": "boolean"
- },
- "filing_history": {
- "type": "boolean"
- },
- "insolvency": {
- "description": "True when the register exposes an insolvency resource for this company — the live replacement for the register's deprecated has_insolvency_history and has_been_liquidated flags. Eckari does not yet publish the insolvency detail itself (ADR-004).",
- "type": "boolean"
- },
- "officers": {
- "type": "boolean"
- },
- "persons_with_significant_control": {
- "description": "True when the register exposes any ownership resource for this company — the PSC list, the PSC statements collection or the PSC exemptions collection. company.uk.owners answers all three, and an exempt listed company such as TESCO PLC has no PSC list but does have an exemption, so a flag derived from the PSC list alone would route an agent away from the answer.",
- "type": "boolean"
- },
- "persons_with_significant_control_exemptions": {
- "description": "True when the register exposes the PSC exemptions collection — where a listed company's exemption from the PSC regime is recorded.",
- "type": "boolean"
- },
- "persons_with_significant_control_statements": {
- "description": "True when the register exposes the PSC statements collection — the company's own filed explanation of why a PSC entry is absent.",
- "type": "boolean"
- }
- },
- "required": [
- "officers",
- "persons_with_significant_control",
- "persons_with_significant_control_statements",
- "persons_with_significant_control_exemptions",
- "filing_history",
- "charges",
- "insolvency"
- ],
- "type": "object"
- },
- "sic_codes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "status": {
- "description": "Companies House company_status.",
- "type": [
- "string",
- "null"
- ]
- },
- "status_detail": {
- "type": [
- "string",
- "null"
- ]
- },
- "subtype": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": {
- "description": "Companies House company type (e.g. ltd",
- "llp).": null,
- "plc": null,
- "type": "string"
- },
- "undeliverable_registered_office_address": {
- "type": [
- "boolean",
- "null"
- ]
- }
-}