{
    "title": "Change connection reply v1",
    "description": "Upgrades or downgrades connection",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/broadband/change_connection_reply_v1.json",
    "type": "object",
    "properties": {
        "planned": {
            "type": "boolean"
        },
        "updating": {
            "type": "object",
            "patternProperties": {
                "^[1-9][0-9]{3}[A-Z]{2}[0-9]{5}[0-9A-Z]{4}$": {
                    "type": "object",
                    "properties": {
                        "vlan": {
                            "type": "boolean"
                        },
                        "circuit_product": {
                            "type": "boolean"
                        }
                    },
                    "additionalProperties": false
                }
            }
        }
    },
    "additionalProperties": false
}