HM Land Registry · Schema

Hm Land Registry Application Error

JSON Schema for applications that cannot be processed due to an error

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-error.json Raw ↑
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "version": "1.0.0",
    "type": "object",
    "additionalProperties": false,
    "description": "JSON Schema for applications that cannot be processed due to an error",
    "required": [
        "data"
    ],
    "properties": {
        "data": {
            "type": "object",
            "properties": {
                "status": {
                    "type": "string"
                }
            }
        }
    }
}