Companies House · Schema

last_variation

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
varied_on string The date the variation was made against the disqualification.
case_identifier string The case identifier of the variation.
court_name string The name of the court that handled the variation case.
View JSON Schema on GitHub

JSON Schema

last_variation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "last_variation",
  "properties": {
    "varied_on": {
      "description": "The date the variation was made against the disqualification.",
      "type": "string",
      "format": "date"
    },
    "case_identifier": {
      "description": "The case identifier of the variation.",
      "type": "string"
    },
    "court_name": {
      "description": "The name of the court that handled the variation case.",
      "type": "string"
    }
  }
}