Companies House · Schema

self_links

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

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

JSON Schema

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