Companies House · Schema

appointmentLinkTypes

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

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

JSON Schema

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