Companies House · Schema

filingHistoryItemLinks

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
self string Link to this filing history item.
document_metadata string Link to the document metadata associated with this filing history item. See the Document API documentation for more details.
View JSON Schema on GitHub

JSON Schema

filinghistoryitemlinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "filingHistoryItemLinks",
  "properties": {
    "self": {
      "description": "Link to this filing history item.",
      "type": "string"
    },
    "document_metadata": {
      "description": "Link to the document metadata associated with this filing history item. See the Document API documentation for more details.",
      "type": "string"
    }
  }
}