Companies House · Schema

charge_links

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
self string Link to the this charge data
View JSON Schema on GitHub

JSON Schema

charge_links.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "charge_links",
  "required": [
    "self"
  ],
  "properties": {
    "self": {
      "type": "string",
      "description": "Link to the this charge data"
    }
  }
}