Companies House · Schema

insolvency_case_links

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
case string Link to the insolvency case data
View JSON Schema on GitHub

JSON Schema

insolvency_case_links.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "insolvency_case_links",
  "properties": {
    "case": {
      "type": "string",
      "description": "Link to the insolvency case data"
    }
  }
}