Companies House · Schema

originatingRegistry

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
country string Country in which company was incorporated.
name string Identity of register in country of incorporation.
View JSON Schema on GitHub

JSON Schema

originatingregistry.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "originatingRegistry",
  "properties": {
    "country": {
      "description": "Country in which company was incorporated.",
      "type": "string"
    },
    "name": {
      "description": "Identity of register in country of incorporation.",
      "type": "string"
    }
  }
}