Companies House · Schema

PersonswithsignificantcontrolDateOfBirth

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
month integer The month the person with significant control was born in.
year integer The year the person with significant control was born in.
View JSON Schema on GitHub

JSON Schema

personswithsignificantcontroldateofbirth.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PersonswithsignificantcontrolDateOfBirth",
  "required": [
    "month",
    "year"
  ],
  "properties": {
    "month": {
      "description": "The month the person with significant control was born in.",
      "type": "integer"
    },
    "year": {
      "description": "The year the person with significant control was born in.",
      "type": "integer"
    }
  }
}