Companies House · Schema

linkTypes

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

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

JSON Schema

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