Companies House · Schema

registerListUsualResidentialAddress

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
register_type string The register type.
items array
links object A set of URLs related to the resource.
View JSON Schema on GitHub

JSON Schema

registerlistusualresidentialaddress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "registerListUsualResidentialAddress",
  "required": [
    "register_type",
    "items"
  ],
  "properties": {
    "register_type": {
      "description": "The register type.",
      "enum": [
        "usual-residential-address"
      ],
      "type": "string"
    },
    "items": {
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/companyRegisters.json#/definitions/registeredItems"
      },
      "type": "array"
    },
    "links": {
      "description": "A set of URLs related to the resource.",
      "type": "object",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/companyRegisters.json#/definitions/linksListUsualResidentialAddress"
      }
    }
  }
}