{
    "title": "Order connection reply v1",
    "description": "Order a connection consisting of a carrier, one or more circuits and an SLA",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/broadband/order_connection_reply_v1.json",
    "type": "object",
    "properties": {
        "errorcode": {
            "type": "integer"
        },
        "commentcode": {
            "type": "string"
        },
        "orderid": {
            "type": "string"
        },
        "transaction_uuid": {
            "type": "string"
        }
    }
}