Companies House · Schema

annotation

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
annotation string The annotation text.
date string The date the annotation was added.
description string A description of the annotation. For enumeration descriptions see `description` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/filing_history_desc
View JSON Schema on GitHub

JSON Schema

annotation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "annotation",
  "required": [
    "date",
    "description"
  ],
  "properties": {
    "annotation": {
      "description": "The annotation text.",
      "type": "string"
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "The date the annotation was added."
    },
    "description": {
      "type": "string",
      "description": "A description of the annotation.\n For enumeration descriptions see `description` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/filing_history_descriptions.yml) file."
    }
  }
}