Companies House · Schema

companyRegister

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
links object A set of URLs related to the resource, including self.
company_number string The number of the company.
kind string
registers object company registers information.
etag string The ETag of the resource.
View JSON Schema on GitHub

JSON Schema

companyregister.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "companyRegister",
  "type": "object",
  "required": [
    "links",
    "company_number",
    "kind",
    "registers"
  ],
  "properties": {
    "links": {
      "type": "object",
      "description": "A set of URLs related to the resource, including self.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/companyRegisters.json#/definitions/linksType"
      }
    },
    "company_number": {
      "type": "string",
      "description": "The number of the company."
    },
    "kind": {
      "enum": [
        "registers"
      ],
      "type": "string"
    },
    "registers": {
      "description": "company registers information.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/companyRegisters.json#/definitions/registers"
      }
    },
    "etag": {
      "description": "The ETag of the resource.",
      "type": "string"
    }
  }
}