{
    "title": "Get connection report reply v1",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/broadband/get_connection_report_reply_v1.json",
    "type": "object",
    "properties": {
        "attachment": {
            "type": "string"
        }
    },
    "required": [
        "attachment"
    ],
    "additionalProperties": false
}