Companies House · Schema

LinksModel

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
self string The URL of the resource being returned by the search item.
View JSON Schema on GitHub

JSON Schema

linksmodel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LinksModel",
  "properties": {
    "self": {
      "type": "string",
      "description": "The URL of the resource being returned by the search item."
    }
  }
}