Companies House · Schema

itemLinkTypes

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
self string Link to this individual company officer appointment resource.
officer object Links to other officer resources associated with this officer list item.
View JSON Schema on GitHub

JSON Schema

itemlinktypes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "itemLinkTypes",
  "required": [
    "self",
    "officer"
  ],
  "properties": {
    "self": {
      "description": "Link to this individual company officer appointment resource.",
      "type": "string"
    },
    "officer": {
      "description": "Links to other officer resources associated with this officer list item.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/companyOfficerList.json#/definitions/officerLinkTypes"
      },
      "type": "object"
    }
  }
}