Companies House · Schema

persons_entitled

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
name string The name of the person entitled.
View JSON Schema on GitHub

JSON Schema

persons_entitled.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "persons_entitled",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the person entitled."
    }
  }
}