Companies House · Schema

officerLinkTypes

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
appointments string Link to the officer appointment resource that this appointment is associated with.
View JSON Schema on GitHub

JSON Schema

officerlinktypes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "officerLinkTypes",
  "required": [
    "appointments"
  ],
  "properties": {
    "appointments": {
      "description": "Link to the officer appointment resource that this appointment is associated with.",
      "type": "string"
    }
  }
}