{ "$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." } } }