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