Companies House · Schema

contactDetails

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
contact_name string The name of the contact.
View JSON Schema on GitHub

JSON Schema

contactdetails.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "contactDetails",
  "properties": {
    "contact_name": {
      "description": "The name of the contact.",
      "type": "string"
    }
  }
}