Companies House · Schema

linksItems

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
filing string The URL of the transaction for the resource.
View JSON Schema on GitHub

JSON Schema

linksitems.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "linksItems",
  "required": [
    "filing"
  ],
  "properties": {
    "filing": {
      "description": "The URL of the transaction for the resource.",
      "type": "string"
    }
  }
}