Companies House · Schema

formerNames

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
forenames string Former forenames of the officer.
surname string Former surnames of the officer.
View JSON Schema on GitHub

JSON Schema

formernames.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "formerNames",
  "properties": {
    "forenames": {
      "description": "Former forenames of the officer.",
      "type": "string"
    },
    "surname": {
      "description": "Former surnames of the officer.",
      "type": "string"
    }
  }
}