HM Land Registry · Schema

Hm Land Registry Application Attachment Failed

JSON Schema for attachments that were successfully added to an application.

Real EstateUnited KingdomLand RegistryOpen DataTitleConveyancingProperty RecordsPrice Paid DataLinked DataGeospatialGovernmentPropTech

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

hm-land-registry-application-attachment-failed.json Raw ↑
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "version": "1.0.0",
    "type": "object",
    "additionalProperties": false,
    "description": "JSON Schema for attachments that were successfully added to an application.",
    "required": [
        "data"
    ],
    "properties": {
        "data": {
            "type": "object",
            "additionalProperties": false,
            "required": [
                "failure_reason"
            ],
            "properties": {
                "failure_reason": {
                    "type": "string",
                    "description": "Reason why the attachment failed validation"
                }
            }
        }
    }
}