HM Land Registry · Schema

Hm Land Registry Application Correspondence Despatched

JSON Schema for applications that are accepted have been added to the day list

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-correspondence-despatched.json Raw ↑
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "version": "1.0.0",
    "type": "object",
    "additionalProperties": false,
    "description": "JSON Schema for applications that are accepted have been added to the day list",
    "required": [
        "data"
    ],
    "properties": {
        "data": {
            "type": "object",
            "properties": {
                "hmlr_reference": {
                    "type": "string"
                },
                "application_request_id": {
                    "type": "string"
                },
                "documents": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "type": {
                                "type": "object",
                                "properties": {
                                    "code": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                }
                            },
                            "created_at": {
                                "type": "string",
                                "format": "datetime"
                            },
                            "download_id": {
                                "type": "string"
                            }
                        }
                    }
                }
            }
        }
    }
}