Companies House · Schema

links

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
self string Link to this disqualification resource.
View JSON Schema on GitHub

JSON Schema

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