{
    "title": "Get change summary request v1",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/broadband/get_change_summary_request_v1.json",
    "type": "object",
    "properties": {
        "uuid": {
            "type": "string"
        }
    },
    "required": [
        "uuid"
    ],
    "additionalProperties": false
}