{
    "title": "Get available subnetsizes request v1",
    "description": "Returns a list of available subnetsizes for an IPVPN.",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/broadband/list_available_subnetsizes_request_v1.json",
    "type": "object",
    "properties": {
        "ipvpn_name": {
            "type": "string"
        },
        "circuit_nid": {
            "type": "string"
        },
        "protocol": {
            "type": "string"
        }
    },
    "additionalProperties": false,
    "required": [
        "ipvpn_name"
    ]
}