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