{
    "swagger": "2.0",
    "info": {
        "version": "0.9.1",
        "title": "TmNS REST API",
        "description": "REST API for the TmNS Management Resources"
    },
    "schemes": [
        "http"
    ],
    "paths": {
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/roleID": {
            "get": {
                "summary": "Retrieves the roleID OID",
                "operationId": "get_roleID",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the roleID OID",
                        "schema": {
                            "$ref": "#/definitions/roleID"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the roleID OID",
                "operationId": "set_roleID",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/roleID"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the roleID OID",
                        "schema": {
                            "$ref": "#/definitions/roleID"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/networkName": {
            "get": {
                "summary": "Retrieves the networkName OID",
                "operationId": "get_networkName",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the networkName OID",
                        "schema": {
                            "$ref": "#/definitions/networkName"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the networkName OID",
                "operationId": "set_networkName",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/networkName"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the networkName OID",
                        "schema": {
                            "$ref": "#/definitions/networkName"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmaProductVersion": {
            "get": {
                "summary": "Retrieves the tmaProductVersion OID",
                "operationId": "get_tmaProductVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaProductVersion OID",
                        "schema": {
                            "$ref": "#/definitions/tmaProductVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmaDescription": {
            "get": {
                "summary": "Retrieves the tmaDescription OID",
                "operationId": "get_tmaDescription",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaDescription OID",
                        "schema": {
                            "$ref": "#/definitions/tmaDescription"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaDescription OID",
                "operationId": "set_tmaDescription",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaDescription"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaDescription OID",
                        "schema": {
                            "$ref": "#/definitions/tmaDescription"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmaTypeTable": {
            "get": {
                "summary": "Retrieves the entire tmaTypeTable Table",
                "operationId": "get_tmaTypeTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaTypeTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmaTypeEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmaTypeTable/{tmaIndex}": {
            "get": {
                "summary": "Retrieves a row of the tmaTypeTable Table",
                "operationId": "get_tmaTypeTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmaTypeTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmaTypeEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmaIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmaTypeTable Table",
                "operationId": "put_tmaTypeTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmaTypeTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmaTypeEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmaIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmaTypeEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaTypeEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmnsManagementResourcesVersion": {
            "get": {
                "summary": "Retrieves the tmnsManagementResourcesVersion OID",
                "operationId": "get_tmnsManagementResourcesVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmnsManagementResourcesVersion OID",
                        "schema": {
                            "$ref": "#/definitions/tmnsManagementResourcesVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmnsMdlSchemaVersions/activeMdlSchemaVersion": {
            "get": {
                "summary": "Retrieves the activeMdlSchemaVersion OID",
                "operationId": "get_activeMdlSchemaVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the activeMdlSchemaVersion OID",
                        "schema": {
                            "$ref": "#/definitions/activeMdlSchemaVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the activeMdlSchemaVersion OID",
                "operationId": "set_activeMdlSchemaVersion",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/activeMdlSchemaVersion"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the activeMdlSchemaVersion OID",
                        "schema": {
                            "$ref": "#/definitions/activeMdlSchemaVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmnsMdlSchemaVersions/tmnsMdlSchemaVersionsTable": {
            "get": {
                "summary": "Retrieves the entire tmnsMdlSchemaVersionsTable Table",
                "operationId": "get_tmnsMdlSchemaVersionsTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmnsMdlSchemaVersionsTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmnsMdlSchemaVersionsEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmnsMdlSchemaVersions/tmnsMdlSchemaVersionsTable/{tmnsMdlSchemaVersionIndex}": {
            "get": {
                "summary": "Retrieves a row of the tmnsMdlSchemaVersionsTable Table",
                "operationId": "get_tmnsMdlSchemaVersionsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmnsMdlSchemaVersionsTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsMdlSchemaVersionsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsMdlSchemaVersionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmnsMdlSchemaVersionsTable Table",
                "operationId": "put_tmnsMdlSchemaVersionsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmnsMdlSchemaVersionsTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsMdlSchemaVersionsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsMdlSchemaVersionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmnsMdlSchemaVersionsEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmnsMdlSchemaVersionsEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/implementsNetworkNode": {
            "get": {
                "summary": "Retrieves the implementsNetworkNode OID",
                "operationId": "get_implementsNetworkNode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the implementsNetworkNode OID",
                        "schema": {
                            "$ref": "#/definitions/implementsNetworkNode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonIdentification/tmaProductName": {
            "get": {
                "summary": "Retrieves the tmaProductName OID",
                "operationId": "get_tmaProductName",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaProductName OID",
                        "schema": {
                            "$ref": "#/definitions/tmaProductName"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonFault/activeFaultsTable": {
            "get": {
                "summary": "Retrieves the entire activeFaultsTable Table",
                "operationId": "get_activeFaultsTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the activeFaultsTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/activeFaultsEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonFault/activeFaultsTable/{faultIndex}": {
            "get": {
                "summary": "Retrieves a row of the activeFaultsTable Table",
                "operationId": "get_activeFaultsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the activeFaultsTable Table",
                        "schema": {
                            "$ref": "#/definitions/activeFaultsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "faultIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the activeFaultsTable Table",
                "operationId": "put_activeFaultsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the activeFaultsTable Table",
                        "schema": {
                            "$ref": "#/definitions/activeFaultsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "faultIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "activeFaultsEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/activeFaultsEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonFault/faultNotificationHistoryTable": {
            "get": {
                "summary": "Retrieves the entire faultNotificationHistoryTable Table",
                "operationId": "get_faultNotificationHistoryTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the faultNotificationHistoryTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/faultNotificationHistoryEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonFault/faultNotificationHistoryTable/{faultNotificationHistoryIndex}": {
            "get": {
                "summary": "Retrieves a row of the faultNotificationHistoryTable Table",
                "operationId": "get_faultNotificationHistoryTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the faultNotificationHistoryTable Table",
                        "schema": {
                            "$ref": "#/definitions/faultNotificationHistoryEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "faultNotificationHistoryIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the faultNotificationHistoryTable Table",
                "operationId": "put_faultNotificationHistoryTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the faultNotificationHistoryTable Table",
                        "schema": {
                            "$ref": "#/definitions/faultNotificationHistoryEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "faultNotificationHistoryIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "faultNotificationHistoryEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/faultNotificationHistoryEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/configurationVersion": {
            "get": {
                "summary": "Retrieves the configurationVersion OID",
                "operationId": "get_configurationVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationVersion OID",
                        "schema": {
                            "$ref": "#/definitions/configurationVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/configurationURI": {
            "get": {
                "summary": "Retrieves the configurationURI OID",
                "operationId": "get_configurationURI",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationURI OID",
                        "schema": {
                            "$ref": "#/definitions/configurationURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationURI OID",
                "operationId": "set_configurationURI",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationURI"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationURI OID",
                        "schema": {
                            "$ref": "#/definitions/configurationURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/configure": {
            "get": {
                "summary": "Retrieves the configure OID",
                "operationId": "get_configure",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configure OID",
                        "schema": {
                            "$ref": "#/definitions/configure"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configure OID",
                "operationId": "set_configure",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configure"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configure OID",
                        "schema": {
                            "$ref": "#/definitions/configure"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/configurationExportURI": {
            "get": {
                "summary": "Retrieves the configurationExportURI OID",
                "operationId": "get_configurationExportURI",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/configurationExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationExportURI OID",
                "operationId": "set_configurationExportURI",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationExportURI"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/configurationExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/exportConfiguration": {
            "get": {
                "summary": "Retrieves the exportConfiguration OID",
                "operationId": "get_exportConfiguration",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the exportConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/exportConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the exportConfiguration OID",
                "operationId": "set_exportConfiguration",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/exportConfiguration"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the exportConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/exportConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/storeCurrentConfiguration": {
            "get": {
                "summary": "Retrieves the storeCurrentConfiguration OID",
                "operationId": "get_storeCurrentConfiguration",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the storeCurrentConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/storeCurrentConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the storeCurrentConfiguration OID",
                "operationId": "set_storeCurrentConfiguration",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/storeCurrentConfiguration"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the storeCurrentConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/storeCurrentConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/recallConfiguration": {
            "get": {
                "summary": "Retrieves the recallConfiguration OID",
                "operationId": "get_recallConfiguration",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the recallConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/recallConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the recallConfiguration OID",
                "operationId": "set_recallConfiguration",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/recallConfiguration"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the recallConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/recallConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/storedConfigurationTable": {
            "get": {
                "summary": "Retrieves the entire storedConfigurationTable Table",
                "operationId": "get_storedConfigurationTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the storedConfigurationTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/storedConfigurationEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/storedConfigurationTable/{configurationIndex}": {
            "get": {
                "summary": "Retrieves a row of the storedConfigurationTable Table",
                "operationId": "get_storedConfigurationTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the storedConfigurationTable Table",
                        "schema": {
                            "$ref": "#/definitions/storedConfigurationEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "configurationIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the storedConfigurationTable Table",
                "operationId": "put_storedConfigurationTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the storedConfigurationTable Table",
                        "schema": {
                            "$ref": "#/definitions/storedConfigurationEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "configurationIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "storedConfigurationEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/storedConfigurationEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/configChangeCounter": {
            "get": {
                "summary": "Retrieves the configChangeCounter OID",
                "operationId": "get_configChangeCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configChangeCounter OID",
                        "schema": {
                            "$ref": "#/definitions/configChangeCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/clearConfigChangeCounter": {
            "get": {
                "summary": "Retrieves the clearConfigChangeCounter OID",
                "operationId": "get_clearConfigChangeCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the clearConfigChangeCounter OID",
                        "schema": {
                            "$ref": "#/definitions/clearConfigChangeCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the clearConfigChangeCounter OID",
                "operationId": "set_clearConfigChangeCounter",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/clearConfigChangeCounter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the clearConfigChangeCounter OID",
                        "schema": {
                            "$ref": "#/definitions/clearConfigChangeCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/lastConfigAttemptResult": {
            "get": {
                "summary": "Retrieves the lastConfigAttemptResult OID",
                "operationId": "get_lastConfigAttemptResult",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastConfigAttemptResult OID",
                        "schema": {
                            "$ref": "#/definitions/lastConfigAttemptResult"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonConfiguration/lastConfigAttemptTime": {
            "get": {
                "summary": "Retrieves the lastConfigAttemptTime OID",
                "operationId": "get_lastConfigAttemptTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastConfigAttemptTime OID",
                        "schema": {
                            "$ref": "#/definitions/lastConfigAttemptTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/tmaInitiateBuiltInTest": {
            "get": {
                "summary": "Retrieves the tmaInitiateBuiltInTest OID",
                "operationId": "get_tmaInitiateBuiltInTest",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaInitiateBuiltInTest OID",
                        "schema": {
                            "$ref": "#/definitions/tmaInitiateBuiltInTest"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaInitiateBuiltInTest OID",
                "operationId": "set_tmaInitiateBuiltInTest",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaInitiateBuiltInTest"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaInitiateBuiltInTest OID",
                        "schema": {
                            "$ref": "#/definitions/tmaInitiateBuiltInTest"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/tmaReset": {
            "get": {
                "summary": "Retrieves the tmaReset OID",
                "operationId": "get_tmaReset",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaReset OID",
                        "schema": {
                            "$ref": "#/definitions/tmaReset"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaReset OID",
                "operationId": "set_tmaReset",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaReset"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaReset OID",
                        "schema": {
                            "$ref": "#/definitions/tmaReset"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/logFileExportURI": {
            "get": {
                "summary": "Retrieves the logFileExportURI OID",
                "operationId": "get_logFileExportURI",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the logFileExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/logFileExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the logFileExportURI OID",
                "operationId": "set_logFileExportURI",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/logFileExportURI"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the logFileExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/logFileExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/exportLogFile": {
            "get": {
                "summary": "Retrieves the exportLogFile OID",
                "operationId": "get_exportLogFile",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the exportLogFile OID",
                        "schema": {
                            "$ref": "#/definitions/exportLogFile"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the exportLogFile OID",
                "operationId": "set_exportLogFile",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/exportLogFile"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the exportLogFile OID",
                        "schema": {
                            "$ref": "#/definitions/exportLogFile"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/tmaManagementOwner": {
            "get": {
                "summary": "Retrieves the tmaManagementOwner OID",
                "operationId": "get_tmaManagementOwner",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaManagementOwner OID",
                        "schema": {
                            "$ref": "#/definitions/tmaManagementOwner"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaManagementOwner OID",
                "operationId": "set_tmaManagementOwner",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaManagementOwner"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaManagementOwner OID",
                        "schema": {
                            "$ref": "#/definitions/tmaManagementOwner"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/tmaManagementLock": {
            "get": {
                "summary": "Retrieves the tmaManagementLock OID",
                "operationId": "get_tmaManagementLock",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaManagementLock OID",
                        "schema": {
                            "$ref": "#/definitions/tmaManagementLock"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaManagementLock OID",
                "operationId": "set_tmaManagementLock",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaManagementLock"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaManagementLock OID",
                        "schema": {
                            "$ref": "#/definitions/tmaManagementLock"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonControl/tmaManagementStartTime": {
            "get": {
                "summary": "Retrieves the tmaManagementStartTime OID",
                "operationId": "get_tmaManagementStartTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaManagementStartTime OID",
                        "schema": {
                            "$ref": "#/definitions/tmaManagementStartTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaStateNumber": {
            "get": {
                "summary": "Retrieves the tmaStateNumber OID",
                "operationId": "get_tmaStateNumber",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaStateNumber OID",
                        "schema": {
                            "$ref": "#/definitions/tmaStateNumber"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaStateString": {
            "get": {
                "summary": "Retrieves the tmaStateString OID",
                "operationId": "get_tmaStateString",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaStateString OID",
                        "schema": {
                            "$ref": "#/definitions/tmaStateString"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaTime": {
            "get": {
                "summary": "Retrieves the tmaTime OID",
                "operationId": "get_tmaTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaTime OID",
                        "schema": {
                            "$ref": "#/definitions/tmaTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaIeee1588ClockState": {
            "get": {
                "summary": "Retrieves the tmaIeee1588ClockState OID",
                "operationId": "get_tmaIeee1588ClockState",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaIeee1588ClockState OID",
                        "schema": {
                            "$ref": "#/definitions/tmaIeee1588ClockState"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaInitiatedBitPercentComplete": {
            "get": {
                "summary": "Retrieves the tmaInitiatedBitPercentComplete OID",
                "operationId": "get_tmaInitiatedBitPercentComplete",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaInitiatedBitPercentComplete OID",
                        "schema": {
                            "$ref": "#/definitions/tmaInitiatedBitPercentComplete"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaInitiatedBitLastResult": {
            "get": {
                "summary": "Retrieves the tmaInitiatedBitLastResult OID",
                "operationId": "get_tmaInitiatedBitLastResult",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaInitiatedBitLastResult OID",
                        "schema": {
                            "$ref": "#/definitions/tmaInitiatedBitLastResult"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaPeriodicBitLastResult": {
            "get": {
                "summary": "Retrieves the tmaPeriodicBitLastResult OID",
                "operationId": "get_tmaPeriodicBitLastResult",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaPeriodicBitLastResult OID",
                        "schema": {
                            "$ref": "#/definitions/tmaPeriodicBitLastResult"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaLoggingLevel": {
            "get": {
                "summary": "Retrieves the tmaLoggingLevel OID",
                "operationId": "get_tmaLoggingLevel",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaLoggingLevel OID",
                        "schema": {
                            "$ref": "#/definitions/tmaLoggingLevel"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tmaLoggingLevel OID",
                "operationId": "set_tmaLoggingLevel",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaLoggingLevel"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tmaLoggingLevel OID",
                        "schema": {
                            "$ref": "#/definitions/tmaLoggingLevel"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/tmaClockFreeRunTime": {
            "get": {
                "summary": "Retrieves the tmaClockFreeRunTime OID",
                "operationId": "get_tmaClockFreeRunTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaClockFreeRunTime OID",
                        "schema": {
                            "$ref": "#/definitions/tmaClockFreeRunTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonStatus/ptpMasterExternalTimeLockState": {
            "get": {
                "summary": "Retrieves the ptpMasterExternalTimeLockState OID",
                "operationId": "get_ptpMasterExternalTimeLockState",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ptpMasterExternalTimeLockState OID",
                        "schema": {
                            "$ref": "#/definitions/ptpMasterExternalTimeLockState"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonSecurity/securityKeyTable": {
            "get": {
                "summary": "Retrieves the entire securityKeyTable Table",
                "operationId": "get_securityKeyTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the securityKeyTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/securityKeyEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaCommon/tmnsTmaCommonSecurity/securityKeyTable/{keyIndex}": {
            "get": {
                "summary": "Retrieves a row of the securityKeyTable Table",
                "operationId": "get_securityKeyTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the securityKeyTable Table",
                        "schema": {
                            "$ref": "#/definitions/securityKeyEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "keyIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the securityKeyTable Table",
                "operationId": "put_securityKeyTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the securityKeyTable Table",
                        "schema": {
                            "$ref": "#/definitions/securityKeyEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "keyIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "securityKeyEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/securityKeyEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/mcRouting": {
            "get": {
                "summary": "Retrieves the mcRouting OID",
                "operationId": "get_mcRouting",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the mcRouting OID",
                        "schema": {
                            "$ref": "#/definitions/mcRouting"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/igmpQuerier": {
            "get": {
                "summary": "Retrieves the igmpQuerier OID",
                "operationId": "get_igmpQuerier",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the igmpQuerier OID",
                        "schema": {
                            "$ref": "#/definitions/igmpQuerier"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/igmpIsQuerier": {
            "get": {
                "summary": "Retrieves the igmpIsQuerier OID",
                "operationId": "get_igmpIsQuerier",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the igmpIsQuerier OID",
                        "schema": {
                            "$ref": "#/definitions/igmpIsQuerier"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/igmpQueryInterval": {
            "get": {
                "summary": "Retrieves the igmpQueryInterval OID",
                "operationId": "get_igmpQueryInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the igmpQueryInterval OID",
                        "schema": {
                            "$ref": "#/definitions/igmpQueryInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/mcastStatusTable": {
            "get": {
                "summary": "Retrieves the entire mcastStatusTable Table",
                "operationId": "get_mcastStatusTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the mcastStatusTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/mcastStatusEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/mcastStatusTable/{mcastStatusMacAddress}": {
            "get": {
                "summary": "Retrieves a row of the mcastStatusTable Table",
                "operationId": "get_mcastStatusTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the mcastStatusTable Table",
                        "schema": {
                            "$ref": "#/definitions/mcastStatusEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "mcastStatusMacAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the mcastStatusTable Table",
                "operationId": "put_mcastStatusTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the mcastStatusTable Table",
                        "schema": {
                            "$ref": "#/definitions/mcastStatusEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "mcastStatusMacAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "mcastStatusEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/mcastStatusEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/igmpMcRouterPorts": {
            "get": {
                "summary": "Retrieves the igmpMcRouterPorts OID",
                "operationId": "get_igmpMcRouterPorts",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the igmpMcRouterPorts OID",
                        "schema": {
                            "$ref": "#/definitions/igmpMcRouterPorts"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/nfdPortDescrTable": {
            "get": {
                "summary": "Retrieves the entire nfdPortDescrTable Table",
                "operationId": "get_nfdPortDescrTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the nfdPortDescrTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/nfdPortDescrEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkFabricDevice/nfdPortDescrTable/{nfdPortDescrIndex}": {
            "get": {
                "summary": "Retrieves a row of the nfdPortDescrTable Table",
                "operationId": "get_nfdPortDescrTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the nfdPortDescrTable Table",
                        "schema": {
                            "$ref": "#/definitions/nfdPortDescrEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "nfdPortDescrIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the nfdPortDescrTable Table",
                "operationId": "put_nfdPortDescrTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the nfdPortDescrTable Table",
                        "schema": {
                            "$ref": "#/definitions/nfdPortDescrEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "nfdPortDescrIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "nfdPortDescrEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/nfdPortDescrEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/pointingCommand": {
            "get": {
                "summary": "Retrieves the pointingCommand OID",
                "operationId": "get_pointingCommand",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pointingCommand OID",
                        "schema": {
                            "$ref": "#/definitions/pointingCommand"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the pointingCommand OID",
                "operationId": "set_pointingCommand",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/pointingCommand"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the pointingCommand OID",
                        "schema": {
                            "$ref": "#/definitions/pointingCommand"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/currentElevation": {
            "get": {
                "summary": "Retrieves the currentElevation OID",
                "operationId": "get_currentElevation",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the currentElevation OID",
                        "schema": {
                            "$ref": "#/definitions/currentElevation"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/currentAzimuth": {
            "get": {
                "summary": "Retrieves the currentAzimuth OID",
                "operationId": "get_currentAzimuth",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the currentAzimuth OID",
                        "schema": {
                            "$ref": "#/definitions/currentAzimuth"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/pointingError": {
            "get": {
                "summary": "Retrieves the pointingError OID",
                "operationId": "get_pointingError",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pointingError OID",
                        "schema": {
                            "$ref": "#/definitions/pointingError"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/servoEnergized": {
            "get": {
                "summary": "Retrieves the servoEnergized OID",
                "operationId": "get_servoEnergized",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the servoEnergized OID",
                        "schema": {
                            "$ref": "#/definitions/servoEnergized"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/feedEnabled": {
            "get": {
                "summary": "Retrieves the feedEnabled OID",
                "operationId": "get_feedEnabled",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the feedEnabled OID",
                        "schema": {
                            "$ref": "#/definitions/feedEnabled"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/receiverSignalLevel": {
            "get": {
                "summary": "Retrieves the receiverSignalLevel OID",
                "operationId": "get_receiverSignalLevel",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the receiverSignalLevel OID",
                        "schema": {
                            "$ref": "#/definitions/receiverSignalLevel"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/autotrackingEnabled": {
            "get": {
                "summary": "Retrieves the autotrackingEnabled OID",
                "operationId": "get_autotrackingEnabled",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the autotrackingEnabled OID",
                        "schema": {
                            "$ref": "#/definitions/autotrackingEnabled"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/trackingMode": {
            "get": {
                "summary": "Retrieves the trackingMode OID",
                "operationId": "get_trackingMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the trackingMode OID",
                        "schema": {
                            "$ref": "#/definitions/trackingMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/acuNotifications/pointingErrorNotificationBranch/pointingErrorNotifEnable": {
            "get": {
                "summary": "Retrieves the pointingErrorNotifEnable OID",
                "operationId": "get_pointingErrorNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pointingErrorNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the pointingErrorNotifEnable OID",
                "operationId": "set_pointingErrorNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the pointingErrorNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/acuNotifications/pointingErrorNotificationBranch/pointingErrorNotifInterval": {
            "get": {
                "summary": "Retrieves the pointingErrorNotifInterval OID",
                "operationId": "get_pointingErrorNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pointingErrorNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the pointingErrorNotifInterval OID",
                "operationId": "set_pointingErrorNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the pointingErrorNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsACU/acuNotifications/pointingErrorNotificationBranch/pointingErrorNotifRepeat": {
            "get": {
                "summary": "Retrieves the pointingErrorNotifRepeat OID",
                "operationId": "get_pointingErrorNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pointingErrorNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the pointingErrorNotifRepeat OID",
                "operationId": "set_pointingErrorNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the pointingErrorNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/pointingErrorNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsDAU/operMode": {
            "get": {
                "summary": "Retrieves the operMode OID",
                "operationId": "get_operMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the operMode OID",
                        "schema": {
                            "$ref": "#/definitions/operMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the operMode OID",
                "operationId": "set_operMode",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/operMode"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the operMode OID",
                        "schema": {
                            "$ref": "#/definitions/operMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsDAU/sampleTable": {
            "get": {
                "summary": "Retrieves the entire sampleTable Table",
                "operationId": "get_sampleTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sampleTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/sampleEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the sampleTable Table",
                "operationId": "create_sampleTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the sampleTable Table",
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sampleEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsDAU/sampleTable/{sampleIndex}": {
            "get": {
                "summary": "Retrieves a row of the sampleTable Table",
                "operationId": "get_sampleTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the sampleTable Table",
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sampleIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the sampleTable Table",
                "operationId": "put_sampleTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the sampleTable Table",
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sampleIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "sampleEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the sampleTable Table",
                "operationId": "delete_sampleTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the sampleTable Table",
                        "schema": {
                            "$ref": "#/definitions/sampleEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sampleIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/mediaIndexTable": {
            "get": {
                "summary": "Retrieves the entire mediaIndexTable Table",
                "operationId": "get_mediaIndexTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the mediaIndexTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/mediaIndexEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/mediaIndexTable/{sessionIndex}": {
            "get": {
                "summary": "Retrieves a row of the mediaIndexTable Table",
                "operationId": "get_mediaIndexTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the mediaIndexTable Table",
                        "schema": {
                            "$ref": "#/definitions/mediaIndexEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the mediaIndexTable Table",
                "operationId": "put_mediaIndexTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the mediaIndexTable Table",
                        "schema": {
                            "$ref": "#/definitions/mediaIndexEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "mediaIndexEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/mediaIndexEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/recMediaTable": {
            "get": {
                "summary": "Retrieves the entire recMediaTable Table",
                "operationId": "get_recMediaTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the recMediaTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/recMediaEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/recMediaTable/{recMediaIndex}": {
            "get": {
                "summary": "Retrieves a row of the recMediaTable Table",
                "operationId": "get_recMediaTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the recMediaTable Table",
                        "schema": {
                            "$ref": "#/definitions/recMediaEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "recMediaIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the recMediaTable Table",
                "operationId": "put_recMediaTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the recMediaTable Table",
                        "schema": {
                            "$ref": "#/definitions/recMediaEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "recMediaIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "recMediaEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/recMediaEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/recCommand": {
            "get": {
                "summary": "Retrieves the recCommand OID",
                "operationId": "get_recCommand",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the recCommand OID",
                        "schema": {
                            "$ref": "#/definitions/recCommand"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the recCommand OID",
                "operationId": "set_recCommand",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/recCommand"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the recCommand OID",
                        "schema": {
                            "$ref": "#/definitions/recCommand"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/controlMethod": {
            "get": {
                "summary": "Retrieves the controlMethod OID",
                "operationId": "get_controlMethod",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the controlMethod OID",
                        "schema": {
                            "$ref": "#/definitions/controlMethod"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the controlMethod OID",
                "operationId": "set_controlMethod",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/controlMethod"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the controlMethod OID",
                        "schema": {
                            "$ref": "#/definitions/controlMethod"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/erase": {
            "get": {
                "summary": "Retrieves the erase OID",
                "operationId": "get_erase",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the erase OID",
                        "schema": {
                            "$ref": "#/definitions/erase"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the erase OID",
                "operationId": "set_erase",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/erase"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the erase OID",
                        "schema": {
                            "$ref": "#/definitions/erase"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/secureErase": {
            "get": {
                "summary": "Retrieves the secureErase OID",
                "operationId": "get_secureErase",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the secureErase OID",
                        "schema": {
                            "$ref": "#/definitions/secureErase"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the secureErase OID",
                "operationId": "set_secureErase",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/secureErase"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the secureErase OID",
                        "schema": {
                            "$ref": "#/definitions/secureErase"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRecorder/recMode": {
            "get": {
                "summary": "Retrieves the recMode OID",
                "operationId": "get_recMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the recMode OID",
                        "schema": {
                            "$ref": "#/definitions/recMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsMasterClock/ieee1588MasterCapability": {
            "get": {
                "summary": "Retrieves the ieee1588MasterCapability OID",
                "operationId": "get_ieee1588MasterCapability",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MasterCapability OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MasterCapability"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MasterCapability OID",
                "operationId": "set_ieee1588MasterCapability",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MasterCapability"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MasterCapability OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MasterCapability"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsMasterClock/timeSourceType": {
            "get": {
                "summary": "Retrieves the timeSourceType OID",
                "operationId": "get_timeSourceType",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the timeSourceType OID",
                        "schema": {
                            "$ref": "#/definitions/timeSourceType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the timeSourceType OID",
                "operationId": "set_timeSourceType",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/timeSourceType"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the timeSourceType OID",
                        "schema": {
                            "$ref": "#/definitions/timeSourceType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsMasterClock/setInternalTime": {
            "get": {
                "summary": "Retrieves the setInternalTime OID",
                "operationId": "get_setInternalTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the setInternalTime OID",
                        "schema": {
                            "$ref": "#/definitions/setInternalTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the setInternalTime OID",
                "operationId": "set_setInternalTime",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/setInternalTime"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the setInternalTime OID",
                        "schema": {
                            "$ref": "#/definitions/setInternalTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsMasterClock/extTimeLockStatus": {
            "get": {
                "summary": "Retrieves the extTimeLockStatus OID",
                "operationId": "get_extTimeLockStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the extTimeLockStatus OID",
                        "schema": {
                            "$ref": "#/definitions/extTimeLockStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsMasterClock/clockAccuracy": {
            "get": {
                "summary": "Retrieves the clockAccuracy OID",
                "operationId": "get_clockAccuracy",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the clockAccuracy OID",
                        "schema": {
                            "$ref": "#/definitions/clockAccuracy"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxRCCVersion": {
            "get": {
                "summary": "Retrieves the sstTxRCCVersion OID",
                "operationId": "get_sstTxRCCVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxRCCVersion OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRCCVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxFrequency": {
            "get": {
                "summary": "Retrieves the sstTxFrequency OID",
                "operationId": "get_sstTxFrequency",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxFrequency OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFrequency"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxFrequency OID",
                "operationId": "set_sstTxFrequency",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxFrequency"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxFrequency OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFrequency"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxModulation": {
            "get": {
                "summary": "Retrieves the sstTxModulation OID",
                "operationId": "get_sstTxModulation",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxModulation OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxModulation"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxModulation OID",
                "operationId": "set_sstTxModulation",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxModulation"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxModulation OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxModulation"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxDiffEncoding": {
            "get": {
                "summary": "Retrieves the sstTxDiffEncoding OID",
                "operationId": "get_sstTxDiffEncoding",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxDiffEncoding OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDiffEncoding"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxDiffEncoding OID",
                "operationId": "set_sstTxDiffEncoding",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxDiffEncoding"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxDiffEncoding OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDiffEncoding"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxRandomize": {
            "get": {
                "summary": "Retrieves the sstTxRandomize OID",
                "operationId": "get_sstTxRandomize",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxRandomize OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRandomize"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxRandomize OID",
                "operationId": "set_sstTxRandomize",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxRandomize"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxRandomize OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRandomize"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxRFEnable": {
            "get": {
                "summary": "Retrieves the sstTxRFEnable OID",
                "operationId": "get_sstTxRFEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxRFEnable OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRFEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxRFEnable OID",
                "operationId": "set_sstTxRFEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxRFEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxRFEnable OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRFEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxQueryAll": {
            "get": {
                "summary": "Retrieves the sstTxQueryAll OID",
                "operationId": "get_sstTxQueryAll",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxQueryAll OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxQueryAll"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxDataPolarity": {
            "get": {
                "summary": "Retrieves the sstTxDataPolarity OID",
                "operationId": "get_sstTxDataPolarity",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxDataPolarity OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDataPolarity"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxDataPolarity OID",
                "operationId": "set_sstTxDataPolarity",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxDataPolarity"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxDataPolarity OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDataPolarity"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxDataSource": {
            "get": {
                "summary": "Retrieves the sstTxDataSource OID",
                "operationId": "get_sstTxDataSource",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxDataSource OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDataSource"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxDataSource OID",
                "operationId": "set_sstTxDataSource",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxDataSource"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxDataSource OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDataSource"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxInternalDataPattern": {
            "get": {
                "summary": "Retrieves the sstTxInternalDataPattern OID",
                "operationId": "get_sstTxInternalDataPattern",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxInternalDataPattern OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalDataPattern"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxInternalDataPattern OID",
                "operationId": "set_sstTxInternalDataPattern",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalDataPattern"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxInternalDataPattern OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalDataPattern"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxClockSource": {
            "get": {
                "summary": "Retrieves the sstTxClockSource OID",
                "operationId": "get_sstTxClockSource",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxClockSource OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxClockSource"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxClockSource OID",
                "operationId": "set_sstTxClockSource",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxClockSource"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxClockSource OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxClockSource"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxInternalClockRate": {
            "get": {
                "summary": "Retrieves the sstTxInternalClockRate OID",
                "operationId": "get_sstTxInternalClockRate",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxInternalClockRate OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalClockRate"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxInternalClockRate OID",
                "operationId": "set_sstTxInternalClockRate",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalClockRate"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxInternalClockRate OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxInternalClockRate"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxFEC": {
            "get": {
                "summary": "Retrieves the sstTxFEC OID",
                "operationId": "get_sstTxFEC",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxFEC OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFEC"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxFEC OID",
                "operationId": "set_sstTxFEC",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxFEC"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxFEC OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFEC"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxFECType": {
            "get": {
                "summary": "Retrieves the sstTxFECType OID",
                "operationId": "get_sstTxFECType",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxFECType OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFECType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxFECType OID",
                "operationId": "set_sstTxFECType",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxFECType"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxFECType OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxFECType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxRFPower": {
            "get": {
                "summary": "Retrieves the sstTxRFPower OID",
                "operationId": "get_sstTxRFPower",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxRFPower OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRFPower"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxRFPower OID",
                "operationId": "set_sstTxRFPower",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxRFPower"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxRFPower OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxRFPower"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxTemp": {
            "get": {
                "summary": "Retrieves the sstTxTemp OID",
                "operationId": "get_sstTxTemp",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxTemp OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxTemp"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxDeviation": {
            "get": {
                "summary": "Retrieves the sstTxDeviation OID",
                "operationId": "get_sstTxDeviation",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxDeviation OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDeviation"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxDeviation OID",
                "operationId": "set_sstTxDeviation",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxDeviation"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxDeviation OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxDeviation"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTTx/sstTxExtendedCommands/sstTxPowerMode": {
            "get": {
                "summary": "Retrieves the sstTxPowerMode OID",
                "operationId": "get_sstTxPowerMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstTxPowerMode OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxPowerMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the sstTxPowerMode OID",
                "operationId": "set_sstTxPowerMode",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/sstTxPowerMode"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the sstTxPowerMode OID",
                        "schema": {
                            "$ref": "#/definitions/sstTxPowerMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTRx/receiverChannelTable": {
            "get": {
                "summary": "Retrieves the entire receiverChannelTable Table",
                "operationId": "get_receiverChannelTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the receiverChannelTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/receiverChannelEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTRx/receiverChannelTable/{channelIndex}": {
            "get": {
                "summary": "Retrieves a row of the receiverChannelTable Table",
                "operationId": "get_receiverChannelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the receiverChannelTable Table",
                        "schema": {
                            "$ref": "#/definitions/receiverChannelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channelIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the receiverChannelTable Table",
                "operationId": "put_receiverChannelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the receiverChannelTable Table",
                        "schema": {
                            "$ref": "#/definitions/receiverChannelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channelIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "receiverChannelEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/receiverChannelEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsSSTRx/sstRxTemp": {
            "get": {
                "summary": "Retrieves the sstRxTemp OID",
                "operationId": "get_sstRxTemp",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the sstRxTemp OID",
                        "schema": {
                            "$ref": "#/definitions/sstRxTemp"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsAdapter/adapterDeviceTable": {
            "get": {
                "summary": "Retrieves the entire adapterDeviceTable Table",
                "operationId": "get_adapterDeviceTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the adapterDeviceTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/adapterDeviceEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsAdapter/adapterDeviceTable/{adapterDeviceIndex}": {
            "get": {
                "summary": "Retrieves a row of the adapterDeviceTable Table",
                "operationId": "get_adapterDeviceTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the adapterDeviceTable Table",
                        "schema": {
                            "$ref": "#/definitions/adapterDeviceEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "adapterDeviceIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the adapterDeviceTable Table",
                "operationId": "put_adapterDeviceTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the adapterDeviceTable Table",
                        "schema": {
                            "$ref": "#/definitions/adapterDeviceEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "adapterDeviceIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "adapterDeviceEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/adapterDeviceEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsAdapter/adapterRegisterDevice": {
            "get": {
                "summary": "Retrieves the adapterRegisterDevice OID",
                "operationId": "get_adapterRegisterDevice",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the adapterRegisterDevice OID",
                        "schema": {
                            "$ref": "#/definitions/adapterRegisterDevice"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the adapterRegisterDevice OID",
                "operationId": "set_adapterRegisterDevice",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/adapterRegisterDevice"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the adapterRegisterDevice OID",
                        "schema": {
                            "$ref": "#/definitions/adapterRegisterDevice"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsAdapter/adapterDeregisterDevice": {
            "get": {
                "summary": "Retrieves the adapterDeregisterDevice OID",
                "operationId": "get_adapterDeregisterDevice",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the adapterDeregisterDevice OID",
                        "schema": {
                            "$ref": "#/definitions/adapterDeregisterDevice"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the adapterDeregisterDevice OID",
                "operationId": "set_adapterDeregisterDevice",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/adapterDeregisterDevice"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the adapterDeregisterDevice OID",
                        "schema": {
                            "$ref": "#/definitions/adapterDeregisterDevice"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSource/activeRCDataSourceSessions": {
            "get": {
                "summary": "Retrieves the activeRCDataSourceSessions OID",
                "operationId": "get_activeRCDataSourceSessions",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the activeRCDataSourceSessions OID",
                        "schema": {
                            "$ref": "#/definitions/activeRCDataSourceSessions"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSource/rcDataSourceSessionTable": {
            "get": {
                "summary": "Retrieves the entire rcDataSourceSessionTable Table",
                "operationId": "get_rcDataSourceSessionTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rcDataSourceSessionTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/rcDataSourceSessionEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSource/rcDataSourceSessionTable/{rcDataSourceSessionIndex}": {
            "get": {
                "summary": "Retrieves a row of the rcDataSourceSessionTable Table",
                "operationId": "get_rcDataSourceSessionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the rcDataSourceSessionTable Table",
                        "schema": {
                            "$ref": "#/definitions/rcDataSourceSessionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rcDataSourceSessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the rcDataSourceSessionTable Table",
                "operationId": "put_rcDataSourceSessionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the rcDataSourceSessionTable Table",
                        "schema": {
                            "$ref": "#/definitions/rcDataSourceSessionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rcDataSourceSessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "rcDataSourceSessionEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rcDataSourceSessionEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/txEnable": {
            "get": {
                "summary": "Retrieves the txEnable OID",
                "operationId": "get_txEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txEnable OID",
                        "schema": {
                            "$ref": "#/definitions/txEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txEnable OID",
                "operationId": "set_txEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txEnable OID",
                        "schema": {
                            "$ref": "#/definitions/txEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/txMode": {
            "get": {
                "summary": "Retrieves the txMode OID",
                "operationId": "get_txMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txMode OID",
                        "schema": {
                            "$ref": "#/definitions/txMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txMode OID",
                "operationId": "set_txMode",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txMode"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txMode OID",
                        "schema": {
                            "$ref": "#/definitions/txMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/bytesSentTable": {
            "get": {
                "summary": "Retrieves the entire bytesSentTable Table",
                "operationId": "get_bytesSentTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the bytesSentTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/bytesSentEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/bytesSentTable/{bytesSentDestAddress}": {
            "get": {
                "summary": "Retrieves a row of the bytesSentTable Table",
                "operationId": "get_bytesSentTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the bytesSentTable Table",
                        "schema": {
                            "$ref": "#/definitions/bytesSentEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bytesSentDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the bytesSentTable Table",
                "operationId": "put_bytesSentTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the bytesSentTable Table",
                        "schema": {
                            "$ref": "#/definitions/bytesSentEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bytesSentDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "bytesSentEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/bytesSentEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/tmnsDataMessagesSentTable": {
            "get": {
                "summary": "Retrieves the entire tmnsDataMessagesSentTable Table",
                "operationId": "get_tmnsDataMessagesSentTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmnsDataMessagesSentTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmnsDataMessagesSentEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSource/tmnsDataMessagesSentTable/{tmnsDataMessagesSentDestAddress}": {
            "get": {
                "summary": "Retrieves a row of the tmnsDataMessagesSentTable Table",
                "operationId": "get_tmnsDataMessagesSentTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmnsDataMessagesSentTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesSentEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesSentDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmnsDataMessagesSentTable Table",
                "operationId": "put_tmnsDataMessagesSentTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmnsDataMessagesSentTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesSentEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesSentDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmnsDataMessagesSentEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesSentEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/bytesReceivedTable": {
            "get": {
                "summary": "Retrieves the entire bytesReceivedTable Table",
                "operationId": "get_bytesReceivedTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the bytesReceivedTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/bytesReceivedEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/bytesReceivedTable/{bytesReceivedDestAddress}": {
            "get": {
                "summary": "Retrieves a row of the bytesReceivedTable Table",
                "operationId": "get_bytesReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the bytesReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/bytesReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bytesReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the bytesReceivedTable Table",
                "operationId": "put_bytesReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the bytesReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/bytesReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bytesReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "bytesReceivedEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/bytesReceivedEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/tmnsDataMessagesReceivedTable": {
            "get": {
                "summary": "Retrieves the entire tmnsDataMessagesReceivedTable Table",
                "operationId": "get_tmnsDataMessagesReceivedTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmnsDataMessagesReceivedTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmnsDataMessagesReceivedEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/tmnsDataMessagesReceivedTable/{tmnsDataMessagesReceivedDestAddress}": {
            "get": {
                "summary": "Retrieves a row of the tmnsDataMessagesReceivedTable Table",
                "operationId": "get_tmnsDataMessagesReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmnsDataMessagesReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmnsDataMessagesReceivedTable Table",
                "operationId": "put_tmnsDataMessagesReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmnsDataMessagesReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmnsDataMessagesReceivedEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesReceivedEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/tmnsDataMessagesNotReceivedTable": {
            "get": {
                "summary": "Retrieves the entire tmnsDataMessagesNotReceivedTable Table",
                "operationId": "get_tmnsDataMessagesNotReceivedTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmnsDataMessagesNotReceivedTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmnsDataMessagesNotReceivedEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLTCDataSink/tmnsDataMessagesNotReceivedTable/{tmnsDataMessagesNotReceivedDestAddress}": {
            "get": {
                "summary": "Retrieves a row of the tmnsDataMessagesNotReceivedTable Table",
                "operationId": "get_tmnsDataMessagesNotReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmnsDataMessagesNotReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesNotReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesNotReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmnsDataMessagesNotReceivedTable Table",
                "operationId": "put_tmnsDataMessagesNotReceivedTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmnsDataMessagesNotReceivedTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesNotReceivedEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmnsDataMessagesNotReceivedDestAddress",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmnsDataMessagesNotReceivedEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmnsDataMessagesNotReceivedEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementTable": {
            "get": {
                "summary": "Retrieves the entire managedElementTable Table",
                "operationId": "get_managedElementTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the managedElementTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/managedElementEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the managedElementTable Table",
                "operationId": "create_managedElementTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the managedElementTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementTable/{managedElementIndex}": {
            "get": {
                "summary": "Retrieves a row of the managedElementTable Table",
                "operationId": "get_managedElementTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the managedElementTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the managedElementTable Table",
                "operationId": "put_managedElementTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the managedElementTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "managedElementEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the managedElementTable Table",
                "operationId": "delete_managedElementTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the managedElementTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/consolidatedSetVar": {
            "get": {
                "summary": "Retrieves the consolidatedSetVar OID",
                "operationId": "get_consolidatedSetVar",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the consolidatedSetVar OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVar"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the consolidatedSetVar OID",
                "operationId": "set_consolidatedSetVar",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVar"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the consolidatedSetVar OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVar"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/consolidatedSetVal": {
            "get": {
                "summary": "Retrieves the consolidatedSetVal OID",
                "operationId": "get_consolidatedSetVal",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the consolidatedSetVal OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVal"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the consolidatedSetVal OID",
                "operationId": "set_consolidatedSetVal",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVal"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the consolidatedSetVal OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetVal"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/consolidatedSetFlag": {
            "get": {
                "summary": "Retrieves the consolidatedSetFlag OID",
                "operationId": "get_consolidatedSetFlag",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the consolidatedSetFlag OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetFlag"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the consolidatedSetFlag OID",
                "operationId": "set_consolidatedSetFlag",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetFlag"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the consolidatedSetFlag OID",
                        "schema": {
                            "$ref": "#/definitions/consolidatedSetFlag"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementFaultTable": {
            "get": {
                "summary": "Retrieves the entire managedElementFaultTable Table",
                "operationId": "get_managedElementFaultTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the managedElementFaultTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/managedElementFaultEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementFaultTable/{managedElementFaultIndex}": {
            "get": {
                "summary": "Retrieves a row of the managedElementFaultTable Table",
                "operationId": "get_managedElementFaultTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the managedElementFaultTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementFaultEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementFaultIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the managedElementFaultTable Table",
                "operationId": "put_managedElementFaultTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the managedElementFaultTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementFaultEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementFaultIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "managedElementFaultEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/managedElementFaultEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementNotificationTable": {
            "get": {
                "summary": "Retrieves the entire managedElementNotificationTable Table",
                "operationId": "get_managedElementNotificationTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the managedElementNotificationTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/managedElementNotificationEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/managedElementNotificationTable/{managedElementNotificationIndex}": {
            "get": {
                "summary": "Retrieves a row of the managedElementNotificationTable Table",
                "operationId": "get_managedElementNotificationTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the managedElementNotificationTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementNotificationEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementNotificationIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the managedElementNotificationTable Table",
                "operationId": "put_managedElementNotificationTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the managedElementNotificationTable Table",
                        "schema": {
                            "$ref": "#/definitions/managedElementNotificationEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "managedElementNotificationIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "managedElementNotificationEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/managedElementNotificationEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/applyToManager": {
            "get": {
                "summary": "Retrieves the applyToManager OID",
                "operationId": "get_applyToManager",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the applyToManager OID",
                        "schema": {
                            "$ref": "#/definitions/applyToManager"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the applyToManager OID",
                "operationId": "set_applyToManager",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/applyToManager"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the applyToManager OID",
                        "schema": {
                            "$ref": "#/definitions/applyToManager"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/mergedConfigurationExportURI": {
            "get": {
                "summary": "Retrieves the mergedConfigurationExportURI OID",
                "operationId": "get_mergedConfigurationExportURI",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the mergedConfigurationExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/mergedConfigurationExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the mergedConfigurationExportURI OID",
                "operationId": "set_mergedConfigurationExportURI",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/mergedConfigurationExportURI"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the mergedConfigurationExportURI OID",
                        "schema": {
                            "$ref": "#/definitions/mergedConfigurationExportURI"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/exportMergedConfiguration": {
            "get": {
                "summary": "Retrieves the exportMergedConfiguration OID",
                "operationId": "get_exportMergedConfiguration",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the exportMergedConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/exportMergedConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the exportMergedConfiguration OID",
                "operationId": "set_exportMergedConfiguration",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/exportMergedConfiguration"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the exportMergedConfiguration OID",
                        "schema": {
                            "$ref": "#/definitions/exportMergedConfiguration"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/unknownTmaDiscoveredFlag": {
            "get": {
                "summary": "Retrieves the unknownTmaDiscoveredFlag OID",
                "operationId": "get_unknownTmaDiscoveredFlag",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the unknownTmaDiscoveredFlag OID",
                        "schema": {
                            "$ref": "#/definitions/unknownTmaDiscoveredFlag"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/tmaNotFoundTable": {
            "get": {
                "summary": "Retrieves the entire tmaNotFoundTable Table",
                "operationId": "get_tmaNotFoundTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tmaNotFoundTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tmaNotFoundEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsConsolidatedManager/tmaNotFoundTable/{tmaNotFoundIndex}": {
            "get": {
                "summary": "Retrieves a row of the tmaNotFoundTable Table",
                "operationId": "get_tmaNotFoundTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tmaNotFoundTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmaNotFoundEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmaNotFoundIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tmaNotFoundTable Table",
                "operationId": "put_tmaNotFoundTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tmaNotFoundTable Table",
                        "schema": {
                            "$ref": "#/definitions/tmaNotFoundEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tmaNotFoundIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tmaNotFoundEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tmaNotFoundEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/radioProductVersion": {
            "get": {
                "summary": "Retrieves the radioProductVersion OID",
                "operationId": "get_radioProductVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the radioProductVersion OID",
                        "schema": {
                            "$ref": "#/definitions/radioProductVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/currentTxPowerLevel": {
            "get": {
                "summary": "Retrieves the currentTxPowerLevel OID",
                "operationId": "get_currentTxPowerLevel",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the currentTxPowerLevel OID",
                        "schema": {
                            "$ref": "#/definitions/currentTxPowerLevel"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/rfMacAddr": {
            "get": {
                "summary": "Retrieves the rfMacAddr OID",
                "operationId": "get_rfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/rfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rfMacAddr OID",
                "operationId": "set_rfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/rfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/centerFrequency": {
            "get": {
                "summary": "Retrieves the centerFrequency OID",
                "operationId": "get_centerFrequency",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the centerFrequency OID",
                        "schema": {
                            "$ref": "#/definitions/centerFrequency"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the centerFrequency OID",
                "operationId": "set_centerFrequency",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/centerFrequency"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the centerFrequency OID",
                        "schema": {
                            "$ref": "#/definitions/centerFrequency"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/rxModulationWaveformType": {
            "get": {
                "summary": "Retrieves the rxModulationWaveformType OID",
                "operationId": "get_rxModulationWaveformType",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxModulationWaveformType OID",
                        "schema": {
                            "$ref": "#/definitions/rxModulationWaveformType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/ldpcBlocksPerBurst": {
            "get": {
                "summary": "Retrieves the ldpcBlocksPerBurst OID",
                "operationId": "get_ldpcBlocksPerBurst",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ldpcBlocksPerBurst OID",
                        "schema": {
                            "$ref": "#/definitions/ldpcBlocksPerBurst"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/globalLinkMonitorEnable": {
            "get": {
                "summary": "Retrieves the globalLinkMonitorEnable OID",
                "operationId": "get_globalLinkMonitorEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the globalLinkMonitorEnable OID",
                        "schema": {
                            "$ref": "#/definitions/globalLinkMonitorEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the globalLinkMonitorEnable OID",
                "operationId": "set_globalLinkMonitorEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/globalLinkMonitorEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the globalLinkMonitorEnable OID",
                        "schema": {
                            "$ref": "#/definitions/globalLinkMonitorEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/globalNetworkMonitorEnable": {
            "get": {
                "summary": "Retrieves the globalNetworkMonitorEnable OID",
                "operationId": "get_globalNetworkMonitorEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the globalNetworkMonitorEnable OID",
                        "schema": {
                            "$ref": "#/definitions/globalNetworkMonitorEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the globalNetworkMonitorEnable OID",
                "operationId": "set_globalNetworkMonitorEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/globalNetworkMonitorEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the globalNetworkMonitorEnable OID",
                        "schema": {
                            "$ref": "#/definitions/globalNetworkMonitorEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioConfig/txPowerMode": {
            "get": {
                "summary": "Retrieves the txPowerMode OID",
                "operationId": "get_txPowerMode",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txPowerMode OID",
                        "schema": {
                            "$ref": "#/definitions/txPowerMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txPowerMode OID",
                "operationId": "set_txPowerMode",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txPowerMode"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txPowerMode OID",
                        "schema": {
                            "$ref": "#/definitions/txPowerMode"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/txStats/totalTxLDPCSent": {
            "get": {
                "summary": "Retrieves the totalTxLDPCSent OID",
                "operationId": "get_totalTxLDPCSent",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the totalTxLDPCSent OID",
                        "schema": {
                            "$ref": "#/definitions/totalTxLDPCSent"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/txStats/totalTxBytesSent": {
            "get": {
                "summary": "Retrieves the totalTxBytesSent OID",
                "operationId": "get_totalTxBytesSent",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the totalTxBytesSent OID",
                        "schema": {
                            "$ref": "#/definitions/totalTxBytesSent"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/numDroppedRxLDPC": {
            "get": {
                "summary": "Retrieves the numDroppedRxLDPC OID",
                "operationId": "get_numDroppedRxLDPC",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the numDroppedRxLDPC OID",
                        "schema": {
                            "$ref": "#/definitions/numDroppedRxLDPC"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/numRxFECLDPCErrors": {
            "get": {
                "summary": "Retrieves the numRxFECLDPCErrors OID",
                "operationId": "get_numRxFECLDPCErrors",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the numRxFECLDPCErrors OID",
                        "schema": {
                            "$ref": "#/definitions/numRxFECLDPCErrors"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/totalNumBytesReceived": {
            "get": {
                "summary": "Retrieves the totalNumBytesReceived OID",
                "operationId": "get_totalNumBytesReceived",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the totalNumBytesReceived OID",
                        "schema": {
                            "$ref": "#/definitions/totalNumBytesReceived"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/numRxFCSFrameErrors": {
            "get": {
                "summary": "Retrieves the numRxFCSFrameErrors OID",
                "operationId": "get_numRxFCSFrameErrors",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the numRxFCSFrameErrors OID",
                        "schema": {
                            "$ref": "#/definitions/numRxFCSFrameErrors"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/numRxDecryptionErrors": {
            "get": {
                "summary": "Retrieves the numRxDecryptionErrors OID",
                "operationId": "get_numRxDecryptionErrors",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the numRxDecryptionErrors OID",
                        "schema": {
                            "$ref": "#/definitions/numRxDecryptionErrors"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/maxRxQueueDepthInBytes": {
            "get": {
                "summary": "Retrieves the maxRxQueueDepthInBytes OID",
                "operationId": "get_maxRxQueueDepthInBytes",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the maxRxQueueDepthInBytes OID",
                        "schema": {
                            "$ref": "#/definitions/maxRxQueueDepthInBytes"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/currentRxQueueDepthInBytes": {
            "get": {
                "summary": "Retrieves the currentRxQueueDepthInBytes OID",
                "operationId": "get_currentRxQueueDepthInBytes",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the currentRxQueueDepthInBytes OID",
                        "schema": {
                            "$ref": "#/definitions/currentRxQueueDepthInBytes"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/numRxQueueOverflows": {
            "get": {
                "summary": "Retrieves the numRxQueueOverflows OID",
                "operationId": "get_numRxQueueOverflows",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the numRxQueueOverflows OID",
                        "schema": {
                            "$ref": "#/definitions/numRxQueueOverflows"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/countCSASM": {
            "get": {
                "summary": "Retrieves the countCSASM OID",
                "operationId": "get_countCSASM",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the countCSASM OID",
                        "schema": {
                            "$ref": "#/definitions/countCSASM"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/countCSASMErr": {
            "get": {
                "summary": "Retrieves the countCSASMErr OID",
                "operationId": "get_countCSASMErr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the countCSASMErr OID",
                        "schema": {
                            "$ref": "#/definitions/countCSASMErr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/countPSCSEdge": {
            "get": {
                "summary": "Retrieves the countPSCSEdge OID",
                "operationId": "get_countPSCSEdge",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the countPSCSEdge OID",
                        "schema": {
                            "$ref": "#/definitions/countPSCSEdge"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/rxStats/countPSCSEdgeErr": {
            "get": {
                "summary": "Retrieves the countPSCSEdgeErr OID",
                "operationId": "get_countPSCSEdgeErr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the countPSCSEdgeErr OID",
                        "schema": {
                            "$ref": "#/definitions/countPSCSEdgeErr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/bearerStats/bsTable": {
            "get": {
                "summary": "Retrieves the entire bsTable Table",
                "operationId": "get_bsTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the bsTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/bsEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioStats/bearerStats/bsTable/{bsQosPolicyID}": {
            "get": {
                "summary": "Retrieves a row of the bsTable Table",
                "operationId": "get_bsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the bsTable Table",
                        "schema": {
                            "$ref": "#/definitions/bsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bsQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the bsTable Table",
                "operationId": "put_bsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the bsTable Table",
                        "schema": {
                            "$ref": "#/definitions/bsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bsQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "bsEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/bsEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioLinks/txLinkTable": {
            "get": {
                "summary": "Retrieves the entire txLinkTable Table",
                "operationId": "get_txLinkTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txLinkTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/txLinkEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioLinks/txLinkTable/{txDstRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the txLinkTable Table",
                "operationId": "get_txLinkTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the txLinkTable Table",
                        "schema": {
                            "$ref": "#/definitions/txLinkEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "txDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the txLinkTable Table",
                "operationId": "put_txLinkTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the txLinkTable Table",
                        "schema": {
                            "$ref": "#/definitions/txLinkEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "txDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "txLinkEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txLinkEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioLinks/rxLinkTable": {
            "get": {
                "summary": "Retrieves the entire rxLinkTable Table",
                "operationId": "get_rxLinkTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxLinkTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/rxLinkEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioLinks/rxLinkTable/{rxDstRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the rxLinkTable Table",
                "operationId": "get_rxLinkTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the rxLinkTable Table",
                        "schema": {
                            "$ref": "#/definitions/rxLinkEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rxDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the rxLinkTable Table",
                "operationId": "put_rxLinkTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the rxLinkTable Table",
                        "schema": {
                            "$ref": "#/definitions/rxLinkEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rxDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "rxLinkEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxLinkEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifications/txNumQueueOverflowsTxDstRfMacAddr": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowsTxDstRfMacAddr OID",
                "operationId": "get_txNumQueueOverflowsTxDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowsTxDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsTxDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowsTxDstRfMacAddr OID",
                "operationId": "set_txNumQueueOverflowsTxDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsTxDstRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowsTxDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsTxDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifications/txNumQueueOverflowCounter": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowCounter OID",
                "operationId": "get_txNumQueueOverflowCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowCounter OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowCounter OID",
                "operationId": "set_txNumQueueOverflowCounter",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowCounter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowCounter OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifEnable": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowsNotifEnable OID",
                "operationId": "get_txNumQueueOverflowsNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowsNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowsNotifEnable OID",
                "operationId": "set_txNumQueueOverflowsNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowsNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifInterval": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowsNotifInterval OID",
                "operationId": "get_txNumQueueOverflowsNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowsNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowsNotifInterval OID",
                "operationId": "set_txNumQueueOverflowsNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowsNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifRepeat": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowsNotifRepeat OID",
                "operationId": "get_txNumQueueOverflowsNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowsNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowsNotifRepeat OID",
                "operationId": "set_txNumQueueOverflowsNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowsNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/txNumQueueOverflowsNotificationBranch/txNumQueueOverflowsNotifThd": {
            "get": {
                "summary": "Retrieves the txNumQueueOverflowsNotifThd OID",
                "operationId": "get_txNumQueueOverflowsNotifThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the txNumQueueOverflowsNotifThd OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the txNumQueueOverflowsNotifThd OID",
                "operationId": "set_txNumQueueOverflowsNotifThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the txNumQueueOverflowsNotifThd OID",
                        "schema": {
                            "$ref": "#/definitions/txNumQueueOverflowsNotifThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/rxNumQueueOverflowsNotificationBranch/rxNumQueueOverflowsNotifEnable": {
            "get": {
                "summary": "Retrieves the rxNumQueueOverflowsNotifEnable OID",
                "operationId": "get_rxNumQueueOverflowsNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxNumQueueOverflowsNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rxNumQueueOverflowsNotifEnable OID",
                "operationId": "set_rxNumQueueOverflowsNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rxNumQueueOverflowsNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/rxNumQueueOverflowsNotificationBranch/rxNumQueueOverflowsNotifInterval": {
            "get": {
                "summary": "Retrieves the rxNumQueueOverflowsNotifInterval OID",
                "operationId": "get_rxNumQueueOverflowsNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxNumQueueOverflowsNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rxNumQueueOverflowsNotifInterval OID",
                "operationId": "set_rxNumQueueOverflowsNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rxNumQueueOverflowsNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/rxNumQueueOverflowsNotificationBranch/rxNumQueueOverflowsNotifRepeat": {
            "get": {
                "summary": "Retrieves the rxNumQueueOverflowsNotifRepeat OID",
                "operationId": "get_rxNumQueueOverflowsNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxNumQueueOverflowsNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rxNumQueueOverflowsNotifRepeat OID",
                "operationId": "set_rxNumQueueOverflowsNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rxNumQueueOverflowsNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRadio/radioNotifications/rxNumQueueOverflowsNotificationBranch/rxNumQueueOverflowsNotifThd": {
            "get": {
                "summary": "Retrieves the rxNumQueueOverflowsNotifThd OID",
                "operationId": "get_rxNumQueueOverflowsNotifThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxNumQueueOverflowsNotifThd OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rxNumQueueOverflowsNotifThd OID",
                "operationId": "set_rxNumQueueOverflowsNotifThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rxNumQueueOverflowsNotifThd OID",
                        "schema": {
                            "$ref": "#/definitions/rxNumQueueOverflowsNotifThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/idleOnPtpTimingThresholdExceeded": {
            "get": {
                "summary": "Retrieves the idleOnPtpTimingThresholdExceeded OID",
                "operationId": "get_idleOnPtpTimingThresholdExceeded",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the idleOnPtpTimingThresholdExceeded OID",
                        "schema": {
                            "$ref": "#/definitions/idleOnPtpTimingThresholdExceeded"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the idleOnPtpTimingThresholdExceeded OID",
                "operationId": "set_idleOnPtpTimingThresholdExceeded",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/idleOnPtpTimingThresholdExceeded"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the idleOnPtpTimingThresholdExceeded OID",
                        "schema": {
                            "$ref": "#/definitions/idleOnPtpTimingThresholdExceeded"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmTxLinksTable": {
            "get": {
                "summary": "Retrieves the entire lmTxLinksTable Table",
                "operationId": "get_lmTxLinksTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmTxLinksTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/lmTxLinksEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the lmTxLinksTable Table",
                "operationId": "create_lmTxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the lmTxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmTxLinksEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmTxLinksTable/{lmTxLinkDstGroupRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the lmTxLinksTable Table",
                "operationId": "get_lmTxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the lmTxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmTxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the lmTxLinksTable Table",
                "operationId": "put_lmTxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the lmTxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmTxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "lmTxLinksEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the lmTxLinksTable Table",
                "operationId": "delete_lmTxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the lmTxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmTxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmTxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmRxLinksTable": {
            "get": {
                "summary": "Retrieves the entire lmRxLinksTable Table",
                "operationId": "get_lmRxLinksTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmRxLinksTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/lmRxLinksEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the lmRxLinksTable Table",
                "operationId": "create_lmRxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the lmRxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmRxLinksEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmRxLinksTable/{lmRxLinkDstGroupRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the lmRxLinksTable Table",
                "operationId": "get_lmRxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the lmRxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmRxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the lmRxLinksTable Table",
                "operationId": "put_lmRxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the lmRxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmRxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "lmRxLinksEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the lmRxLinksTable Table",
                "operationId": "delete_lmRxLinksTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the lmRxLinksTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmRxLinksEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmRxLinkDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmA2AHandoffRulesTable": {
            "get": {
                "summary": "Retrieves the entire lmA2AHandoffRulesTable Table",
                "operationId": "get_lmA2AHandoffRulesTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffRulesTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the lmA2AHandoffRulesTable Table",
                "operationId": "create_lmA2AHandoffRulesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the lmA2AHandoffRulesTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmA2AHandoffRulesEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmA2AHandoffRulesTable/{lmA2AHandoffRuleNumber}": {
            "get": {
                "summary": "Retrieves a row of the lmA2AHandoffRulesTable Table",
                "operationId": "get_lmA2AHandoffRulesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the lmA2AHandoffRulesTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmA2AHandoffRuleNumber",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the lmA2AHandoffRulesTable Table",
                "operationId": "put_lmA2AHandoffRulesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the lmA2AHandoffRulesTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmA2AHandoffRuleNumber",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "lmA2AHandoffRulesEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the lmA2AHandoffRulesTable Table",
                "operationId": "delete_lmA2AHandoffRulesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the lmA2AHandoffRulesTable Table",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffRulesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "lmA2AHandoffRuleNumber",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueStatusRcvdNotificationBranch/queueStatusRcvdNotifications/queueStatusRcvdNotificationLinkDstRfMacAddr": {
            "get": {
                "summary": "Retrieves the queueStatusRcvdNotificationLinkDstRfMacAddr OID",
                "operationId": "get_queueStatusRcvdNotificationLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusRcvdNotificationLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueStatusRcvdNotificationLinkDstRfMacAddr OID",
                "operationId": "set_queueStatusRcvdNotificationLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkDstRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueStatusRcvdNotificationLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueStatusRcvdNotificationBranch/queueStatusRcvdNotifications/queueStatusRcvdNotificationLinkSrcRfMacAddr": {
            "get": {
                "summary": "Retrieves the queueStatusRcvdNotificationLinkSrcRfMacAddr OID",
                "operationId": "get_queueStatusRcvdNotificationLinkSrcRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusRcvdNotificationLinkSrcRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkSrcRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueStatusRcvdNotificationLinkSrcRfMacAddr OID",
                "operationId": "set_queueStatusRcvdNotificationLinkSrcRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkSrcRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueStatusRcvdNotificationLinkSrcRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotificationLinkSrcRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueStatusRcvdNotificationBranch/queueStatusRcvdNotifEnable": {
            "get": {
                "summary": "Retrieves the queueStatusRcvdNotifEnable OID",
                "operationId": "get_queueStatusRcvdNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusRcvdNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueStatusRcvdNotifEnable OID",
                "operationId": "set_queueStatusRcvdNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueStatusRcvdNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueStatusRcvdNotificationBranch/queueStatusRcvdNotifInterval": {
            "get": {
                "summary": "Retrieves the queueStatusRcvdNotifInterval OID",
                "operationId": "get_queueStatusRcvdNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusRcvdNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueStatusRcvdNotifInterval OID",
                "operationId": "set_queueStatusRcvdNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueStatusRcvdNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueStatusRcvdNotificationBranch/queueStatusRcvdNotifRepeat": {
            "get": {
                "summary": "Retrieves the queueStatusRcvdNotifRepeat OID",
                "operationId": "get_queueStatusRcvdNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusRcvdNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueStatusRcvdNotifRepeat OID",
                "operationId": "set_queueStatusRcvdNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueStatusRcvdNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/queueStatusRcvdNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueEmptyNotificationBranch/queueEmptyNotifications/queueEmptyNotificationLinkDstRfMacAddr": {
            "get": {
                "summary": "Retrieves the queueEmptyNotificationLinkDstRfMacAddr OID",
                "operationId": "get_queueEmptyNotificationLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueEmptyNotificationLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueEmptyNotificationLinkDstRfMacAddr OID",
                "operationId": "set_queueEmptyNotificationLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkDstRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueEmptyNotificationLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueEmptyNotificationBranch/queueEmptyNotifications/queueEmptyNotificationLinkSrcRfMacAddr": {
            "get": {
                "summary": "Retrieves the queueEmptyNotificationLinkSrcRfMacAddr OID",
                "operationId": "get_queueEmptyNotificationLinkSrcRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueEmptyNotificationLinkSrcRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkSrcRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueEmptyNotificationLinkSrcRfMacAddr OID",
                "operationId": "set_queueEmptyNotificationLinkSrcRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkSrcRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueEmptyNotificationLinkSrcRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotificationLinkSrcRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueEmptyNotificationBranch/queueEmptyNotifEnable": {
            "get": {
                "summary": "Retrieves the queueEmptyNotifEnable OID",
                "operationId": "get_queueEmptyNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueEmptyNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueEmptyNotifEnable OID",
                "operationId": "set_queueEmptyNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueEmptyNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueEmptyNotificationBranch/queueEmptyNotifInterval": {
            "get": {
                "summary": "Retrieves the queueEmptyNotifInterval OID",
                "operationId": "get_queueEmptyNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueEmptyNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueEmptyNotifInterval OID",
                "operationId": "set_queueEmptyNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueEmptyNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/queueEmptyNotificationBranch/queueEmptyNotifRepeat": {
            "get": {
                "summary": "Retrieves the queueEmptyNotifRepeat OID",
                "operationId": "get_queueEmptyNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueEmptyNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the queueEmptyNotifRepeat OID",
                "operationId": "set_queueEmptyNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the queueEmptyNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/queueEmptyNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifications/lmHandoffLinkDstRfMacAddr": {
            "get": {
                "summary": "Retrieves the lmHandoffLinkDstRfMacAddr OID",
                "operationId": "get_lmHandoffLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffLinkDstRfMacAddr OID",
                "operationId": "set_lmHandoffLinkDstRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkDstRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffLinkDstRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkDstRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifications/lmHandoffLinkSrcRadioRfMacAddrOld": {
            "get": {
                "summary": "Retrieves the lmHandoffLinkSrcRadioRfMacAddrOld OID",
                "operationId": "get_lmHandoffLinkSrcRadioRfMacAddrOld",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffLinkSrcRadioRfMacAddrOld OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrOld"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffLinkSrcRadioRfMacAddrOld OID",
                "operationId": "set_lmHandoffLinkSrcRadioRfMacAddrOld",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrOld"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffLinkSrcRadioRfMacAddrOld OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrOld"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifications/lmHandoffLinkSrcRadioRfMacAddrNew": {
            "get": {
                "summary": "Retrieves the lmHandoffLinkSrcRadioRfMacAddrNew OID",
                "operationId": "get_lmHandoffLinkSrcRadioRfMacAddrNew",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffLinkSrcRadioRfMacAddrNew OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrNew"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffLinkSrcRadioRfMacAddrNew OID",
                "operationId": "set_lmHandoffLinkSrcRadioRfMacAddrNew",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrNew"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffLinkSrcRadioRfMacAddrNew OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffLinkSrcRadioRfMacAddrNew"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifEnable": {
            "get": {
                "summary": "Retrieves the lmHandoffCompleteNotifEnable OID",
                "operationId": "get_lmHandoffCompleteNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffCompleteNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffCompleteNotifEnable OID",
                "operationId": "set_lmHandoffCompleteNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffCompleteNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifInterval": {
            "get": {
                "summary": "Retrieves the lmHandoffCompleteNotifInterval OID",
                "operationId": "get_lmHandoffCompleteNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffCompleteNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffCompleteNotifInterval OID",
                "operationId": "set_lmHandoffCompleteNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffCompleteNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmHandoffCompleteNotificationBranch/lmHandoffCompleteNotifRepeat": {
            "get": {
                "summary": "Retrieves the lmHandoffCompleteNotifRepeat OID",
                "operationId": "get_lmHandoffCompleteNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmHandoffCompleteNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmHandoffCompleteNotifRepeat OID",
                "operationId": "set_lmHandoffCompleteNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmHandoffCompleteNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/lmHandoffCompleteNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmA2AHandoffCommandRestartNotificationBranch/lmA2AHandoffCommandRestartNotifications/lmA2AHandoffCommandDstGroupRfMacAddr": {
            "get": {
                "summary": "Retrieves the lmA2AHandoffCommandDstGroupRfMacAddr OID",
                "operationId": "get_lmA2AHandoffCommandDstGroupRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffCommandDstGroupRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandDstGroupRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmA2AHandoffCommandDstGroupRfMacAddr OID",
                "operationId": "set_lmA2AHandoffCommandDstGroupRfMacAddr",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandDstGroupRfMacAddr"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmA2AHandoffCommandDstGroupRfMacAddr OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandDstGroupRfMacAddr"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmA2AHandoffCommandRestartNotificationBranch/lmA2AHandoffCommandRestartNotifications/lmA2AHandoffCommandRestartCounter": {
            "get": {
                "summary": "Retrieves the lmA2AHandoffCommandRestartCounter OID",
                "operationId": "get_lmA2AHandoffCommandRestartCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffCommandRestartCounter OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmA2AHandoffCommandRestartCounter OID",
                "operationId": "set_lmA2AHandoffCommandRestartCounter",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartCounter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmA2AHandoffCommandRestartCounter OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmA2AHandoffCommandRestartNotificationBranch/lmA2AHandoffCommandRestartNotifEnable": {
            "get": {
                "summary": "Retrieves the lmA2AHandoffCommandRestartNotifEnable OID",
                "operationId": "get_lmA2AHandoffCommandRestartNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffCommandRestartNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmA2AHandoffCommandRestartNotifEnable OID",
                "operationId": "set_lmA2AHandoffCommandRestartNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmA2AHandoffCommandRestartNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmA2AHandoffCommandRestartNotificationBranch/lmA2AHandoffCommandRestartNotifInterval": {
            "get": {
                "summary": "Retrieves the lmA2AHandoffCommandRestartNotifInterval OID",
                "operationId": "get_lmA2AHandoffCommandRestartNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffCommandRestartNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmA2AHandoffCommandRestartNotifInterval OID",
                "operationId": "set_lmA2AHandoffCommandRestartNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmA2AHandoffCommandRestartNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmNotifications/lmA2AHandoffCommandRestartNotificationBranch/lmA2AHandoffCommandRestartNotifRepeat": {
            "get": {
                "summary": "Retrieves the lmA2AHandoffCommandRestartNotifRepeat OID",
                "operationId": "get_lmA2AHandoffCommandRestartNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lmA2AHandoffCommandRestartNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the lmA2AHandoffCommandRestartNotifRepeat OID",
                "operationId": "set_lmA2AHandoffCommandRestartNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the lmA2AHandoffCommandRestartNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/lmA2AHandoffCommandRestartNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSink/activeRCDataSinkSessions": {
            "get": {
                "summary": "Retrieves the activeRCDataSinkSessions OID",
                "operationId": "get_activeRCDataSinkSessions",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the activeRCDataSinkSessions OID",
                        "schema": {
                            "$ref": "#/definitions/activeRCDataSinkSessions"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSink/rcDataSinkSessionTable": {
            "get": {
                "summary": "Retrieves the entire rcDataSinkSessionTable Table",
                "operationId": "get_rcDataSinkSessionTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rcDataSinkSessionTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/rcDataSinkSessionEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRCDataSink/rcDataSinkSessionTable/{rcDataSinkSessionIndex}": {
            "get": {
                "summary": "Retrieves a row of the rcDataSinkSessionTable Table",
                "operationId": "get_rcDataSinkSessionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the rcDataSinkSessionTable Table",
                        "schema": {
                            "$ref": "#/definitions/rcDataSinkSessionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rcDataSinkSessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the rcDataSinkSessionTable Table",
                "operationId": "put_rcDataSinkSessionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the rcDataSinkSessionTable Table",
                        "schema": {
                            "$ref": "#/definitions/rcDataSinkSessionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "rcDataSinkSessionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "rcDataSinkSessionEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rcDataSinkSessionEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsVoiceGateway/vgConnectionTable": {
            "get": {
                "summary": "Retrieves the entire vgConnectionTable Table",
                "operationId": "get_vgConnectionTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the vgConnectionTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/vgConnectionEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsVoiceGateway/vgConnectionTable/{vgConnectionIndex}": {
            "get": {
                "summary": "Retrieves a row of the vgConnectionTable Table",
                "operationId": "get_vgConnectionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the vgConnectionTable Table",
                        "schema": {
                            "$ref": "#/definitions/vgConnectionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "vgConnectionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the vgConnectionTable Table",
                "operationId": "put_vgConnectionTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the vgConnectionTable Table",
                        "schema": {
                            "$ref": "#/definitions/vgConnectionEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "vgConnectionIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "vgConnectionEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/vgConnectionEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsVoiceGateway/vgPhoneNumberMappingsTable": {
            "get": {
                "summary": "Retrieves the entire vgPhoneNumberMappingsTable Table",
                "operationId": "get_vgPhoneNumberMappingsTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the vgPhoneNumberMappingsTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/vgPhoneNumberMappingsEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsVoiceGateway/vgPhoneNumberMappingsTable/{vgPhoneNumberMappingsIndex}": {
            "get": {
                "summary": "Retrieves a row of the vgPhoneNumberMappingsTable Table",
                "operationId": "get_vgPhoneNumberMappingsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the vgPhoneNumberMappingsTable Table",
                        "schema": {
                            "$ref": "#/definitions/vgPhoneNumberMappingsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "vgPhoneNumberMappingsIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the vgPhoneNumberMappingsTable Table",
                "operationId": "put_vgPhoneNumberMappingsTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the vgPhoneNumberMappingsTable Table",
                        "schema": {
                            "$ref": "#/definitions/vgPhoneNumberMappingsEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "vgPhoneNumberMappingsIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "vgPhoneNumberMappingsEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/vgPhoneNumberMappingsEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTPA/tpaNtpTimeLockStatus": {
            "get": {
                "summary": "Retrieves the tpaNtpTimeLockStatus OID",
                "operationId": "get_tpaNtpTimeLockStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tpaNtpTimeLockStatus OID",
                        "schema": {
                            "$ref": "#/definitions/tpaNtpTimeLockStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tpaNtpTimeLockStatus OID",
                "operationId": "set_tpaNtpTimeLockStatus",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tpaNtpTimeLockStatus"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tpaNtpTimeLockStatus OID",
                        "schema": {
                            "$ref": "#/definitions/tpaNtpTimeLockStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/majorFrameSyncStatus": {
            "get": {
                "summary": "Retrieves the majorFrameSyncStatus OID",
                "operationId": "get_majorFrameSyncStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the majorFrameSyncStatus OID",
                        "schema": {
                            "$ref": "#/definitions/majorFrameSyncStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/minorFrameSyncStatus": {
            "get": {
                "summary": "Retrieves the minorFrameSyncStatus OID",
                "operationId": "get_minorFrameSyncStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the minorFrameSyncStatus OID",
                        "schema": {
                            "$ref": "#/definitions/minorFrameSyncStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/pcmClockStatus": {
            "get": {
                "summary": "Retrieves the pcmClockStatus OID",
                "operationId": "get_pcmClockStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pcmClockStatus OID",
                        "schema": {
                            "$ref": "#/definitions/pcmClockStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/pcmPolarity": {
            "get": {
                "summary": "Retrieves the pcmPolarity OID",
                "operationId": "get_pcmPolarity",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pcmPolarity OID",
                        "schema": {
                            "$ref": "#/definitions/pcmPolarity"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/syncErrorCounter": {
            "get": {
                "summary": "Retrieves the syncErrorCounter OID",
                "operationId": "get_syncErrorCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the syncErrorCounter OID",
                        "schema": {
                            "$ref": "#/definitions/syncErrorCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/bitSlipCounter": {
            "get": {
                "summary": "Retrieves the bitSlipCounter OID",
                "operationId": "get_bitSlipCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the bitSlipCounter OID",
                        "schema": {
                            "$ref": "#/definitions/bitSlipCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/crcErrorCounter": {
            "get": {
                "summary": "Retrieves the crcErrorCounter OID",
                "operationId": "get_crcErrorCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the crcErrorCounter OID",
                        "schema": {
                            "$ref": "#/definitions/crcErrorCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsPCMGateway/pcmDataPresent": {
            "get": {
                "summary": "Retrieves the pcmDataPresent OID",
                "operationId": "get_pcmDataPresent",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the pcmDataPresent OID",
                        "schema": {
                            "$ref": "#/definitions/pcmDataPresent"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkGateway/frameOverrunCounter": {
            "get": {
                "summary": "Retrieves the frameOverrunCounter OID",
                "operationId": "get_frameOverrunCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the frameOverrunCounter OID",
                        "schema": {
                            "$ref": "#/definitions/frameOverrunCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkGateway/frameUnderrunCounter": {
            "get": {
                "summary": "Retrieves the frameUnderrunCounter OID",
                "operationId": "get_frameUnderrunCounter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the frameUnderrunCounter OID",
                        "schema": {
                            "$ref": "#/definitions/frameUnderrunCounter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsNetworkGateway/rxEnable": {
            "get": {
                "summary": "Retrieves the rxEnable OID",
                "operationId": "get_rxEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the rxEnable OID",
                        "schema": {
                            "$ref": "#/definitions/rxEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the rxEnable OID",
                "operationId": "set_rxEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/rxEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the rxEnable OID",
                        "schema": {
                            "$ref": "#/definitions/rxEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerQosPolicy/ranQosPolicyTable": {
            "get": {
                "summary": "Retrieves the entire ranQosPolicyTable Table",
                "operationId": "get_ranQosPolicyTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ranQosPolicyTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/ranQosPolicyEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerQosPolicy/ranQosPolicyTable/{ranQosPolicyID}": {
            "get": {
                "summary": "Retrieves a row of the ranQosPolicyTable Table",
                "operationId": "get_ranQosPolicyTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the ranQosPolicyTable Table",
                        "schema": {
                            "$ref": "#/definitions/ranQosPolicyEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "ranQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the ranQosPolicyTable Table",
                "operationId": "put_ranQosPolicyTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the ranQosPolicyTable Table",
                        "schema": {
                            "$ref": "#/definitions/ranQosPolicyEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "ranQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "ranQosPolicyEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ranQosPolicyEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerSLP/bslpTable": {
            "get": {
                "summary": "Retrieves the entire bslpTable Table",
                "operationId": "get_bslpTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the bslpTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/bslpEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerSLP/bslpTable/{bslpQosPolicyID}": {
            "get": {
                "summary": "Retrieves a row of the bslpTable Table",
                "operationId": "get_bslpTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the bslpTable Table",
                        "schema": {
                            "$ref": "#/definitions/bslpEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bslpQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the bslpTable Table",
                "operationId": "put_bslpTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the bslpTable Table",
                        "schema": {
                            "$ref": "#/definitions/bslpEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "bslpQosPolicyID",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "bslpEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/bslpEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerQueues/queueStatusTable": {
            "get": {
                "summary": "Retrieves the entire queueStatusTable Table",
                "operationId": "get_queueStatusTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the queueStatusTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/queueStatusEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsRAN/ranBearer/bearerQueues/queueStatusTable/{queueDstRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the queueStatusTable Table",
                "operationId": "get_queueStatusTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the queueStatusTable Table",
                        "schema": {
                            "$ref": "#/definitions/queueStatusEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "queueDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the queueStatusTable Table",
                "operationId": "put_queueStatusTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the queueStatusTable Table",
                        "schema": {
                            "$ref": "#/definitions/queueStatusEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "queueDstRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "queueStatusEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/queueStatusEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssSrcSelTable": {
            "get": {
                "summary": "Retrieves the entire tssSrcSelTable Table",
                "operationId": "get_tssSrcSelTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tssSrcSelTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tssSrcSelEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the tssSrcSelTable Table",
                "operationId": "create_tssSrcSelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the tssSrcSelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssSrcSelEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssSrcSelTable/{tssSrcSelDstGroupRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the tssSrcSelTable Table",
                "operationId": "get_tssSrcSelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tssSrcSelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssSrcSelDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tssSrcSelTable Table",
                "operationId": "put_tssSrcSelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tssSrcSelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssSrcSelDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tssSrcSelEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the tssSrcSelTable Table",
                "operationId": "delete_tssSrcSelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the tssSrcSelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssSrcSelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssSrcSelDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssRoutingTable": {
            "get": {
                "summary": "Retrieves the entire tssRoutingTable Table",
                "operationId": "get_tssRoutingTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tssRoutingTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tssRoutingEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the tssRoutingTable Table",
                "operationId": "create_tssRoutingTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the tssRoutingTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssRoutingEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssRoutingTable/{tssRtDstGroupRfMacAddr}": {
            "get": {
                "summary": "Retrieves a row of the tssRoutingTable Table",
                "operationId": "get_tssRoutingTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tssRoutingTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssRtDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tssRoutingTable Table",
                "operationId": "put_tssRoutingTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tssRoutingTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssRtDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tssRoutingEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the tssRoutingTable Table",
                "operationId": "delete_tssRoutingTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the tssRoutingTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssRoutingEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssRtDstGroupRfMacAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssTunnelTable": {
            "get": {
                "summary": "Retrieves the entire tssTunnelTable Table",
                "operationId": "get_tssTunnelTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tssTunnelTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/tssTunnelEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "post": {
                "summary": "Creates a row of the tssTunnelTable Table",
                "operationId": "create_tssTunnelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully created a row of the tssTunnelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssTunnelEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsTmaSpecificCapabilities/tmnsTmnsSourceSelector/tssTunnelTable/{tssTunnelEndpointIpAddr}": {
            "get": {
                "summary": "Retrieves a row of the tssTunnelTable Table",
                "operationId": "get_tssTunnelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the tssTunnelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssTunnelEndpointIpAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the tssTunnelTable Table",
                "operationId": "put_tssTunnelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the tssTunnelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssTunnelEndpointIpAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "tssTunnelEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    }
                ]
            },
            "delete": {
                "summary": "Deletes a row of the tssTunnelTable Table",
                "operationId": "delete_tssTunnelTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully deleted a row of the tssTunnelTable Table",
                        "schema": {
                            "$ref": "#/definitions/tssTunnelEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "tssTunnelEndpointIpAddr",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/inventoryID": {
            "get": {
                "summary": "Retrieves the inventoryID OID",
                "operationId": "get_inventoryID",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the inventoryID OID",
                        "schema": {
                            "$ref": "#/definitions/inventoryID"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/networkNodeDescription": {
            "get": {
                "summary": "Retrieves the networkNodeDescription OID",
                "operationId": "get_networkNodeDescription",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the networkNodeDescription OID",
                        "schema": {
                            "$ref": "#/definitions/networkNodeDescription"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the networkNodeDescription OID",
                "operationId": "set_networkNodeDescription",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/networkNodeDescription"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the networkNodeDescription OID",
                        "schema": {
                            "$ref": "#/definitions/networkNodeDescription"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/manufacturerIdentifier": {
            "get": {
                "summary": "Retrieves the manufacturerIdentifier OID",
                "operationId": "get_manufacturerIdentifier",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the manufacturerIdentifier OID",
                        "schema": {
                            "$ref": "#/definitions/manufacturerIdentifier"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/modelName": {
            "get": {
                "summary": "Retrieves the modelName OID",
                "operationId": "get_modelName",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the modelName OID",
                        "schema": {
                            "$ref": "#/definitions/modelName"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/serialIdentifier": {
            "get": {
                "summary": "Retrieves the serialIdentifier OID",
                "operationId": "get_serialIdentifier",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the serialIdentifier OID",
                        "schema": {
                            "$ref": "#/definitions/serialIdentifier"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/networkNodeName": {
            "get": {
                "summary": "Retrieves the networkNodeName OID",
                "operationId": "get_networkNodeName",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the networkNodeName OID",
                        "schema": {
                            "$ref": "#/definitions/networkNodeName"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/modelVersion": {
            "get": {
                "summary": "Retrieves the modelVersion OID",
                "operationId": "get_modelVersion",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the modelVersion OID",
                        "schema": {
                            "$ref": "#/definitions/modelVersion"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/networkNodeInterfacesTable": {
            "get": {
                "summary": "Retrieves the entire networkNodeInterfacesTable Table",
                "operationId": "get_networkNodeInterfacesTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the networkNodeInterfacesTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/networkNodeInterfacesEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeIdentification/networkNodeInterfacesTable/{nnIfIndex}": {
            "get": {
                "summary": "Retrieves a row of the networkNodeInterfacesTable Table",
                "operationId": "get_networkNodeInterfacesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the networkNodeInterfacesTable Table",
                        "schema": {
                            "$ref": "#/definitions/networkNodeInterfacesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "nnIfIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the networkNodeInterfacesTable Table",
                "operationId": "put_networkNodeInterfacesTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the networkNodeInterfacesTable Table",
                        "schema": {
                            "$ref": "#/definitions/networkNodeInterfacesEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "nnIfIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "networkNodeInterfacesEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/networkNodeInterfacesEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeConfiguration/ieee1588SupportedVersions": {
            "get": {
                "summary": "Retrieves the ieee1588SupportedVersions OID",
                "operationId": "get_ieee1588SupportedVersions",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588SupportedVersions OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588SupportedVersions"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeConfiguration/ieee1588Version": {
            "get": {
                "summary": "Retrieves the ieee1588Version OID",
                "operationId": "get_ieee1588Version",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588Version OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588Version"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeConfiguration/ipAddressBootTable": {
            "get": {
                "summary": "Retrieves the entire ipAddressBootTable Table",
                "operationId": "get_ipAddressBootTable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ipAddressBootTable Table",
                        "schema": {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/ipAddressBootEntry"
                            }
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeConfiguration/ipAddressBootTable/{ipAddressBootIndex}": {
            "get": {
                "summary": "Retrieves a row of the ipAddressBootTable Table",
                "operationId": "get_ipAddressBootTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved a row of the ipAddressBootTable Table",
                        "schema": {
                            "$ref": "#/definitions/ipAddressBootEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "ipAddressBootIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    }
                ]
            },
            "put": {
                "summary": "Sets a row of the ipAddressBootTable Table",
                "operationId": "put_ipAddressBootTableEntry",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set a row of the ipAddressBootTable Table",
                        "schema": {
                            "$ref": "#/definitions/ipAddressBootEntry"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "ipAddressBootIndex",
                        "in": "path",
                        "required": true,
                        "type": "integer"
                    },
                    {
                        "name": "ipAddressBootEntry",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ipAddressBootEntry"
                        }
                    }
                ]
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeControl/initiateBit": {
            "get": {
                "summary": "Retrieves the initiateBit OID",
                "operationId": "get_initiateBit",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the initiateBit OID",
                        "schema": {
                            "$ref": "#/definitions/initiateBit"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the initiateBit OID",
                "operationId": "set_initiateBit",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/initiateBit"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the initiateBit OID",
                        "schema": {
                            "$ref": "#/definitions/initiateBit"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeControl/networkNodeReset": {
            "get": {
                "summary": "Retrieves the networkNodeReset OID",
                "operationId": "get_networkNodeReset",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the networkNodeReset OID",
                        "schema": {
                            "$ref": "#/definitions/networkNodeReset"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the networkNodeReset OID",
                "operationId": "set_networkNodeReset",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/networkNodeReset"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the networkNodeReset OID",
                        "schema": {
                            "$ref": "#/definitions/networkNodeReset"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeStatus/initiatedBitPercentComplete": {
            "get": {
                "summary": "Retrieves the initiatedBitPercentComplete OID",
                "operationId": "get_initiatedBitPercentComplete",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the initiatedBitPercentComplete OID",
                        "schema": {
                            "$ref": "#/definitions/initiatedBitPercentComplete"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeStatus/initiatedBitLastResult": {
            "get": {
                "summary": "Retrieves the initiatedBitLastResult OID",
                "operationId": "get_initiatedBitLastResult",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the initiatedBitLastResult OID",
                        "schema": {
                            "$ref": "#/definitions/initiatedBitLastResult"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsNetworkNode/tmnsNetworkNodeStatus/periodicBitLastResult": {
            "get": {
                "summary": "Retrieves the periodicBitLastResult OID",
                "operationId": "get_periodicBitLastResult",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the periodicBitLastResult OID",
                        "schema": {
                            "$ref": "#/definitions/periodicBitLastResult"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/configurationCompleteNotificationBranch/configurationCompleteNotifications/configurationCompleteNotificationStatus": {
            "get": {
                "summary": "Retrieves the configurationCompleteNotificationStatus OID",
                "operationId": "get_configurationCompleteNotificationStatus",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationCompleteNotificationStatus OID",
                        "schema": {
                            "$ref": "#/definitions/configurationCompleteNotificationStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationCompleteNotificationStatus OID",
                "operationId": "set_configurationCompleteNotificationStatus",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationCompleteNotificationStatus"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationCompleteNotificationStatus OID",
                        "schema": {
                            "$ref": "#/definitions/configurationCompleteNotificationStatus"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/timeLockLostNotificationBranch/timeLockLostEnable": {
            "get": {
                "summary": "Retrieves the timeLockLostEnable OID",
                "operationId": "get_timeLockLostEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the timeLockLostEnable OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the timeLockLostEnable OID",
                "operationId": "set_timeLockLostEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/timeLockLostEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the timeLockLostEnable OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/timeLockLostNotificationBranch/timeLockLostInterval": {
            "get": {
                "summary": "Retrieves the timeLockLostInterval OID",
                "operationId": "get_timeLockLostInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the timeLockLostInterval OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the timeLockLostInterval OID",
                "operationId": "set_timeLockLostInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/timeLockLostInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the timeLockLostInterval OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/timeLockLostNotificationBranch/timeLockLostRepeat": {
            "get": {
                "summary": "Retrieves the timeLockLostRepeat OID",
                "operationId": "get_timeLockLostRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the timeLockLostRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the timeLockLostRepeat OID",
                "operationId": "set_timeLockLostRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/timeLockLostRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the timeLockLostRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/timeLockLostRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588MaxOffsetFromMasterEnable": {
            "get": {
                "summary": "Retrieves the ieee1588MaxOffsetFromMasterEnable OID",
                "operationId": "get_ieee1588MaxOffsetFromMasterEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxOffsetFromMasterEnable OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxOffsetFromMasterEnable OID",
                "operationId": "set_ieee1588MaxOffsetFromMasterEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxOffsetFromMasterEnable OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588MaxOffsetFromMasterInterval": {
            "get": {
                "summary": "Retrieves the ieee1588MaxOffsetFromMasterInterval OID",
                "operationId": "get_ieee1588MaxOffsetFromMasterInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxOffsetFromMasterInterval OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxOffsetFromMasterInterval OID",
                "operationId": "set_ieee1588MaxOffsetFromMasterInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxOffsetFromMasterInterval OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588MaxOffsetFromMasterRepeat": {
            "get": {
                "summary": "Retrieves the ieee1588MaxOffsetFromMasterRepeat OID",
                "operationId": "get_ieee1588MaxOffsetFromMasterRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxOffsetFromMasterRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxOffsetFromMasterRepeat OID",
                "operationId": "set_ieee1588MaxOffsetFromMasterRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxOffsetFromMasterRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588MaxOffsetFromMasterThd": {
            "get": {
                "summary": "Retrieves the ieee1588MaxOffsetFromMasterThd OID",
                "operationId": "get_ieee1588MaxOffsetFromMasterThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxOffsetFromMasterThd OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxOffsetFromMasterThd OID",
                "operationId": "set_ieee1588MaxOffsetFromMasterThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxOffsetFromMasterThd OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMasterThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588OffsetFromMaster": {
            "get": {
                "summary": "Retrieves the ieee1588OffsetFromMaster OID",
                "operationId": "get_ieee1588OffsetFromMaster",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588OffsetFromMaster OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588OffsetFromMaster"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxOffsetFromMasterNotificationBranch/ieee1588MaxOffsetFromMaster": {
            "get": {
                "summary": "Retrieves the ieee1588MaxOffsetFromMaster OID",
                "operationId": "get_ieee1588MaxOffsetFromMaster",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxOffsetFromMaster OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMaster"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxOffsetFromMaster OID",
                "operationId": "set_ieee1588MaxOffsetFromMaster",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMaster"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxOffsetFromMaster OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxOffsetFromMaster"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588MaxJitterEnable": {
            "get": {
                "summary": "Retrieves the ieee1588MaxJitterEnable OID",
                "operationId": "get_ieee1588MaxJitterEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxJitterEnable OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxJitterEnable OID",
                "operationId": "set_ieee1588MaxJitterEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxJitterEnable OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588MaxJitterInterval": {
            "get": {
                "summary": "Retrieves the ieee1588MaxJitterInterval OID",
                "operationId": "get_ieee1588MaxJitterInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxJitterInterval OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxJitterInterval OID",
                "operationId": "set_ieee1588MaxJitterInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxJitterInterval OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588MaxJitterRepeat": {
            "get": {
                "summary": "Retrieves the ieee1588MaxJitterRepeat OID",
                "operationId": "get_ieee1588MaxJitterRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxJitterRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxJitterRepeat OID",
                "operationId": "set_ieee1588MaxJitterRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxJitterRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588MaxJitterThd": {
            "get": {
                "summary": "Retrieves the ieee1588MaxJitterThd OID",
                "operationId": "get_ieee1588MaxJitterThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxJitterThd OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxJitterThd OID",
                "operationId": "set_ieee1588MaxJitterThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxJitterThd OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitterThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588Jitter": {
            "get": {
                "summary": "Retrieves the ieee1588Jitter OID",
                "operationId": "get_ieee1588Jitter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588Jitter OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588Jitter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/ieee1588MaxJitterNotificationBranch/ieee1588MaxJitter": {
            "get": {
                "summary": "Retrieves the ieee1588MaxJitter OID",
                "operationId": "get_ieee1588MaxJitter",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the ieee1588MaxJitter OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the ieee1588MaxJitter OID",
                "operationId": "set_ieee1588MaxJitter",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the ieee1588MaxJitter OID",
                        "schema": {
                            "$ref": "#/definitions/ieee1588MaxJitter"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempOutOfRangeEnable": {
            "get": {
                "summary": "Retrieves the tempOutOfRangeEnable OID",
                "operationId": "get_tempOutOfRangeEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempOutOfRangeEnable OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tempOutOfRangeEnable OID",
                "operationId": "set_tempOutOfRangeEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tempOutOfRangeEnable OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempOutOfRangeInterval": {
            "get": {
                "summary": "Retrieves the tempOutOfRangeInterval OID",
                "operationId": "get_tempOutOfRangeInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempOutOfRangeInterval OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tempOutOfRangeInterval OID",
                "operationId": "set_tempOutOfRangeInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tempOutOfRangeInterval OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempOutOfRangeRepeat": {
            "get": {
                "summary": "Retrieves the tempOutOfRangeRepeat OID",
                "operationId": "get_tempOutOfRangeRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempOutOfRangeRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tempOutOfRangeRepeat OID",
                "operationId": "set_tempOutOfRangeRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tempOutOfRangeRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/tempOutOfRangeRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempLowThd": {
            "get": {
                "summary": "Retrieves the tempLowThd OID",
                "operationId": "get_tempLowThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempLowThd OID",
                        "schema": {
                            "$ref": "#/definitions/tempLowThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tempLowThd OID",
                "operationId": "set_tempLowThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tempLowThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tempLowThd OID",
                        "schema": {
                            "$ref": "#/definitions/tempLowThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempHighThd": {
            "get": {
                "summary": "Retrieves the tempHighThd OID",
                "operationId": "get_tempHighThd",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempHighThd OID",
                        "schema": {
                            "$ref": "#/definitions/tempHighThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the tempHighThd OID",
                "operationId": "set_tempHighThd",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/tempHighThd"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the tempHighThd OID",
                        "schema": {
                            "$ref": "#/definitions/tempHighThd"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/tempOutOfRangeNotificationBranch/tempC": {
            "get": {
                "summary": "Retrieves the tempC OID",
                "operationId": "get_tempC",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the tempC OID",
                        "schema": {
                            "$ref": "#/definitions/tempC"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/accessAnomalyDetectionNotificationEnable": {
            "get": {
                "summary": "Retrieves the accessAnomalyDetectionNotificationEnable OID",
                "operationId": "get_accessAnomalyDetectionNotificationEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the accessAnomalyDetectionNotificationEnable OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the accessAnomalyDetectionNotificationEnable OID",
                "operationId": "set_accessAnomalyDetectionNotificationEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the accessAnomalyDetectionNotificationEnable OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/accessAnomalyDetectionNotificationInterval": {
            "get": {
                "summary": "Retrieves the accessAnomalyDetectionNotificationInterval OID",
                "operationId": "get_accessAnomalyDetectionNotificationInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the accessAnomalyDetectionNotificationInterval OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the accessAnomalyDetectionNotificationInterval OID",
                "operationId": "set_accessAnomalyDetectionNotificationInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the accessAnomalyDetectionNotificationInterval OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/accessAnomalyDetectionNotificationRepeat": {
            "get": {
                "summary": "Retrieves the accessAnomalyDetectionNotificationRepeat OID",
                "operationId": "get_accessAnomalyDetectionNotificationRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the accessAnomalyDetectionNotificationRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the accessAnomalyDetectionNotificationRepeat OID",
                "operationId": "set_accessAnomalyDetectionNotificationRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the accessAnomalyDetectionNotificationRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/accessAnomalyDetectionNotificationRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/lastAccessAnomalyDetectionType": {
            "get": {
                "summary": "Retrieves the lastAccessAnomalyDetectionType OID",
                "operationId": "get_lastAccessAnomalyDetectionType",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastAccessAnomalyDetectionType OID",
                        "schema": {
                            "$ref": "#/definitions/lastAccessAnomalyDetectionType"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/lastAccessAnomalyDetectionTime": {
            "get": {
                "summary": "Retrieves the lastAccessAnomalyDetectionTime OID",
                "operationId": "get_lastAccessAnomalyDetectionTime",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastAccessAnomalyDetectionTime OID",
                        "schema": {
                            "$ref": "#/definitions/lastAccessAnomalyDetectionTime"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/lastAccessAnomalyDetectionSourceIP": {
            "get": {
                "summary": "Retrieves the lastAccessAnomalyDetectionSourceIP OID",
                "operationId": "get_lastAccessAnomalyDetectionSourceIP",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastAccessAnomalyDetectionSourceIP OID",
                        "schema": {
                            "$ref": "#/definitions/lastAccessAnomalyDetectionSourceIP"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/accessAnomalyDetectionNotificationBranch/lastAccessAnomalyDetectionDescription": {
            "get": {
                "summary": "Retrieves the lastAccessAnomalyDetectionDescription OID",
                "operationId": "get_lastAccessAnomalyDetectionDescription",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the lastAccessAnomalyDetectionDescription OID",
                        "schema": {
                            "$ref": "#/definitions/lastAccessAnomalyDetectionDescription"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/powerFaultNotificationBranch/powerFaultEnable": {
            "get": {
                "summary": "Retrieves the powerFaultEnable OID",
                "operationId": "get_powerFaultEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the powerFaultEnable OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the powerFaultEnable OID",
                "operationId": "set_powerFaultEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/powerFaultEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the powerFaultEnable OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/powerFaultNotificationBranch/powerFaultInterval": {
            "get": {
                "summary": "Retrieves the powerFaultInterval OID",
                "operationId": "get_powerFaultInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the powerFaultInterval OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the powerFaultInterval OID",
                "operationId": "set_powerFaultInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/powerFaultInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the powerFaultInterval OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/powerFaultNotificationBranch/powerFaultRepeat": {
            "get": {
                "summary": "Retrieves the powerFaultRepeat OID",
                "operationId": "get_powerFaultRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the powerFaultRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the powerFaultRepeat OID",
                "operationId": "set_powerFaultRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/powerFaultRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the powerFaultRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/powerFaultRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/invalidInputNotificationBranch/invalidInputNotifications/invalidInputVariable": {
            "get": {
                "summary": "Retrieves the invalidInputVariable OID",
                "operationId": "get_invalidInputVariable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the invalidInputVariable OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputVariable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the invalidInputVariable OID",
                "operationId": "set_invalidInputVariable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/invalidInputVariable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the invalidInputVariable OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputVariable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/invalidInputNotificationBranch/invalidInputEnable": {
            "get": {
                "summary": "Retrieves the invalidInputEnable OID",
                "operationId": "get_invalidInputEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the invalidInputEnable OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the invalidInputEnable OID",
                "operationId": "set_invalidInputEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/invalidInputEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the invalidInputEnable OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/invalidInputNotificationBranch/invalidInputInterval": {
            "get": {
                "summary": "Retrieves the invalidInputInterval OID",
                "operationId": "get_invalidInputInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the invalidInputInterval OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the invalidInputInterval OID",
                "operationId": "set_invalidInputInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/invalidInputInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the invalidInputInterval OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/invalidInputNotificationBranch/invalidInputRepeat": {
            "get": {
                "summary": "Retrieves the invalidInputRepeat OID",
                "operationId": "get_invalidInputRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the invalidInputRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the invalidInputRepeat OID",
                "operationId": "set_invalidInputRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/invalidInputRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the invalidInputRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/invalidInputRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/configurationChangeNotificationBranch/configurationChangeNotifEnable": {
            "get": {
                "summary": "Retrieves the configurationChangeNotifEnable OID",
                "operationId": "get_configurationChangeNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationChangeNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationChangeNotifEnable OID",
                "operationId": "set_configurationChangeNotifEnable",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifEnable"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationChangeNotifEnable OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifEnable"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/configurationChangeNotificationBranch/configurationChangeNotifInterval": {
            "get": {
                "summary": "Retrieves the configurationChangeNotifInterval OID",
                "operationId": "get_configurationChangeNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationChangeNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationChangeNotifInterval OID",
                "operationId": "set_configurationChangeNotifInterval",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifInterval"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationChangeNotifInterval OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifInterval"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        },
        "/tmns/tmnsGeneralNotification/configurationChangeNotificationBranch/configurationChangeNotifRepeat": {
            "get": {
                "summary": "Retrieves the configurationChangeNotifRepeat OID",
                "operationId": "get_configurationChangeNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "responses": {
                    "200": {
                        "description": "Successfully retrieved the configurationChangeNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            },
            "put": {
                "summary": "Sets the value of the configurationChangeNotifRepeat OID",
                "operationId": "set_configurationChangeNotifRepeat",
                "produces": [
                    "application/xml"
                ],
                "parameters": [
                    {
                        "name": "id",
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifRepeat"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successfully set the configurationChangeNotifRepeat OID",
                        "schema": {
                            "$ref": "#/definitions/configurationChangeNotifRepeat"
                        }
                    },
                    "413": {
                        "description": "Too Big Error",
                        "schema": {
                            "$ref": "#/definitions/errorTooBig"
                        }
                    },
                    "404": {
                        "description": "No Such Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoSuchName"
                        }
                    },
                    "400": {
                        "description": "Bad Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorBadValue"
                        }
                    },
                    "405": {
                        "description": "Read Only Error",
                        "schema": {
                            "$ref": "#/definitions/errorReadOnly"
                        }
                    },
                    "500": {
                        "description": "General Error",
                        "schema": {
                            "$ref": "#/definitions/errorGeneral"
                        }
                    },
                    "403": {
                        "description": "No Access Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoAccess"
                        }
                    },
                    "490": {
                        "description": "Wrong Type Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongType"
                        }
                    },
                    "491": {
                        "description": "Wrong Length Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongLength"
                        }
                    },
                    "492": {
                        "description": "Wrong Encoding Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongEncoding"
                        }
                    },
                    "493": {
                        "description": "Wrong Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorWrongValue"
                        }
                    },
                    "507": {
                        "description": "No Creation Error",
                        "schema": {
                            "$ref": "#/definitions/errorNoCreation"
                        }
                    },
                    "494": {
                        "description": "Inconsistent Value Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentValue"
                        }
                    },
                    "501": {
                        "description": "Resource Unavailable Error",
                        "schema": {
                            "$ref": "#/definitions/errorResourceUnavailable"
                        }
                    },
                    "590": {
                        "description": "Commit Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorCommitFailed"
                        }
                    },
                    "591": {
                        "description": "Undo Failed Error",
                        "schema": {
                            "$ref": "#/definitions/errorUndoFailed"
                        }
                    },
                    "401": {
                        "description": "Authorization Error",
                        "schema": {
                            "$ref": "#/definitions/errorAuthorization"
                        }
                    },
                    "592": {
                        "description": "Not Writable Error",
                        "schema": {
                            "$ref": "#/definitions/errorNotWritable"
                        }
                    },
                    "593": {
                        "description": "Inconsistent Name Error",
                        "schema": {
                            "$ref": "#/definitions/errorInconsistentName"
                        }
                    }
                }
            }
        }
    },
    "definitions": {
        "roleID": {
            "type": "object",
            "description": "Key to identify a TMA's role within a Network.  This identifier allows the TMA to identify its particular information within a Network specified in the MDL Instance Document and shall not be set by the MDL Instance Document.",
            "properties": {
                "roleID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Key to identify a TMA's role within a Network.  This identifier allows the TMA to identify its particular information within a Network specified in the MDL Instance Document and shall not be set by the MDL Instance Document."
                }
            }
        },
        "networkName": {
            "type": "object",
            "description": "Identifier that specifies the Network to which the TMA belongs.  This identifier is intended to be used in conjunction with the roleID in order to locate the TMA's particular configuration data within an MDL Instance Document.  It shall not be set by the MDL Instance Document during configuration.  This identifier provides account management information in order to track the Network with which the TMA is associated.",
            "properties": {
                "networkName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Identifier that specifies the Network to which the TMA belongs.  This identifier is intended to be used in conjunction with the roleID in order to locate the TMA's particular configuration data within an MDL Instance Document.  It shall not be set by the MDL Instance Document during configuration.  This identifier provides account management information in order to track the Network with which the TMA is associated."
                }
            }
        },
        "tmaProductVersion": {
            "type": "object",
            "description": "The product version of the TMA.  This variable is likely to contain the software version of the TMA, but it may also include other versioning information (firmware version, etc.).",
            "properties": {
                "tmaProductVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The product version of the TMA.  This variable is likely to contain the software version of the TMA, but it may also include other versioning information (firmware version, etc.).",
                    "readOnly": true
                }
            }
        },
        "tmaDescription": {
            "type": "object",
            "description": "A string giving a human-readable name or description of the TMA.  This assists operators in identifying a TMA (e.g. 'Left Wing DAU').  This string may be set with the MDL Instance Document during configuration",
            "properties": {
                "tmaDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string giving a human-readable name or description of the TMA.  This assists operators in identifying a TMA (e.g. 'Left Wing DAU').  This string may be set with the MDL Instance Document during configuration"
                }
            }
        },
        "tmaTypeEntry": {
            "type": "object",
            "description": "tmaTypeEntry",
            "properties": {
                "tmaIndex": {
                    "$ref": "#/definitions/tmaIndex/properties/tmaIndex"
                },
                "tmaType": {
                    "$ref": "#/definitions/tmaType/properties/tmaType"
                }
            }
        },
        "tmaIndex": {
            "type": "object",
            "description": "Index for the tmaTypeTable.",
            "properties": {
                "tmaIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the tmaTypeTable.",
                    "readOnly": true
                }
            }
        },
        "tmaType": {
            "type": "object",
            "description": "A standard enumeration giving the type of the TMA.  The basic set of TMA capabilities is described in the textual convension of TmNSDeviceType.",
            "properties": {
                "tmaType": {
                    "type": "string",
                    "format": "TmNSDeviceType",
                    "description": "A standard enumeration giving the type of the TMA.  The basic set of TMA capabilities is described in the textual convension of TmNSDeviceType.",
                    "readOnly": true
                }
            }
        },
        "tmnsManagementResourcesVersion": {
            "type": "object",
            "description": "An identifier string which gives the applicable version of the RCC 106 is being supported by the TMA.  The format shall be according to the following example: 'RCC 106-17'",
            "properties": {
                "tmnsManagementResourcesVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "An identifier string which gives the applicable version of the RCC 106 is being supported by the TMA.  The format shall be according to the following example: 'RCC 106-17'",
                    "readOnly": true
                }
            }
        },
        "activeMdlSchemaVersion": {
            "type": "object",
            "description": "An identifier string which gives the applicable version of the IRIG 106 TmNS MDL schema that is supported by the TMA and is to be used when exporting its configuration.  During configuration, a TMA should automatically update this variable to correspond with the MDL schema version of the new configuration file.  When the TMA is commanded to export its MDL configuration, the TMA shall use the listed version of the MDL schema to produce its MDL configuration file.  When setting this variable, if the input is invalid or the version is not supported by the TMA, then this variable shall be set to its previous version or its default version if no previous version exists.  Versions shall consist of the MDL schema version number.  An example may be the string '1.0.0'.",
            "properties": {
                "activeMdlSchemaVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "An identifier string which gives the applicable version of the IRIG 106 TmNS MDL schema that is supported by the TMA and is to be used when exporting its configuration.  During configuration, a TMA should automatically update this variable to correspond with the MDL schema version of the new configuration file.  When the TMA is commanded to export its MDL configuration, the TMA shall use the listed version of the MDL schema to produce its MDL configuration file.  When setting this variable, if the input is invalid or the version is not supported by the TMA, then this variable shall be set to its previous version or its default version if no previous version exists.  Versions shall consist of the MDL schema version number.  An example may be the string '1.0.0'."
                }
            }
        },
        "tmnsMdlSchemaVersionsEntry": {
            "type": "object",
            "description": "tmnsMdlSchemaVersionsEntry",
            "properties": {
                "tmnsMdlSchemaVersionIndex": {
                    "$ref": "#/definitions/tmnsMdlSchemaVersionIndex/properties/tmnsMdlSchemaVersionIndex"
                },
                "tmnsMdlSchemaVersion": {
                    "$ref": "#/definitions/tmnsMdlSchemaVersion/properties/tmnsMdlSchemaVersion"
                }
            }
        },
        "tmnsMdlSchemaVersionIndex": {
            "type": "object",
            "description": "Index for the tmnsMdlSchemaVersionsTable.",
            "properties": {
                "tmnsMdlSchemaVersionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the tmnsMdlSchemaVersionsTable.",
                    "readOnly": true
                }
            }
        },
        "tmnsMdlSchemaVersion": {
            "type": "object",
            "description": "An identifier string which gives the applicable version of the RCC 106 MDL schema version that is supported by the TMA.  When setting this variable, if the input is invalid or the version is not supported by the TMA, then this variable shall be set to its previous version or its default version if no previous version exists.  Versions shall consist of the MDL schema version number.   An example may be the string '1.0.0'.",
            "properties": {
                "tmnsMdlSchemaVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "An identifier string which gives the applicable version of the RCC 106 MDL schema version that is supported by the TMA.  When setting this variable, if the input is invalid or the version is not supported by the TMA, then this variable shall be set to its previous version or its default version if no previous version exists.  Versions shall consist of the MDL schema version number.   An example may be the string '1.0.0'."
                }
            }
        },
        "implementsNetworkNode": {
            "type": "object",
            "description": "A read-only TruthValue status flag that indicates whether or not the TMA implements the tmnsNetworkNode branch of the TMNS-MIB.  True = yes.  False = no.",
            "properties": {
                "implementsNetworkNode": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "A read-only TruthValue status flag that indicates whether or not the TMA implements the tmnsNetworkNode branch of the TMNS-MIB.  True = yes.  False = no.",
                    "readOnly": true
                }
            }
        },
        "tmaProductName": {
            "type": "object",
            "description": "A string that describes the product name as assigned by the manufacturer.",
            "properties": {
                "tmaProductName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string that describes the product name as assigned by the manufacturer.",
                    "readOnly": true
                }
            }
        },
        "activeFaultsEntry": {
            "type": "object",
            "description": "activeFaultsEntry",
            "properties": {
                "faultIndex": {
                    "$ref": "#/definitions/faultIndex/properties/faultIndex"
                },
                "faultNumber": {
                    "$ref": "#/definitions/faultNumber/properties/faultNumber"
                },
                "faultString": {
                    "$ref": "#/definitions/faultString/properties/faultString"
                }
            }
        },
        "faultIndex": {
            "type": "object",
            "description": "Index for the activeFaultsTable.  Table entries shall retain the index originally assigned until the entry is cleared.  The index shall be initialized to one and otherwise follow the rules for a Counter32.",
            "properties": {
                "faultIndex": {
                    "type": "string",
                    "format": "Counter32",
                    "description": "Index for the activeFaultsTable.  Table entries shall retain the index originally assigned until the entry is cleared.  The index shall be initialized to one and otherwise follow the rules for a Counter32.",
                    "readOnly": true
                }
            }
        },
        "faultNumber": {
            "type": "object",
            "description": "Numerical fault value.  Standard fault numbers are defined as follows:\n          (1) - timeLockFault : The device is not locked to the external time source.\n          (2) - configurationFault : A fault occurred during configuration.\n          (3) - deviceFault : The device is in an error state not represented by other specifically named general errors.\n          (4) - invalidInput : Unrecognized command or parameter.\n          (5-1000) - Not defined.  Reserved for future standard expansion.",
            "properties": {
                "faultNumber": {
                    "type": "string",
                    "format": "INTEGER { timeLockFault(1), configurationFault (2), deviceFault (3), invalidInput (4)}",
                    "description": "Numerical fault value.  Standard fault numbers are defined as follows:\n          (1) - timeLockFault : The device is not locked to the external time source.\n          (2) - configurationFault : A fault occurred during configuration.\n          (3) - deviceFault : The device is in an error state not represented by other specifically named general errors.\n          (4) - invalidInput : Unrecognized command or parameter.\n          (5-1000) - Not defined.  Reserved for future standard expansion.",
                    "readOnly": true
                }
            }
        },
        "faultString": {
            "type": "object",
            "description": "Fault string associated with each defined faultNumber.  Standard fault strings are defined below:\n          (1) - 'Time Lock Fault'\n          (2) - 'Configuration Fault'\n          (3) - 'Device Fault'\n          (4) - 'Invalid Input: [Variable]'\n          (5-1000) - Reserved for future standard expansion.\n\nThe mandatory fault string values are required to be used by TMAs when reporting the associated fault conditions.  Optional fault string information may be appended to the mandatory fault strings listed above in order to provide additional information regarding the fault.  When using the optional additional fault string information, the additional text shall follow a colon placed immediately following the mandatory fault string.\nOptional fault string information is free-form text left up to the implementor.  For fault (4) above, the ': [Variable]' field is required for the fault stringand shall contain the name of the command or parameter which caused the error.  When using additonal information appended to",
            "properties": {
                "faultString": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Fault string associated with each defined faultNumber.  Standard fault strings are defined below:\n          (1) - 'Time Lock Fault'\n          (2) - 'Configuration Fault'\n          (3) - 'Device Fault'\n          (4) - 'Invalid Input: [Variable]'\n          (5-1000) - Reserved for future standard expansion.\n\nThe mandatory fault string values are required to be used by TMAs when reporting the associated fault conditions.  Optional fault string information may be appended to the mandatory fault strings listed above in order to provide additional information regarding the fault.  When using the optional additional fault string information, the additional text shall follow a colon placed immediately following the mandatory fault string.\nOptional fault string information is free-form text left up to the implementor.  For fault (4) above, the ': [Variable]' field is required for the fault stringand shall contain the name of the command or parameter which caused the error.  When using additonal information appended to",
                    "readOnly": true
                }
            }
        },
        "faultNotificationHistoryEntry": {
            "type": "object",
            "description": "faultNotificationHistoryEntry",
            "properties": {
                "faultNotificationHistoryIndex": {
                    "$ref": "#/definitions/faultNotificationHistoryIndex/properties/faultNotificationHistoryIndex"
                },
                "faultNotificationHistoryTime": {
                    "$ref": "#/definitions/faultNotificationHistoryTime/properties/faultNotificationHistoryTime"
                },
                "faultNotificationHistoryType": {
                    "$ref": "#/definitions/faultNotificationHistoryType/properties/faultNotificationHistoryType"
                }
            }
        },
        "faultNotificationHistoryIndex": {
            "type": "object",
            "description": "Index for the faultNotificationHistoryTable.",
            "properties": {
                "faultNotificationHistoryIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the faultNotificationHistoryTable.",
                    "readOnly": true
                }
            }
        },
        "faultNotificationHistoryTime": {
            "type": "object",
            "description": "This variable contains the time the fault notification was generated.  The time is based on the value of the tmaTime variable and shall follow the same display format.",
            "properties": {
                "faultNotificationHistoryTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This variable contains the time the fault notification was generated.  The time is based on the value of the tmaTime variable and shall follow the same display format.",
                    "readOnly": true
                }
            }
        },
        "faultNotificationHistoryType": {
            "type": "object",
            "description": "A string providing the name of the fault Notification corresponding to faultNotificationHistoryTime.  This may be an informational field or may indicate a comma-separated list of variables to be retrieved if the string is prefaced with the tag 'NOTIFICATION=a,b,c'.",
            "properties": {
                "faultNotificationHistoryType": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string providing the name of the fault Notification corresponding to faultNotificationHistoryTime.  This may be an informational field or may indicate a comma-separated list of variables to be retrieved if the string is prefaced with the tag 'NOTIFICATION=a,b,c'.",
                    "readOnly": true
                }
            }
        },
        "configurationVersion": {
            "type": "object",
            "description": "String indicating the current configuration MDL Instance Document that the TMA is configured with.  This management resource shall be set to the string containing the value of the ConfigurationVersion element for the TMA from the configuration MDL Instance Document, the roleID, and the time it was configured.  This string shall be set according to the following format:  <ConfigurationVersion Element>_<roleID>_<timestamp>.  The timestamp shall be in the following format: <YYYYMMDD>T<hhmmss>.  If the TMA is not configured, then this value shall be blank.",
            "properties": {
                "configurationVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String indicating the current configuration MDL Instance Document that the TMA is configured with.  This management resource shall be set to the string containing the value of the ConfigurationVersion element for the TMA from the configuration MDL Instance Document, the roleID, and the time it was configured.  This string shall be set according to the following format:  <ConfigurationVersion Element>_<roleID>_<timestamp>.  The timestamp shall be in the following format: <YYYYMMDD>T<hhmmss>.  If the TMA is not configured, then this value shall be blank.",
                    "readOnly": true
                }
            }
        },
        "configurationURI": {
            "type": "object",
            "description": "The Uniform Resource Identifier (URI) description of the location of the configuration MDL Instance Document.  Example: ftp://192.168.0.2/directory/configfile.",
            "properties": {
                "configurationURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The Uniform Resource Identifier (URI) description of the location of the configuration MDL Instance Document.  Example: ftp://192.168.0.2/directory/configfile."
                }
            }
        },
        "configure": {
            "type": "object",
            "description": "When set to true, the TMA shall retrieve the file indicated in the configurationURI and follow the Device Configuration Protocol as described in Section 25.4.3.1*.  The TMA returns this flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any FTP or TFTP error.  This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "configure": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When set to true, the TMA shall retrieve the file indicated in the configurationURI and follow the Device Configuration Protocol as described in Section 25.4.3.1*.  The TMA returns this flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any FTP or TFTP error.  This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "configurationExportURI": {
            "type": "object",
            "description": "The Uniform Resource Identifier (URI) description of the location to which a TMA should send its configuration MDL Instance Document on request.",
            "properties": {
                "configurationExportURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The Uniform Resource Identifier (URI) description of the location to which a TMA should send its configuration MDL Instance Document on request."
                }
            }
        },
        "exportConfiguration": {
            "type": "object",
            "description": "Command to tell TMA to FTP or TFTP its MDL Instance Document with current device values to the location named in the configurationExportURI.  Set flag to true to start transfer.  The TMA returns this flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any ftp or tftp error.   This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "exportConfiguration": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Command to tell TMA to FTP or TFTP its MDL Instance Document with current device values to the location named in the configurationExportURI.  Set flag to true to start transfer.  The TMA returns this flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any ftp or tftp error.   This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "storeCurrentConfiguration": {
            "type": "object",
            "description": "Stores current configuration with a user-defined numerical index and description in the format '#: Flight 4 Configuration'.  The index number is used as the index to the storedConfigurationTable.  The description is used for the configurationDescription of the row in the storedConfigurationTable at the specified index.  If a configuration already exists at the supplied index, then the TMA shall overwrite the previous configuration with the new configuration at the index represented by #.  Implementation of this variable is conditional.  A TMA shall implement this variable if it supports the capability to store and recall configurations.",
            "properties": {
                "storeCurrentConfiguration": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Stores current configuration with a user-defined numerical index and description in the format '#: Flight 4 Configuration'.  The index number is used as the index to the storedConfigurationTable.  The description is used for the configurationDescription of the row in the storedConfigurationTable at the specified index.  If a configuration already exists at the supplied index, then the TMA shall overwrite the previous configuration with the new configuration at the index represented by #.  Implementation of this variable is conditional.  A TMA shall implement this variable if it supports the capability to store and recall configurations."
                }
            }
        },
        "recallConfiguration": {
            "type": "object",
            "description": "Reloads an internally saved configuration, based on a user-defined numerical index #.  If no saved configuration exists at the specified index, then the configuration state of the device shall not change.  Implementation of this variable is conditional.  A TMA shall implement this variable if it supports the capability to store and recall configurations.",
            "properties": {
                "recallConfiguration": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Reloads an internally saved configuration, based on a user-defined numerical index #.  If no saved configuration exists at the specified index, then the configuration state of the device shall not change.  Implementation of this variable is conditional.  A TMA shall implement this variable if it supports the capability to store and recall configurations."
                }
            }
        },
        "storedConfigurationEntry": {
            "type": "object",
            "description": "storedConfigurationEntry",
            "properties": {
                "configurationIndex": {
                    "$ref": "#/definitions/configurationIndex/properties/configurationIndex"
                },
                "configurationDescription": {
                    "$ref": "#/definitions/configurationDescription/properties/configurationDescription"
                }
            }
        },
        "configurationIndex": {
            "type": "object",
            "description": "The index of the stored configuration.  Indexes do not need to be continuous or sequential.  The index value is determined based on the index number supplied by the user when setting the storeCurrentConfiguration variable.",
            "properties": {
                "configurationIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the stored configuration.  Indexes do not need to be continuous or sequential.  The index value is determined based on the index number supplied by the user when setting the storeCurrentConfiguration variable.",
                    "readOnly": true
                }
            }
        },
        "configurationDescription": {
            "type": "object",
            "description": "The description of the stored configuration.  The value of this string is set based on setting the storeCurrentConfiguration variable.",
            "properties": {
                "configurationDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The description of the stored configuration.  The value of this string is set based on setting the storeCurrentConfiguration variable.",
                    "readOnly": true
                }
            }
        },
        "configChangeCounter": {
            "type": "object",
            "description": "This variable serves as an indicator of configuration changes made to a device after an MDL file is used to configure it.  This counter has the range of 0-15.  When a manager loads a new MDL file on a device, the TMA itself shall reset this variable to 0.  The TMA shall increment the counter after any modification to the operational configuration of the device is made other than a reconfiguration through MDL (e.g., changing a gain setting).  Once the maximum value of 15 is reached, the value shall remain at 15 until the TMA is reconfigured with MDL or receives a command to clear its counter.  A manager may manually clear this counter by setting the clearConfigChangeCounter variable to clear(1).",
            "properties": {
                "configChangeCounter": {
                    "type": "string",
                    "format": "Unsigned16 (0..15)",
                    "description": "This variable serves as an indicator of configuration changes made to a device after an MDL file is used to configure it.  This counter has the range of 0-15.  When a manager loads a new MDL file on a device, the TMA itself shall reset this variable to 0.  The TMA shall increment the counter after any modification to the operational configuration of the device is made other than a reconfiguration through MDL (e.g., changing a gain setting).  Once the maximum value of 15 is reached, the value shall remain at 15 until the TMA is reconfigured with MDL or receives a command to clear its counter.  A manager may manually clear this counter by setting the clearConfigChangeCounter variable to clear(1).",
                    "readOnly": true
                }
            }
        },
        "clearConfigChangeCounter": {
            "type": "object",
            "description": "When set to clear(1), the TMA shall reset the value of configChangeCounter to 0.  The TMA shall return this variable back to notCleared(2) when the counter has been cleared.",
            "properties": {
                "clearConfigChangeCounter": {
                    "type": "string",
                    "format": "INTEGER { clear (1), notCleared (2) }",
                    "description": "When set to clear(1), the TMA shall reset the value of configChangeCounter to 0.  The TMA shall return this variable back to notCleared(2) when the counter has been cleared."
                }
            }
        },
        "lastConfigAttemptResult": {
            "type": "object",
            "description": "This variable indicates whether the last configuration attempt of the TMA was successful or not.  The value shall be persistent across restarts of the TMA, including power cycles of the host platform.",
            "properties": {
                "lastConfigAttemptResult": {
                    "type": "string",
                    "format": "INTEGER { success (1), failure (2) }",
                    "description": "This variable indicates whether the last configuration attempt of the TMA was successful or not.  The value shall be persistent across restarts of the TMA, including power cycles of the host platform.",
                    "readOnly": true
                }
            }
        },
        "lastConfigAttemptTime": {
            "type": "object",
            "description": "A variable displaying the completion time of the last configuration attempt, regardless of whether the configuration attempt was successful.  The format of the time value shall use the TmNS Timestamp format.  Second-resolution is required; subseconds may be truncated.",
            "properties": {
                "lastConfigAttemptTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A variable displaying the completion time of the last configuration attempt, regardless of whether the configuration attempt was successful.  The format of the time value shall use the TmNS Timestamp format.  Second-resolution is required; subseconds may be truncated.",
                    "readOnly": true
                }
            }
        },
        "tmaInitiateBuiltInTest": {
            "type": "object",
            "description": "Perform operator-initiated self-test, (1) true = start, (2) false = stop.  TMA sets value to false when test is complete and reports errors through the faultNumber and faultString variables.  Only TMAs which support initiated Built-In Test (BIT) shall implement this variable.",
            "properties": {
                "tmaInitiateBuiltInTest": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Perform operator-initiated self-test, (1) true = start, (2) false = stop.  TMA sets value to false when test is complete and reports errors through the faultNumber and faultString variables.  Only TMAs which support initiated Built-In Test (BIT) shall implement this variable."
                }
            }
        },
        "tmaReset": {
            "type": "object",
            "description": "Reset the TMA.  There are two types of reset events for the TMA.  The first type simply restarts the TMA.  The second type restores the TMA back to its factory default settings.  Performing either of these reset events shall only affect this TMA.  It shall have no direct impact on the hosting NetworkNode or any other TMAs that are running on the NetworkNode.\nIf a TMA in the unconfigured state is reset (restarted) after a failed configuration attempt, the TMA shall boot into the same unconfigured state that existed on the TMA before the reset.  The TMA shall report a current 'Configuration Fault' until it is successfully configured.  If the TMA is reset to its default configuration, then the 'Configuration Fault' shall not be generated after the TMA boots up.",
            "properties": {
                "tmaReset": {
                    "type": "string",
                    "format": "INTEGER { noReset (-1), restartTma (1), restoreTmaFactoryDefaults (2) }",
                    "description": "Reset the TMA.  There are two types of reset events for the TMA.  The first type simply restarts the TMA.  The second type restores the TMA back to its factory default settings.  Performing either of these reset events shall only affect this TMA.  It shall have no direct impact on the hosting NetworkNode or any other TMAs that are running on the NetworkNode.\nIf a TMA in the unconfigured state is reset (restarted) after a failed configuration attempt, the TMA shall boot into the same unconfigured state that existed on the TMA before the reset.  The TMA shall report a current 'Configuration Fault' until it is successfully configured.  If the TMA is reset to its default configuration, then the 'Configuration Fault' shall not be generated after the TMA boots up."
                }
            }
        },
        "logFileExportURI": {
            "type": "object",
            "description": "The Uniform Resource Identifier (URI) description of the location to which a TMA should send its log file on request.",
            "properties": {
                "logFileExportURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The Uniform Resource Identifier (URI) description of the location to which a TMA should send its log file on request."
                }
            }
        },
        "exportLogFile": {
            "type": "object",
            "description": "Command to tell TMA to ftp or tftp its log file to the location named in the logFileExportURI.  Set flag to true to start transfer.  TMA returns flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any ftp or tftp error.   This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "exportLogFile": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Command to tell TMA to ftp or tftp its log file to the location named in the logFileExportURI.  Set flag to true to start transfer.  TMA returns flag to false when transfer is complete (or fails).  TMA sets faultString variable in case of any ftp or tftp error.   This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "tmaManagementOwner": {
            "type": "object",
            "description": "The IP address of the TMAManager claiming ownership.",
            "properties": {
                "tmaManagementOwner": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "The IP address of the TMAManager claiming ownership."
                }
            }
        },
        "tmaManagementLock": {
            "type": "object",
            "description": "A semaphore to prevent collisions when setting ownership.  This variable shall be set in a single command with tmaManagementOwner to prevent race conditions in ownership acquisition.",
            "properties": {
                "tmaManagementLock": {
                    "type": "string",
                    "format": "TestAndIncr",
                    "description": "A semaphore to prevent collisions when setting ownership.  This variable shall be set in a single command with tmaManagementOwner to prevent race conditions in ownership acquisition."
                }
            }
        },
        "tmaManagementStartTime": {
            "type": "object",
            "description": "This variable contains the time the ownership was acquired.  The time is based on the value of the tmaTime variable and shall follow the same display format.",
            "properties": {
                "tmaManagementStartTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This variable contains the time the ownership was acquired.  The time is based on the value of the tmaTime variable and shall follow the same display format.",
                    "readOnly": true
                }
            }
        },
        "tmaStateNumber": {
            "type": "object",
            "description": "An integer corresponding to the general state string indicating the current state of the TMA.",
            "properties": {
                "tmaStateNumber": {
                    "type": "string",
                    "format": "INTEGER { unknown (-1), unconfigured (1), configured (2), initiatedBIT (3) }",
                    "description": "An integer corresponding to the general state string indicating the current state of the TMA.",
                    "readOnly": true
                }
            }
        },
        "tmaStateString": {
            "type": "object",
            "description": "A string corresponding to the general numeric state value describing the current TMA state.  Standard state strings and their descriptions are defined below alongside the corresponding tmaStateNumber value:\n          (-1) - 'Unknown' - The TMA state is unknown.\n          (1) - 'Unconfigured' - The TMA is unconfigured and requires a successful configuration before operation can begin.\n          (2) - 'Configured' - The TMA is configured.\n          (3) - 'Initiated BIT' - The TMA is performing an initiated built-in test (BIT).\n          (4-1000) - Not defined.  Reserved for future standard expansion.",
            "properties": {
                "tmaStateString": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string corresponding to the general numeric state value describing the current TMA state.  Standard state strings and their descriptions are defined below alongside the corresponding tmaStateNumber value:\n          (-1) - 'Unknown' - The TMA state is unknown.\n          (1) - 'Unconfigured' - The TMA is unconfigured and requires a successful configuration before operation can begin.\n          (2) - 'Configured' - The TMA is configured.\n          (3) - 'Initiated BIT' - The TMA is performing an initiated built-in test (BIT).\n          (4-1000) - Not defined.  Reserved for future standard expansion.",
                    "readOnly": true
                }
            }
        },
        "tmaTime": {
            "type": "object",
            "description": "This resource provides the internal time of the NetworkNode that the TMA is running on in a human-readable form.  The format of the desired time value is the TmNStimestamp format described in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "tmaTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This resource provides the internal time of the NetworkNode that the TMA is running on in a human-readable form.  The format of the desired time value is the TmNStimestamp format described in Chapter 22, Section 22.5.1.3.6.",
                    "readOnly": true
                }
            }
        },
        "tmaIeee1588ClockState": {
            "type": "object",
            "description": "Current state of the TMA's host platform clock.  This state is determined by the IEEE 1588 PTP algorithm.  A device operating as a PTP boundary clock or a PTP transparent clock shall report its state as such except for when it is serving in the role of network GrandMaster, in which case it shall report a value of ieee1588Master.  Only TMAs whose host platform supports IEEE 1588 shall implement this variable.",
            "properties": {
                "tmaIeee1588ClockState": {
                    "type": "string",
                    "format": "INTEGER { lockedSlave (1), ieee1588Master (2), freeRunning (3), boundaryClock (4), transparentClock (5) }",
                    "description": "Current state of the TMA's host platform clock.  This state is determined by the IEEE 1588 PTP algorithm.  A device operating as a PTP boundary clock or a PTP transparent clock shall report its state as such except for when it is serving in the role of network GrandMaster, in which case it shall report a value of ieee1588Master.  Only TMAs whose host platform supports IEEE 1588 shall implement this variable.",
                    "readOnly": true
                }
            }
        },
        "tmaInitiatedBitPercentComplete": {
            "type": "object",
            "description": "Percent completion of the initiated Built-In Test of the TMA.  If no initiated BIT is running, then this value shall be set to '0'.",
            "properties": {
                "tmaInitiatedBitPercentComplete": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Percent completion of the initiated Built-In Test of the TMA.  If no initiated BIT is running, then this value shall be set to '0'.",
                    "readOnly": true
                }
            }
        },
        "tmaInitiatedBitLastResult": {
            "type": "object",
            "description": "Result of last completed initiated Built-In Test for the TMA.  If the TMA's initiated Built-In Test fails, then fault information shall be provided in the activeFaultsTable.",
            "properties": {
                "tmaInitiatedBitLastResult": {
                    "type": "string",
                    "format": "INTEGER { iBitPassed (1), iBitFailed (2) }",
                    "description": "Result of last completed initiated Built-In Test for the TMA.  If the TMA's initiated Built-In Test fails, then fault information shall be provided in the activeFaultsTable.",
                    "readOnly": true
                }
            }
        },
        "tmaPeriodicBitLastResult": {
            "type": "object",
            "description": "Result of last completed tmaPeriodicBIT for the TMA.  If the TMA's periodic BIT fails, then fault information shall be provided in the activeFaultsTable.",
            "properties": {
                "tmaPeriodicBitLastResult": {
                    "type": "string",
                    "format": "INTEGER { pBitPassed (1), pBitFailed (2) }",
                    "description": "Result of last completed tmaPeriodicBIT for the TMA.  If the TMA's periodic BIT fails, then fault information shall be provided in the activeFaultsTable.",
                    "readOnly": true
                }
            }
        },
        "tmaLoggingLevel": {
            "type": "object",
            "description": "This variable is an enumeration that indicates the level of logging being performed on the TMA.  There are six different logging levels.  The TMA shall log all messages at or below the current value of this variable.  Example: if the value is critical (1), then only CRITICAL messages shall be written to the TMA's log file.  If the value is info (4), then all CRITICAL, ERROR, WARNING, and INFO messages shall be written to the TMA's log file.  Logging on the device may be disabled by setting this value to none (-1).",
            "properties": {
                "tmaLoggingLevel": {
                    "type": "string",
                    "format": "INTEGER { none (-1), critical (1), error (2), warning (3), info (4), debug (5), trace (6) }",
                    "description": "This variable is an enumeration that indicates the level of logging being performed on the TMA.  There are six different logging levels.  The TMA shall log all messages at or below the current value of this variable.  Example: if the value is critical (1), then only CRITICAL messages shall be written to the TMA's log file.  If the value is info (4), then all CRITICAL, ERROR, WARNING, and INFO messages shall be written to the TMA's log file.  Logging on the device may be disabled by setting this value to none (-1)."
                }
            }
        },
        "tmaClockFreeRunTime": {
            "type": "object",
            "description": "If a TMA is not synchronized to an IEEE 1588 master, then this field shall indicate how long the it has been in the free-running state in seconds.  The count shall reset to 0 whenever the TMA is synchronized.  When synchronization is lost, this value shall increment.  On power-up or reboot of the host platform, the value shall reset to 0 and begin incrementing if not synchronized.",
            "properties": {
                "tmaClockFreeRunTime": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "If a TMA is not synchronized to an IEEE 1588 master, then this field shall indicate how long the it has been in the free-running state in seconds.  The count shall reset to 0 whenever the TMA is synchronized.  When synchronization is lost, this value shall increment.  On power-up or reboot of the host platform, the value shall reset to 0 and begin incrementing if not synchronized.",
                    "readOnly": true
                }
            }
        },
        "ptpMasterExternalTimeLockState": {
            "type": "object",
            "description": "This resource indicates whether or not the PTP master that the TMA is synchronized to is synchronized to an external time reference or not.  When the TMA is a locked IEEE 1588 slave (tmaIeee1588Clockstate == lockedSlave), the value shall be set to 'locked' or 'notLocked'.  This shall be determined by the PTP flags (timeTraceable and frequencyTraceable) in the Announce Message generated by the Grandmaster Clock that the TMA is synchronized to.  When the TMA is operating as the Grandmaster Clock (tmaIeee1588ClockState == ieee1588Master), this variable is analogous to 'tmnsMasterClock::extTimeLockStatus' and shall report likewise.  When the TMA is not locked to a PTP Grandmaster Clock (tmaIeee1588ClockState == freeRunning), the value shall be set to 'notApplicable'.  If the TMA is a boundary clock or a transparent clock and not operating as a PTP Grandmaster Clock, the TMA shall report 'locked' or 'notLocked' if it synchronizes to a PTP Grandmaster Clock, otherwise it shall report 'notApplicable'.",
            "properties": {
                "ptpMasterExternalTimeLockState": {
                    "type": "string",
                    "format": "INTEGER { locked (1), notLocked (2), notApplicable (3) }",
                    "description": "This resource indicates whether or not the PTP master that the TMA is synchronized to is synchronized to an external time reference or not.  When the TMA is a locked IEEE 1588 slave (tmaIeee1588Clockstate == lockedSlave), the value shall be set to 'locked' or 'notLocked'.  This shall be determined by the PTP flags (timeTraceable and frequencyTraceable) in the Announce Message generated by the Grandmaster Clock that the TMA is synchronized to.  When the TMA is operating as the Grandmaster Clock (tmaIeee1588ClockState == ieee1588Master), this variable is analogous to 'tmnsMasterClock::extTimeLockStatus' and shall report likewise.  When the TMA is not locked to a PTP Grandmaster Clock (tmaIeee1588ClockState == freeRunning), the value shall be set to 'notApplicable'.  If the TMA is a boundary clock or a transparent clock and not operating as a PTP Grandmaster Clock, the TMA shall report 'locked' or 'notLocked' if it synchronizes to a PTP Grandmaster Clock, otherwise it shall report 'notApplicable'.",
                    "readOnly": true
                }
            }
        },
        "securityKeyEntry": {
            "type": "object",
            "description": "securityKeyEntry",
            "properties": {
                "keyIndex": {
                    "$ref": "#/definitions/keyIndex/properties/keyIndex"
                },
                "keyIdentifier": {
                    "$ref": "#/definitions/keyIdentifier/properties/keyIdentifier"
                },
                "keyDescriptionField": {
                    "$ref": "#/definitions/keyDescriptionField/properties/keyDescriptionField"
                },
                "keyIssuedBy": {
                    "$ref": "#/definitions/keyIssuedBy/properties/keyIssuedBy"
                },
                "keyType": {
                    "$ref": "#/definitions/keyType/properties/keyType"
                },
                "keyLength": {
                    "$ref": "#/definitions/keyLength/properties/keyLength"
                },
                "keyStatus": {
                    "$ref": "#/definitions/keyStatus/properties/keyStatus"
                },
                "cryptoStartDate": {
                    "$ref": "#/definitions/cryptoStartDate/properties/cryptoStartDate"
                },
                "cryptoEndDate": {
                    "$ref": "#/definitions/cryptoEndDate/properties/cryptoEndDate"
                },
                "securityApplication": {
                    "$ref": "#/definitions/securityApplication/properties/securityApplication"
                },
                "domainParameters": {
                    "$ref": "#/definitions/domainParameters/properties/domainParameters"
                },
                "keyAssociation": {
                    "$ref": "#/definitions/keyAssociation/properties/keyAssociation"
                }
            }
        },
        "keyIndex": {
            "type": "object",
            "description": "The index of the securityKeyTable.",
            "properties": {
                "keyIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the securityKeyTable.",
                    "readOnly": true
                }
            }
        },
        "keyIdentifier": {
            "type": "object",
            "description": "The ID of the key.",
            "properties": {
                "keyIdentifier": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The ID of the key.",
                    "readOnly": true
                }
            }
        },
        "keyDescriptionField": {
            "type": "object",
            "description": "Description of the key.",
            "properties": {
                "keyDescriptionField": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Description of the key.",
                    "readOnly": true
                }
            }
        },
        "keyIssuedBy": {
            "type": "object",
            "description": "The  owner of the key.  This is the name of the organization that issued the key.",
            "properties": {
                "keyIssuedBy": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The  owner of the key.  This is the name of the organization that issued the key.",
                    "readOnly": true
                }
            }
        },
        "keyType": {
            "type": "object",
            "description": "An enumeration indicating the type of the key.",
            "properties": {
                "keyType": {
                    "type": "string",
                    "format": "INTEGER { encryptionKey (1), signingPrivateKey (2) }",
                    "description": "An enumeration indicating the type of the key.",
                    "readOnly": true
                }
            }
        },
        "keyLength": {
            "type": "object",
            "description": "Length of the key (in bits).",
            "properties": {
                "keyLength": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Length of the key (in bits).",
                    "readOnly": true
                }
            }
        },
        "keyStatus": {
            "type": "object",
            "description": "String displaying the current status of the key.",
            "properties": {
                "keyStatus": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String displaying the current status of the key.",
                    "readOnly": true
                }
            }
        },
        "cryptoStartDate": {
            "type": "object",
            "description": "This is a string that displays the start date for when the key is valid.",
            "properties": {
                "cryptoStartDate": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This is a string that displays the start date for when the key is valid.",
                    "readOnly": true
                }
            }
        },
        "cryptoEndDate": {
            "type": "object",
            "description": "This is a string that displays the end date for when the key is valid.",
            "properties": {
                "cryptoEndDate": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This is a string that displays the end date for when the key is valid.",
                    "readOnly": true
                }
            }
        },
        "securityApplication": {
            "type": "object",
            "description": "This is a string that specifies the type of application for which the key is being used for (link encryption, purchasing, email, etc.).  ",
            "properties": {
                "securityApplication": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This is a string that specifies the type of application for which the key is being used for (link encryption, purchasing, email, etc.).  ",
                    "readOnly": true
                }
            }
        },
        "domainParameters": {
            "type": "object",
            "description": "A parameter used in conjunction with some public-key algorithms to generate key pairs, to create digital signatures, or to establish keying material.",
            "properties": {
                "domainParameters": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A parameter used in conjunction with some public-key algorithms to generate key pairs, to create digital signatures, or to establish keying material.",
                    "readOnly": true
                }
            }
        },
        "keyAssociation": {
            "type": "object",
            "description": "The association between a public and a private key.",
            "properties": {
                "keyAssociation": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The association between a public and a private key.",
                    "readOnly": true
                }
            }
        },
        "mcRouting": {
            "type": "object",
            "description": "An integer indicating whether the NetworkFabricDevice populates its multicast routing table dynamically via IGMP or statically.",
            "properties": {
                "mcRouting": {
                    "type": "string",
                    "format": "INTEGER { dynamicRouting (1), staticRouting (2), staticAndDynamic (3) }",
                    "description": "An integer indicating whether the NetworkFabricDevice populates its multicast routing table dynamically via IGMP or statically.",
                    "readOnly": true
                }
            }
        },
        "igmpQuerier": {
            "type": "object",
            "description": "Status of the NetworkFabricDevice's IGMP Querier capability.  querierAuto indicates the NetworkDevice will participate in the IGMP Querier election.  querierOn forces the NetworkFabricDevice to be a Querier, regardless of election.  querierOff forces the NetworkFabricDevice to not be a Querier, regardless of election.",
            "properties": {
                "igmpQuerier": {
                    "type": "string",
                    "format": "INTEGER { querierOn (1), querierOff (2), querierAuto (3) }",
                    "description": "Status of the NetworkFabricDevice's IGMP Querier capability.  querierAuto indicates the NetworkDevice will participate in the IGMP Querier election.  querierOn forces the NetworkFabricDevice to be a Querier, regardless of election.  querierOff forces the NetworkFabricDevice to not be a Querier, regardless of election.",
                    "readOnly": true
                }
            }
        },
        "igmpIsQuerier": {
            "type": "object",
            "description": "Status of whether the NetworkFabricDevice is an IGMP querier.  If igmpQuerier is querierAuto, the value of this variable is determined by the IGMP querier election process.",
            "properties": {
                "igmpIsQuerier": {
                    "type": "string",
                    "format": "INTEGER { querier (1), nonQuerier (2) }",
                    "description": "Status of whether the NetworkFabricDevice is an IGMP querier.  If igmpQuerier is querierAuto, the value of this variable is determined by the IGMP querier election process.",
                    "readOnly": true
                }
            }
        },
        "igmpQueryInterval": {
            "type": "object",
            "description": "Number of seconds between IGMP queries.",
            "properties": {
                "igmpQueryInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Number of seconds between IGMP queries.",
                    "readOnly": true
                }
            }
        },
        "mcastStatusEntry": {
            "type": "object",
            "description": "mcastStatusEntry",
            "properties": {
                "mcastStatusMacAddress": {
                    "$ref": "#/definitions/mcastStatusMacAddress/properties/mcastStatusMacAddress"
                },
                "mcastStaticAllowedToGoTo": {
                    "$ref": "#/definitions/mcastStaticAllowedToGoTo/properties/mcastStaticAllowedToGoTo"
                },
                "mcastDynamicAllowedToGoTo": {
                    "$ref": "#/definitions/mcastDynamicAllowedToGoTo/properties/mcastDynamicAllowedToGoTo"
                }
            }
        },
        "mcastStatusMacAddress": {
            "type": "object",
            "description": "The multicast destination MAC address.",
            "properties": {
                "mcastStatusMacAddress": {
                    "type": "string",
                    "format": "MacAddress",
                    "description": "The multicast destination MAC address.",
                    "readOnly": true
                }
            }
        },
        "mcastStaticAllowedToGoTo": {
            "type": "object",
            "description": "The static bit-string of ports to which frames received from a specific port and destined for a specific MAC address are allowed to be forwarded.  The bit-string format and port designations follow the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable (Section 25.2.1.1.1).",
            "properties": {
                "mcastStaticAllowedToGoTo": {
                    "type": "string",
                    "format": "OCTET STRING (SIZE(0..512))",
                    "description": "The static bit-string of ports to which frames received from a specific port and destined for a specific MAC address are allowed to be forwarded.  The bit-string format and port designations follow the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable (Section 25.2.1.1.1).",
                    "readOnly": true
                }
            }
        },
        "mcastDynamicAllowedToGoTo": {
            "type": "object",
            "description": "The dynamic bit-string of ports to which frames received from a specific port and destined for a specific MAC address are allowed to be forwarded.  The bit-string format and port designations follow the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable (Section 25.2.1.1.1).",
            "properties": {
                "mcastDynamicAllowedToGoTo": {
                    "type": "string",
                    "format": "OCTET STRING (SIZE(0..512))",
                    "description": "The dynamic bit-string of ports to which frames received from a specific port and destined for a specific MAC address are allowed to be forwarded.  The bit-string format and port designations follow the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable (Section 25.2.1.1.1).",
                    "readOnly": true
                }
            }
        },
        "igmpMcRouterPorts": {
            "type": "object",
            "description": "This variable contains a bit-string of ports.  All ports designated by this bit-field as IGMP router ports shall forward IGMP membership reports over those designated ports regardless of whether or not a query is received from the port.  The bit-string format follows the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable.",
            "properties": {
                "igmpMcRouterPorts": {
                    "type": "string",
                    "format": "OCTET STRING (SIZE(0..512))",
                    "description": "This variable contains a bit-string of ports.  All ports designated by this bit-field as IGMP router ports shall forward IGMP membership reports over those designated ports regardless of whether or not a query is received from the port.  The bit-string format follows the rules laid out in RFC 4188 as the description of the dot1dStaticAllowedToGoTo variable.",
                    "readOnly": true
                }
            }
        },
        "nfdPortDescrEntry": {
            "type": "object",
            "description": "nfdPortDescrEntry",
            "properties": {
                "nfdPortDescrIndex": {
                    "$ref": "#/definitions/nfdPortDescrIndex/properties/nfdPortDescrIndex"
                },
                "nfdPortIeee1588Version": {
                    "$ref": "#/definitions/nfdPortIeee1588Version/properties/nfdPortIeee1588Version"
                },
                "nfdPortClockState": {
                    "$ref": "#/definitions/nfdPortClockState/properties/nfdPortClockState"
                }
            }
        },
        "nfdPortDescrIndex": {
            "type": "object",
            "description": "The index of the nfdPortDescrTable.",
            "properties": {
                "nfdPortDescrIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the nfdPortDescrTable.",
                    "readOnly": true
                }
            }
        },
        "nfdPortIeee1588Version": {
            "type": "object",
            "description": "Version of IEEE 1588  (PTP) being used on the port indicated by nfdPortDescrIndex.  Ports with a value of ieee1588v2008e2e or ieee1588v2008p2p indicate the PTP delay mechanism to be used for the IEEE 1588-2008 protocol, either end-to-end or peer-to-peer respectively.  If a switch does not allow individual configuration of the IEEE 1588 version on a per port basis, then all rows in this table shall contain the same value and correspond to the value given in the ieee1588Version variable.",
            "properties": {
                "nfdPortIeee1588Version": {
                    "type": "string",
                    "format": "INTEGER { ieee1588v2002 (1), ieee1588v2008e2e (2), ieee1588v2008p2p (3) }",
                    "description": "Version of IEEE 1588  (PTP) being used on the port indicated by nfdPortDescrIndex.  Ports with a value of ieee1588v2008e2e or ieee1588v2008p2p indicate the PTP delay mechanism to be used for the IEEE 1588-2008 protocol, either end-to-end or peer-to-peer respectively.  If a switch does not allow individual configuration of the IEEE 1588 version on a per port basis, then all rows in this table shall contain the same value and correspond to the value given in the ieee1588Version variable.",
                    "readOnly": true
                }
            }
        },
        "nfdPortClockState": {
            "type": "object",
            "description": "Enumeration that specifies the IEEE 1588 state of the port.  For network fabric devices operating as a transparent clock, all ports shall indicate transparent.",
            "properties": {
                "nfdPortClockState": {
                    "type": "string",
                    "format": "INTEGER { master (1), slave (2), transparent (3), initializing (4) }",
                    "description": "Enumeration that specifies the IEEE 1588 state of the port.  For network fabric devices operating as a transparent clock, all ports shall indicate transparent.",
                    "readOnly": true
                }
            }
        },
        "pointingCommand": {
            "type": "object",
            "description": "String that sets the elevation and azimuth of the antenna.  Elevation and azimuth are specified in decimal degrees.  Format of the string is 'elevation:azimuth'.",
            "properties": {
                "pointingCommand": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String that sets the elevation and azimuth of the antenna.  Elevation and azimuth are specified in decimal degrees.  Format of the string is 'elevation:azimuth'."
                }
            }
        },
        "currentElevation": {
            "type": "object",
            "description": "String indicating the current elevation of the antenna in decimal degrees.",
            "properties": {
                "currentElevation": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String indicating the current elevation of the antenna in decimal degrees.",
                    "readOnly": true
                }
            }
        },
        "currentAzimuth": {
            "type": "object",
            "description": "String indicating the current azimuth of the antenna in decimal degrees.",
            "properties": {
                "currentAzimuth": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String indicating the current azimuth of the antenna in decimal degrees.",
                    "readOnly": true
                }
            }
        },
        "pointingError": {
            "type": "object",
            "description": "Boolean indicating whether the last pointing command resulted in an error.  (1) true = Error, (2) false = No Error.",
            "properties": {
                "pointingError": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Boolean indicating whether the last pointing command resulted in an error.  (1) true = Error, (2) false = No Error.",
                    "readOnly": true
                }
            }
        },
        "servoEnergized": {
            "type": "object",
            "description": "Whether the Servos are energized or not. (1) true = energized, (2) false = not energized.",
            "properties": {
                "servoEnergized": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Whether the Servos are energized or not. (1) true = energized, (2) false = not energized.",
                    "readOnly": true
                }
            }
        },
        "feedEnabled": {
            "type": "object",
            "description": "Whether the Feed is enabled or not, (1) true = enabled, (2) false = not enabled.",
            "properties": {
                "feedEnabled": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Whether the Feed is enabled or not, (1) true = enabled, (2) false = not enabled.",
                    "readOnly": true
                }
            }
        },
        "receiverSignalLevel": {
            "type": "object",
            "description": "The current signal level of the active receiver in dBm.",
            "properties": {
                "receiverSignalLevel": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "The current signal level of the active receiver in dBm.",
                    "readOnly": true
                }
            }
        },
        "autotrackingEnabled": {
            "type": "object",
            "description": "Whether the system is autotracking or not, (1) true = autotracking, (2) false = not autotracking.",
            "properties": {
                "autotrackingEnabled": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Whether the system is autotracking or not, (1) true = autotracking, (2) false = not autotracking.",
                    "readOnly": true
                }
            }
        },
        "trackingMode": {
            "type": "object",
            "description": "The mode of the tracking system.  Possible values consist of standby (1), manual (2), search (3), slave (4), autotrackAutoAcquire (5), and autotrackForced (6).  Descriptions of each antenna tracking mode are provided below:\n   * standby: servo rate at zero, brakes applied, no poer to servo amps\n   * manual: servo rate at zero, brakes released, power applied to servo amps\n   * search: single-azis movements (sector) or dual-axis (raster) based on center position angle, range of travel, step angle, and rate.  output voltage and polarity is based on direction and range in degrees between the actual position of the pedestal and the commanded angle.  As the error decreases, so does the rate voltage.\n   * slave (point): output voltage and polarity is based on direction and range in degrees between the actual position of the pedestal and the commanded angle.  As the error decreases, so does the rate voltage.\n   * autotrackAutoAcquire: stays in the previous mode the ACU was in prior to selection of Autotrack and wait",
            "properties": {
                "trackingMode": {
                    "type": "string",
                    "format": "INTEGER { standby (1), manual (2), search (3), slave (4), autotrackAutoAcquire (5), autotrackForced (6) }",
                    "description": "The mode of the tracking system.  Possible values consist of standby (1), manual (2), search (3), slave (4), autotrackAutoAcquire (5), and autotrackForced (6).  Descriptions of each antenna tracking mode are provided below:\n   * standby: servo rate at zero, brakes applied, no poer to servo amps\n   * manual: servo rate at zero, brakes released, power applied to servo amps\n   * search: single-azis movements (sector) or dual-axis (raster) based on center position angle, range of travel, step angle, and rate.  output voltage and polarity is based on direction and range in degrees between the actual position of the pedestal and the commanded angle.  As the error decreases, so does the rate voltage.\n   * slave (point): output voltage and polarity is based on direction and range in degrees between the actual position of the pedestal and the commanded angle.  As the error decreases, so does the rate voltage.\n   * autotrackAutoAcquire: stays in the previous mode the ACU was in prior to selection of Autotrack and wait",
                    "readOnly": true
                }
            }
        },
        "pointingErrorNotifEnable": {
            "type": "object",
            "description": "Enable or disable the ACU pointing error notification. (1) True = enable, (2) false = disable.",
            "properties": {
                "pointingErrorNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the ACU pointing error notification. (1) True = enable, (2) false = disable."
                }
            }
        },
        "pointingErrorNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated pointingErrorNotification events in milliseconds.",
            "properties": {
                "pointingErrorNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated pointingErrorNotification events in milliseconds."
                }
            }
        },
        "pointingErrorNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a pointingErrorNotification.",
            "properties": {
                "pointingErrorNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a pointingErrorNotification."
                }
            }
        },
        "operMode": {
            "type": "object",
            "description": "The mode of the DAU, either in an operational mode or in a calibration mode, including zero calibration (zcal), resistor calibration (rcal), voltage substitution (vsub) and six implementation-defined modes, cal1-cal6.  Modes 1-4 are global modes across all analog inputs of a DAU. ",
            "properties": {
                "operMode": {
                    "type": "string",
                    "format": "INTEGER { operational (1), zcal (2), rcal (3), vsub (4), cal1 (5), cal2 (6), cal3 (7), cal4 (8), cal5 (9), cal6 (10) }",
                    "description": "The mode of the DAU, either in an operational mode or in a calibration mode, including zero calibration (zcal), resistor calibration (rcal), voltage substitution (vsub) and six implementation-defined modes, cal1-cal6.  Modes 1-4 are global modes across all analog inputs of a DAU. "
                }
            }
        },
        "sampleEntry": {
            "type": "object",
            "description": "sampleEntry",
            "properties": {
                "sampleIndex": {
                    "$ref": "#/definitions/sampleIndex/properties/sampleIndex"
                },
                "sampleMeasID": {
                    "$ref": "#/definitions/sampleMeasID/properties/sampleMeasID"
                },
                "sampleStartTime": {
                    "$ref": "#/definitions/sampleStartTime/properties/sampleStartTime"
                },
                "sampleEndTime": {
                    "$ref": "#/definitions/sampleEndTime/properties/sampleEndTime"
                },
                "sampleInterval": {
                    "$ref": "#/definitions/sampleInterval/properties/sampleInterval"
                },
                "sampleRowStatus": {
                    "$ref": "#/definitions/sampleRowStatus/properties/sampleRowStatus"
                }
            }
        },
        "sampleIndex": {
            "type": "object",
            "description": "The index of the Simultaneous Sampling Table.",
            "properties": {
                "sampleIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the Simultaneous Sampling Table.",
                    "readOnly": true
                }
            }
        },
        "sampleMeasID": {
            "type": "object",
            "description": "MeasurementID identifying which Measurement is to be sampled in the format of a TmNSlist as defined in Chapter 26, Section 26.4.1.4.",
            "properties": {
                "sampleMeasID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "MeasurementID identifying which Measurement is to be sampled in the format of a TmNSlist as defined in Chapter 26, Section 26.4.1.4."
                }
            }
        },
        "sampleStartTime": {
            "type": "object",
            "description": "Start time of sampling.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "sampleStartTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Start time of sampling.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6."
                }
            }
        },
        "sampleEndTime": {
            "type": "object",
            "description": "End time of sampling.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "sampleEndTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "End time of sampling.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6."
                }
            }
        },
        "sampleInterval": {
            "type": "object",
            "description": "The sample interval at which data will be acquired.    The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "sampleInterval": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The sample interval at which data will be acquired.    The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6."
                }
            }
        },
        "sampleRowStatus": {
            "type": "object",
            "description": "The status of the sampleTable row.  Data acquisition begins at the sampleStartTime after this variable is set to 'active' and data acquisition stops at the sampleStopTime or when this variable is set to 'destroy'.",
            "properties": {
                "sampleRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of the sampleTable row.  Data acquisition begins at the sampleStartTime after this variable is set to 'active' and data acquisition stops at the sampleStopTime or when this variable is set to 'destroy'."
                }
            }
        },
        "mediaIndexEntry": {
            "type": "object",
            "description": "mediaIndexEntry",
            "properties": {
                "sessionIndex": {
                    "$ref": "#/definitions/sessionIndex/properties/sessionIndex"
                },
                "sessionMediaIndex": {
                    "$ref": "#/definitions/sessionMediaIndex/properties/sessionMediaIndex"
                },
                "sessionPartitionIndex": {
                    "$ref": "#/definitions/sessionPartitionIndex/properties/sessionPartitionIndex"
                },
                "sessionStartTime": {
                    "$ref": "#/definitions/sessionStartTime/properties/sessionStartTime"
                },
                "sessionStopTime": {
                    "$ref": "#/definitions/sessionStopTime/properties/sessionStopTime"
                },
                "sessionDescription": {
                    "$ref": "#/definitions/sessionDescription/properties/sessionDescription"
                }
            }
        },
        "sessionIndex": {
            "type": "object",
            "description": "Index of the mediaIndexTable.",
            "properties": {
                "sessionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the mediaIndexTable.",
                    "readOnly": true
                }
            }
        },
        "sessionMediaIndex": {
            "type": "object",
            "description": "Index of media (1..n) for the session being described.",
            "properties": {
                "sessionMediaIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of media (1..n) for the session being described.",
                    "readOnly": true
                }
            }
        },
        "sessionPartitionIndex": {
            "type": "object",
            "description": "Index of partition (1..n) for the session being described.",
            "properties": {
                "sessionPartitionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of partition (1..n) for the session being described.",
                    "readOnly": true
                }
            }
        },
        "sessionStartTime": {
            "type": "object",
            "description": "Start time of the media session.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "sessionStartTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Start time of the media session.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
                    "readOnly": true
                }
            }
        },
        "sessionStopTime": {
            "type": "object",
            "description": "Stop time of the media session.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.  If the session has not been completed, a time of zero shall be displayed.",
            "properties": {
                "sessionStopTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Stop time of the media session.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.  If the session has not been completed, a time of zero shall be displayed.",
                    "readOnly": true
                }
            }
        },
        "sessionDescription": {
            "type": "object",
            "description": "Description for the session.",
            "properties": {
                "sessionDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Description for the session."
                }
            }
        },
        "recMediaEntry": {
            "type": "object",
            "description": "recMediaEntry",
            "properties": {
                "recMediaIndex": {
                    "$ref": "#/definitions/recMediaIndex/properties/recMediaIndex"
                },
                "mediaIndex": {
                    "$ref": "#/definitions/mediaIndex/properties/mediaIndex"
                },
                "partitionIndex": {
                    "$ref": "#/definitions/partitionIndex/properties/partitionIndex"
                },
                "mediaID": {
                    "$ref": "#/definitions/mediaID/properties/mediaID"
                },
                "mediaSerialNumber": {
                    "$ref": "#/definitions/mediaSerialNumber/properties/mediaSerialNumber"
                },
                "mediaPartitionSize": {
                    "$ref": "#/definitions/mediaPartitionSize/properties/mediaPartitionSize"
                },
                "mediaPartitionRemaining": {
                    "$ref": "#/definitions/mediaPartitionRemaining/properties/mediaPartitionRemaining"
                },
                "mediaStatus": {
                    "$ref": "#/definitions/mediaStatus/properties/mediaStatus"
                },
                "mediaDescription": {
                    "$ref": "#/definitions/mediaDescription/properties/mediaDescription"
                },
                "partitionDescription": {
                    "$ref": "#/definitions/partitionDescription/properties/partitionDescription"
                }
            }
        },
        "recMediaIndex": {
            "type": "object",
            "description": "Unique index of the recMediaTable.",
            "properties": {
                "recMediaIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Unique index of the recMediaTable.",
                    "readOnly": true
                }
            }
        },
        "mediaIndex": {
            "type": "object",
            "description": "Index of the media.",
            "properties": {
                "mediaIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the media.",
                    "readOnly": true
                }
            }
        },
        "partitionIndex": {
            "type": "object",
            "description": "Index of the partition.",
            "properties": {
                "partitionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the partition.",
                    "readOnly": true
                }
            }
        },
        "mediaID": {
            "type": "object",
            "description": "Model/type of media.",
            "properties": {
                "mediaID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Model/type of media.",
                    "readOnly": true
                }
            }
        },
        "mediaSerialNumber": {
            "type": "object",
            "description": "Serial Number of the media.",
            "properties": {
                "mediaSerialNumber": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Serial Number of the media.",
                    "readOnly": true
                }
            }
        },
        "mediaPartitionSize": {
            "type": "object",
            "description": "Total size in bytes on this partition/media.",
            "properties": {
                "mediaPartitionSize": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Total size in bytes on this partition/media.",
                    "readOnly": true
                }
            }
        },
        "mediaPartitionRemaining": {
            "type": "object",
            "description": "Remaining size in bytes of this partition/media.",
            "properties": {
                "mediaPartitionRemaining": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Remaining size in bytes of this partition/media.",
                    "readOnly": true
                }
            }
        },
        "mediaStatus": {
            "type": "object",
            "description": "The status of the media.  A recCommand of 'record' shall not be accepted and shall result in an invalid input error reported in faultString and faultNumber if mediaStatus is not mediaReady.",
            "properties": {
                "mediaStatus": {
                    "type": "string",
                    "format": "INTEGER { mediaNotReady (1), mediaReady (2), mediaInUse (3), mediaNotPresent (4), mediaFull (5), mediaLocked (6) }",
                    "description": "The status of the media.  A recCommand of 'record' shall not be accepted and shall result in an invalid input error reported in faultString and faultNumber if mediaStatus is not mediaReady.",
                    "readOnly": true
                }
            }
        },
        "mediaDescription": {
            "type": "object",
            "description": "Description of the media.",
            "properties": {
                "mediaDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Description of the media.",
                    "readOnly": true
                }
            }
        },
        "partitionDescription": {
            "type": "object",
            "description": "Description of the partition.",
            "properties": {
                "partitionDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Description of the partition.",
                    "readOnly": true
                }
            }
        },
        "recCommand": {
            "type": "object",
            "description": "Issue a command to control the recorder or retrieve the last command issued when queried.    Recorder shall be in the idle state for this command to be valid.  Additional details are provided below:\n   record - Starts the recording function.\n   stop - Stops the recording function.\n   mount - Mount the media for read/write access.\n   dismount - Dismount the meda in preparation for removal.\n   noCommand - No command has been received (default).\nThis variable shall not be set by the MDL Instance Document.",
            "properties": {
                "recCommand": {
                    "type": "string",
                    "format": "INTEGER { record (1), stop (2), mount (3), dismount (4), noCommand (5) }",
                    "description": "Issue a command to control the recorder or retrieve the last command issued when queried.    Recorder shall be in the idle state for this command to be valid.  Additional details are provided below:\n   record - Starts the recording function.\n   stop - Stops the recording function.\n   mount - Mount the media for read/write access.\n   dismount - Dismount the meda in preparation for removal.\n   noCommand - No command has been received (default).\nThis variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "controlMethod": {
            "type": "object",
            "description": "Method of controlling the recorder.  Control methods consist of any method, exclusive control only over a TmNS-based network, or control by any non-TmNS method.  Additional details are included below:\n   tmns - Recorder can only be controlled over a TmNS-based network via the TmNS management resources.\n   nonTmns - Recorder is controlled by a method outside the scope of the TmNS management resources and cannot be controlled over a TmNS network via the TmNS management resources (exception: controlMethod resource shall always be modifiable with SNMP regardless of the value of the resource).\n   any - Recorder can be controlled by any method (default).\n This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "controlMethod": {
                    "type": "string",
                    "format": "INTEGER { tmns (1), nonTmns (2), any (3) }",
                    "description": "Method of controlling the recorder.  Control methods consist of any method, exclusive control only over a TmNS-based network, or control by any non-TmNS method.  Additional details are included below:\n   tmns - Recorder can only be controlled over a TmNS-based network via the TmNS management resources.\n   nonTmns - Recorder is controlled by a method outside the scope of the TmNS management resources and cannot be controlled over a TmNS network via the TmNS management resources (exception: controlMethod resource shall always be modifiable with SNMP regardless of the value of the resource).\n   any - Recorder can be controlled by any method (default).\n This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "erase": {
            "type": "object",
            "description": "Erase the recording media.  Set to true to start erase.  Recorder sets this value to false when the erase process is complete.  This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "erase": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Erase the recording media.  Set to true to start erase.  Recorder sets this value to false when the erase process is complete.  This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "secureErase": {
            "type": "object",
            "description": "Secure erase of the recording media for declassification. Set to true to start erase.  Recorder sets this value to false when the erase process is complete.  This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "secureErase": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Secure erase of the recording media for declassification. Set to true to start erase.  Recorder sets this value to false when the erase process is complete.  This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "recMode": {
            "type": "object",
            "description": "Retrieve the current mode of the recorder.  The enumerated values and a brief description are provided below:\n   (1) record - Result of 'record' command.\n   (2) idle - Result of 'stop' or 'mount' commands.\n   (3) dismounted - Result of 'dismount' command.\n   (4) notReady - Mode used when recorder is being configured or other times when functional control of the recorder is not available (default).",
            "properties": {
                "recMode": {
                    "type": "string",
                    "format": "INTEGER { record (1), idle (2), dismounted (3), notReady (4) }",
                    "description": "Retrieve the current mode of the recorder.  The enumerated values and a brief description are provided below:\n   (1) record - Result of 'record' command.\n   (2) idle - Result of 'stop' or 'mount' commands.\n   (3) dismounted - Result of 'dismount' command.\n   (4) notReady - Mode used when recorder is being configured or other times when functional control of the recorder is not available (default).",
                    "readOnly": true
                }
            }
        },
        "ieee1588MasterCapability": {
            "type": "object",
            "description": "Enables or disables the capability of the TMA to operate as an IEEE 1588 master clock.  If this capability is enabled, the actual clock state of the TMA  (tmaIeee1588ClockState) may be determined by the IEEE 1588 best master algorithm.",
            "properties": {
                "ieee1588MasterCapability": {
                    "type": "string",
                    "format": "INTEGER { enable1588MasterCapability (1), disable1588MasterCapability (2) }",
                    "description": "Enables or disables the capability of the TMA to operate as an IEEE 1588 master clock.  If this capability is enabled, the actual clock state of the TMA  (tmaIeee1588ClockState) may be determined by the IEEE 1588 best master algorithm."
                }
            }
        },
        "timeSourceType": {
            "type": "object",
            "description": "An integer indicating whether the source of time on the TMA is an external time source or an internal time source (local clock).  This variable only has meaning when the TMA is operating as the network timing master (tmaIeee1588ClockState = master).",
            "properties": {
                "timeSourceType": {
                    "type": "string",
                    "format": "INTEGER { externalTimeSource (1), internalTimeSource (2) }",
                    "description": "An integer indicating whether the source of time on the TMA is an external time source or an internal time source (local clock).  This variable only has meaning when the TMA is operating as the network timing master (tmaIeee1588ClockState = master)."
                }
            }
        },
        "setInternalTime": {
            "type": "object",
            "description": "A variable for setting the internal time of the TMA.  This variable only takes effect if the timeSourceType is 'internal'.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "setInternalTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A variable for setting the internal time of the TMA.  This variable only takes effect if the timeSourceType is 'internal'.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6."
                }
            }
        },
        "extTimeLockStatus": {
            "type": "object",
            "description": "An integer indicating whether the master clock TMA's host platform is locked to an external time source.  This variable only has meaning when the TMA is operating as the network timing master (tmaIeee1588ClockState = master) and its time source reference is external (timeSourceType = externalTimeSource).",
            "properties": {
                "extTimeLockStatus": {
                    "type": "string",
                    "format": "INTEGER { locked (1), notLocked (2) }",
                    "description": "An integer indicating whether the master clock TMA's host platform is locked to an external time source.  This variable only has meaning when the TMA is operating as the network timing master (tmaIeee1588ClockState = master) and its time source reference is external (timeSourceType = externalTimeSource).",
                    "readOnly": true
                }
            }
        },
        "clockAccuracy": {
            "type": "object",
            "description": "An enumerated integer that corresponds to the clockAccuracy enumeration as defined in Table 6 of the IEEE 1588-2008 standard.  A component with Grandmaster clock capability shall report its current clock accuracy with this resource.  This resource is analogous to the clockAccuracy component of the clockQuality attribute of the PTP Announce Message generated by the component according to the IEEE 1588-2008 standard.",
            "properties": {
                "clockAccuracy": {
                    "type": "string",
                    "format": "INTEGER { within25ns (32), within100ns (33), within250ns (34), within1us (35), within2point5us (36), within10us (37), within25us (38), within100us (39), within250us (40), within1ms (41), within2point5ms (42), within10ms (43), within25ms (44), within100ms (45), within250ms (46), within1s (47), within10s (48), exceeds10s (49), unknown (254), reserved (255) }",
                    "description": "An enumerated integer that corresponds to the clockAccuracy enumeration as defined in Table 6 of the IEEE 1588-2008 standard.  A component with Grandmaster clock capability shall report its current clock accuracy with this resource.  This resource is analogous to the clockAccuracy component of the clockQuality attribute of the PTP Announce Message generated by the component according to the IEEE 1588-2008 standard.",
                    "readOnly": true
                }
            }
        },
        "sstTxRCCVersion": {
            "type": "object",
            "description": "The version of the RCC standard upon which the TmNS SST transmitter management is based.  Example string: 'RCC 106-09'.",
            "properties": {
                "sstTxRCCVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The version of the RCC standard upon which the TmNS SST transmitter management is based.  Example string: 'RCC 106-09'.",
                    "readOnly": true
                }
            }
        },
        "sstTxFrequency": {
            "type": "object",
            "description": "Sets or queries the carrier frequency.",
            "properties": {
                "sstTxFrequency": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Sets or queries the carrier frequency."
                }
            }
        },
        "sstTxModulation": {
            "type": "object",
            "description": "Sets or queries the modulation mode.",
            "properties": {
                "sstTxModulation": {
                    "type": "string",
                    "format": "INTEGER { sstPCMFM (1), sstSOQPSKtgFQPSKjrFQPSKb (2), sstARTMCPM (3), sstTxModulationOff (4) }",
                    "description": "Sets or queries the modulation mode."
                }
            }
        },
        "sstTxDiffEncoding": {
            "type": "object",
            "description": "Sets or queries the setting of differential encoding. Note: Valid in SOQPSK / FQPSK mode only.",
            "properties": {
                "sstTxDiffEncoding": {
                    "type": "string",
                    "format": "INTEGER { sstTxDiffEncodingOn (1), sstTxDiffEncodingOff (2) }",
                    "description": "Sets or queries the setting of differential encoding. Note: Valid in SOQPSK / FQPSK mode only."
                }
            }
        },
        "sstTxRandomize": {
            "type": "object",
            "description": "Sets or queries the setting of data randomization.",
            "properties": {
                "sstTxRandomize": {
                    "type": "string",
                    "format": "INTEGER { tmnsSSTTxRandomizeOn (1), tmnsSSTTxRandomizeOff (2) }",
                    "description": "Sets or queries the setting of data randomization."
                }
            }
        },
        "sstTxRFEnable": {
            "type": "object",
            "description": "Sets or queries the RF output (ON or OFF).  This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "sstTxRFEnable": {
                    "type": "string",
                    "format": "INTEGER { sstTxRFEnableOn (1), sstTxRFEnableOff (2) }",
                    "description": "Sets or queries the RF output (ON or OFF).  This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "sstTxQueryAll": {
            "type": "object",
            "description": "Queries the status of all basic commands.",
            "properties": {
                "sstTxQueryAll": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Queries the status of all basic commands.",
                    "readOnly": true
                }
            }
        },
        "sstTxDataPolarity": {
            "type": "object",
            "description": "Sets or queries data polarity (NORM or INV).",
            "properties": {
                "sstTxDataPolarity": {
                    "type": "string",
                    "format": "INTEGER { sstTxDataPolarityNormal (1), sstTxDataPolarityInverted (2) }",
                    "description": "Sets or queries data polarity (NORM or INV)."
                }
            }
        },
        "sstTxDataSource": {
            "type": "object",
            "description": "Sets or queries the data source (INT or EXT).",
            "properties": {
                "sstTxDataSource": {
                    "type": "string",
                    "format": "INTEGER { sstTxDataSourceExternal (1), sstTxDataSourceInternal (2) }",
                    "description": "Sets or queries the data source (INT or EXT)."
                }
            }
        },
        "sstTxInternalDataPattern": {
            "type": "object",
            "description": "Sets or queries the internal data pattern (one of five possible settings).",
            "properties": {
                "sstTxInternalDataPattern": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets or queries the internal data pattern (one of five possible settings)."
                }
            }
        },
        "sstTxClockSource": {
            "type": "object",
            "description": "Sets or queries the clock source (INT or EXT).",
            "properties": {
                "sstTxClockSource": {
                    "type": "string",
                    "format": "INTEGER { sstTxClockSourceExternal (1), sstTxClockSourceInternal (2) }",
                    "description": "Sets or queries the clock source (INT or EXT)."
                }
            }
        },
        "sstTxInternalClockRate": {
            "type": "object",
            "description": "Sets or queries the internal clock rate.",
            "properties": {
                "sstTxInternalClockRate": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Sets or queries the internal clock rate."
                }
            }
        },
        "sstTxFEC": {
            "type": "object",
            "description": "Sets or queries forward error correction (ON or OFF).",
            "properties": {
                "sstTxFEC": {
                    "type": "string",
                    "format": "INTEGER { sstTxFECEnable (1), sstTxFECDisable (2) }",
                    "description": "Sets or queries forward error correction (ON or OFF)."
                }
            }
        },
        "sstTxFECType": {
            "type": "object",
            "description": "Sets specific forward error correction.  See RCC IRIG 106 Appendix 2C for the specific string format.",
            "properties": {
                "sstTxFECType": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Sets specific forward error correction.  See RCC IRIG 106 Appendix 2C for the specific string format."
                }
            }
        },
        "sstTxRFPower": {
            "type": "object",
            "description": "Sets or queries the output RF power (HI or LO).",
            "properties": {
                "sstTxRFPower": {
                    "type": "string",
                    "format": "INTEGER { sstTxRFPowerLow (1), sstTxRFPowerHigh (2) }",
                    "description": "Sets or queries the output RF power (HI or LO)."
                }
            }
        },
        "sstTxTemp": {
            "type": "object",
            "description": "Queries the internal temperature (in Celsius).",
            "properties": {
                "sstTxTemp": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Queries the internal temperature (in Celsius).",
                    "readOnly": true
                }
            }
        },
        "sstTxDeviation": {
            "type": "object",
            "description": "Deviation sensitivity for PCM/FM mode.",
            "properties": {
                "sstTxDeviation": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Deviation sensitivity for PCM/FM mode."
                }
            }
        },
        "sstTxPowerMode": {
            "type": "object",
            "description": "Low power consumption mode; sleep mode.",
            "properties": {
                "sstTxPowerMode": {
                    "type": "string",
                    "format": "INTEGER { sstTxPowerModeFull (1), sstTxPowerModeSleep (2) }",
                    "description": "Low power consumption mode; sleep mode."
                }
            }
        },
        "receiverChannelEntry": {
            "type": "object",
            "description": "receiverChannelEntry",
            "properties": {
                "channelIndex": {
                    "$ref": "#/definitions/channelIndex/properties/channelIndex"
                },
                "sstRxFrequency": {
                    "$ref": "#/definitions/sstRxFrequency/properties/sstRxFrequency"
                },
                "sstRxBandwidth": {
                    "$ref": "#/definitions/sstRxBandwidth/properties/sstRxBandwidth"
                },
                "sstRxModulation": {
                    "$ref": "#/definitions/sstRxModulation/properties/sstRxModulation"
                },
                "sstRxGainMode": {
                    "$ref": "#/definitions/sstRxGainMode/properties/sstRxGainMode"
                },
                "sstRxManualGainAdjustment": {
                    "$ref": "#/definitions/sstRxManualGainAdjustment/properties/sstRxManualGainAdjustment"
                },
                "sstRxAgcTimeConstant": {
                    "$ref": "#/definitions/sstRxAgcTimeConstant/properties/sstRxAgcTimeConstant"
                },
                "sstRxAutoZCal": {
                    "$ref": "#/definitions/sstRxAutoZCal/properties/sstRxAutoZCal"
                },
                "sstRxSignalStrength": {
                    "$ref": "#/definitions/sstRxSignalStrength/properties/sstRxSignalStrength"
                },
                "sstRxClockPolarity": {
                    "$ref": "#/definitions/sstRxClockPolarity/properties/sstRxClockPolarity"
                },
                "sstRxDataPolarity": {
                    "$ref": "#/definitions/sstRxDataPolarity/properties/sstRxDataPolarity"
                },
                "sstRxBitSyncLockStatus": {
                    "$ref": "#/definitions/sstRxBitSyncLockStatus/properties/sstRxBitSyncLockStatus"
                },
                "sstRxSweepEnable": {
                    "$ref": "#/definitions/sstRxSweepEnable/properties/sstRxSweepEnable"
                },
                "sstRxSweepRangeLow": {
                    "$ref": "#/definitions/sstRxSweepRangeLow/properties/sstRxSweepRangeLow"
                },
                "sstRxSweepRangeHigh": {
                    "$ref": "#/definitions/sstRxSweepRangeHigh/properties/sstRxSweepRangeHigh"
                },
                "sstRxDiffDecoding": {
                    "$ref": "#/definitions/sstRxDiffDecoding/properties/sstRxDiffDecoding"
                },
                "sstRxDerandomize": {
                    "$ref": "#/definitions/sstRxDerandomize/properties/sstRxDerandomize"
                },
                "sstRxDataSource": {
                    "$ref": "#/definitions/sstRxDataSource/properties/sstRxDataSource"
                },
                "sstRxInternalDataPattern": {
                    "$ref": "#/definitions/sstRxInternalDataPattern/properties/sstRxInternalDataPattern"
                },
                "sstRxBitRate": {
                    "$ref": "#/definitions/sstRxBitRate/properties/sstRxBitRate"
                },
                "sstRxFEC": {
                    "$ref": "#/definitions/sstRxFEC/properties/sstRxFEC"
                },
                "sstRxFECType": {
                    "$ref": "#/definitions/sstRxFECType/properties/sstRxFECType"
                }
            }
        },
        "channelIndex": {
            "type": "object",
            "description": "Unique index of the receiverChannelTable.",
            "properties": {
                "channelIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Unique index of the receiverChannelTable.",
                    "readOnly": true
                }
            }
        },
        "sstRxFrequency": {
            "type": "object",
            "description": "Sets or queries the carrier frequency.",
            "properties": {
                "sstRxFrequency": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Sets or queries the carrier frequency."
                }
            }
        },
        "sstRxBandwidth": {
            "type": "object",
            "description": "Sets or queries the bandwidth of the receiver.",
            "properties": {
                "sstRxBandwidth": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Sets or queries the bandwidth of the receiver."
                }
            }
        },
        "sstRxModulation": {
            "type": "object",
            "description": "Sets or queries the modulation mode.  See RCC IRIG 106 Appendix 2C for details.",
            "properties": {
                "sstRxModulation": {
                    "type": "string",
                    "format": "INTEGER { sstPCMFM (1), sstSOQPSKtgFQPSKjrFQPSKb (2), sstARTMCPM (3), sstModulationOff (4) }",
                    "description": "Sets or queries the modulation mode.  See RCC IRIG 106 Appendix 2C for details."
                }
            }
        },
        "sstRxGainMode": {
            "type": "object",
            "description": "Sets or queries the gain mode.",
            "properties": {
                "sstRxGainMode": {
                    "type": "string",
                    "format": "INTEGER { automatic (1), manual (2) }",
                    "description": "Sets or queries the gain mode."
                }
            }
        },
        "sstRxManualGainAdjustment": {
            "type": "object",
            "description": "Sets or queries the current setting of the manual gain digital to analog converter (DAC).  The DAC output is affected only when tuner is in manual gain mode.  Valid range is 0 - 4095.",
            "properties": {
                "sstRxManualGainAdjustment": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Sets or queries the current setting of the manual gain digital to analog converter (DAC).  The DAC output is affected only when tuner is in manual gain mode.  Valid range is 0 - 4095."
                }
            }
        },
        "sstRxAgcTimeConstant": {
            "type": "object",
            "description": "Sets or queries the AGC time constant.  Time is specified in milliseconds.",
            "properties": {
                "sstRxAgcTimeConstant": {
                    "type": "string",
                    "format": "INTEGER { zeroPointOne (-1), one (1), ten (2), oneHundred (3), oneThousand (4) }",
                    "description": "Sets or queries the AGC time constant.  Time is specified in milliseconds."
                }
            }
        },
        "sstRxAutoZCal": {
            "type": "object",
            "description": "When set to a value other than 'operational (1)', a zero-calibration (Z-cal) function for the channel's AGC, signal strength, or both.  After the Z-cal operation completes, this value shall return back to 'operational (1)'.",
            "properties": {
                "sstRxAutoZCal": {
                    "type": "string",
                    "format": "INTEGER { operational (1), zeroAGC (2), zeroSignalStrength (3), zeroAGCandSignalStrength (4) }",
                    "description": "When set to a value other than 'operational (1)', a zero-calibration (Z-cal) function for the channel's AGC, signal strength, or both.  After the Z-cal operation completes, this value shall return back to 'operational (1)'."
                }
            }
        },
        "sstRxSignalStrength": {
            "type": "object",
            "description": "Indicates the current signal strength in dBm.",
            "properties": {
                "sstRxSignalStrength": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Indicates the current signal strength in dBm.",
                    "readOnly": true
                }
            }
        },
        "sstRxClockPolarity": {
            "type": "object",
            "description": "Sets or queries the polarity of the bit sync TTL clock output.",
            "properties": {
                "sstRxClockPolarity": {
                    "type": "string",
                    "format": "INTEGER { normal (1), inverted (2) }",
                    "description": "Sets or queries the polarity of the bit sync TTL clock output."
                }
            }
        },
        "sstRxDataPolarity": {
            "type": "object",
            "description": "Sets or queries the polarity of the bit sync TTL data output.",
            "properties": {
                "sstRxDataPolarity": {
                    "type": "string",
                    "format": "INTEGER { normal (1), inverted (2) }",
                    "description": "Sets or queries the polarity of the bit sync TTL data output."
                }
            }
        },
        "sstRxBitSyncLockStatus": {
            "type": "object",
            "description": "Indicates whether the bit synchronizer is locked to an incoming data stream.",
            "properties": {
                "sstRxBitSyncLockStatus": {
                    "type": "string",
                    "format": "INTEGER { locked (1), unlocked (2) }",
                    "description": "Indicates whether the bit synchronizer is locked to an incoming data stream.",
                    "readOnly": true
                }
            }
        },
        "sstRxSweepEnable": {
            "type": "object",
            "description": "Sets or queries status of the demodulator sweep enable.",
            "properties": {
                "sstRxSweepEnable": {
                    "type": "string",
                    "format": "INTEGER { on (1), off (2) }",
                    "description": "Sets or queries status of the demodulator sweep enable."
                }
            }
        },
        "sstRxSweepRangeLow": {
            "type": "object",
            "description": "Sets or queries the lower limit of the sweep function.  Specify frequency in hertz (Hz).",
            "properties": {
                "sstRxSweepRangeLow": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Sets or queries the lower limit of the sweep function.  Specify frequency in hertz (Hz)."
                }
            }
        },
        "sstRxSweepRangeHigh": {
            "type": "object",
            "description": "Sets or queries the upper limit of the sweep function.  Specify frequency in Hz.",
            "properties": {
                "sstRxSweepRangeHigh": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Sets or queries the upper limit of the sweep function.  Specify frequency in Hz."
                }
            }
        },
        "sstRxDiffDecoding": {
            "type": "object",
            "description": "Sets or queries the setting of differential decoding.  Note: Valid in SOQPSK / FQPSK mode only.",
            "properties": {
                "sstRxDiffDecoding": {
                    "type": "string",
                    "format": "INTEGER { on (1), off (2) }",
                    "description": "Sets or queries the setting of differential decoding.  Note: Valid in SOQPSK / FQPSK mode only."
                }
            }
        },
        "sstRxDerandomize": {
            "type": "object",
            "description": "Sets or queries the setting of data derandomization.",
            "properties": {
                "sstRxDerandomize": {
                    "type": "string",
                    "format": "INTEGER { on (1), off (2) }",
                    "description": "Sets or queries the setting of data derandomization."
                }
            }
        },
        "sstRxDataSource": {
            "type": "object",
            "description": "Sets or queries the data source (real or simulated).",
            "properties": {
                "sstRxDataSource": {
                    "type": "string",
                    "format": "INTEGER { real (1), simulated (2) }",
                    "description": "Sets or queries the data source (real or simulated)."
                }
            }
        },
        "sstRxInternalDataPattern": {
            "type": "object",
            "description": "Sets or queries the simulated data pattern (one of five possible settings) - See RCC IRIG 106 Appendix 2C for the specific format.",
            "properties": {
                "sstRxInternalDataPattern": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets or queries the simulated data pattern (one of five possible settings) - See RCC IRIG 106 Appendix 2C for the specific format."
                }
            }
        },
        "sstRxBitRate": {
            "type": "object",
            "description": "Sets or queries the internal clock rate.",
            "properties": {
                "sstRxBitRate": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets or queries the internal clock rate."
                }
            }
        },
        "sstRxFEC": {
            "type": "object",
            "description": "Sets or queries forward error correction (disable or enable).",
            "properties": {
                "sstRxFEC": {
                    "type": "string",
                    "format": "INTEGER { enable (1), disable (2) }",
                    "description": "Sets or queries forward error correction (disable or enable)."
                }
            }
        },
        "sstRxFECType": {
            "type": "object",
            "description": "Sets specific forward error correction.  See RCC IRIG 106 Appendix 2C for specific string format of FC(FEC) command.",
            "properties": {
                "sstRxFECType": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Sets specific forward error correction.  See RCC IRIG 106 Appendix 2C for specific string format of FC(FEC) command."
                }
            }
        },
        "sstRxTemp": {
            "type": "object",
            "description": "Queries the internal temperature (in Celsius).",
            "properties": {
                "sstRxTemp": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Queries the internal temperature (in Celsius).",
                    "readOnly": true
                }
            }
        },
        "adapterDeviceEntry": {
            "type": "object",
            "description": "adapterDeviceEntry",
            "properties": {
                "adapterDeviceIndex": {
                    "$ref": "#/definitions/adapterDeviceIndex/properties/adapterDeviceIndex"
                },
                "adapterDevicePort": {
                    "$ref": "#/definitions/adapterDevicePort/properties/adapterDevicePort"
                }
            }
        },
        "adapterDeviceIndex": {
            "type": "object",
            "description": "Index for the adapterDeviceTable.  The indexes in this table are not required to be sequential beginning at '1'.  This may be a sparse list.",
            "properties": {
                "adapterDeviceIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the adapterDeviceTable.  The indexes in this table are not required to be sequential beginning at '1'.  This may be a sparse list.",
                    "readOnly": true
                }
            }
        },
        "adapterDevicePort": {
            "type": "object",
            "description": "UDP port of the SNMP Agent of theTmNSManageableApplication.",
            "properties": {
                "adapterDevicePort": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "UDP port of the SNMP Agent of theTmNSManageableApplication."
                }
            }
        },
        "adapterRegisterDevice": {
            "type": "object",
            "description": "Index of a new TmNSManageableApplication to be registered with the tmnsAdapter's agent and added to the adapterDeviceTable.  Setting this value creates a row in the adapterDeviceTable with an index value equal to the value set.  The index value being specified for registering a TMA with the tmnsAdapter is to be unique.  The index is not required to be sequential starting from '1'.  It may be a sparse list.",
            "properties": {
                "adapterRegisterDevice": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of a new TmNSManageableApplication to be registered with the tmnsAdapter's agent and added to the adapterDeviceTable.  Setting this value creates a row in the adapterDeviceTable with an index value equal to the value set.  The index value being specified for registering a TMA with the tmnsAdapter is to be unique.  The index is not required to be sequential starting from '1'.  It may be a sparse list."
                }
            }
        },
        "adapterDeregisterDevice": {
            "type": "object",
            "description": "Index of the TmNSManageableApplication in the adapterDeviceTable to be deregistered and removed from the table.  Setting this value deletes the row in the adapterDeviceTable with an index value equal to the value set.",
            "properties": {
                "adapterDeregisterDevice": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the TmNSManageableApplication in the adapterDeviceTable to be deregistered and removed from the table.  Setting this value deletes the row in the adapterDeviceTable with an index value equal to the value set."
                }
            }
        },
        "activeRCDataSourceSessions": {
            "type": "object",
            "description": "The number of active RC Sessions established with this RC DataSource.",
            "properties": {
                "activeRCDataSourceSessions": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The number of active RC Sessions established with this RC DataSource.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionEntry": {
            "type": "object",
            "description": "rcDataSourceSessionEntry",
            "properties": {
                "rcDataSourceSessionIndex": {
                    "$ref": "#/definitions/rcDataSourceSessionIndex/properties/rcDataSourceSessionIndex"
                },
                "rcDataSourceSessionID": {
                    "$ref": "#/definitions/rcDataSourceSessionID/properties/rcDataSourceSessionID"
                },
                "rcDataSourceSessionDestinationIP": {
                    "$ref": "#/definitions/rcDataSourceSessionDestinationIP/properties/rcDataSourceSessionDestinationIP"
                },
                "rcDataSourceSessionURI": {
                    "$ref": "#/definitions/rcDataSourceSessionURI/properties/rcDataSourceSessionURI"
                },
                "rcDataSourceSessionTmNSDataMessagesSent": {
                    "$ref": "#/definitions/rcDataSourceSessionTmNSDataMessagesSent/properties/rcDataSourceSessionTmNSDataMessagesSent"
                },
                "rcDataSourceSessionBytesSent": {
                    "$ref": "#/definitions/rcDataSourceSessionBytesSent/properties/rcDataSourceSessionBytesSent"
                },
                "rcDataSourceSessionDSCP": {
                    "$ref": "#/definitions/rcDataSourceSessionDSCP/properties/rcDataSourceSessionDSCP"
                }
            }
        },
        "rcDataSourceSessionIndex": {
            "type": "object",
            "description": "Index for the rcDataSessionTable.",
            "properties": {
                "rcDataSourceSessionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the rcDataSessionTable.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionID": {
            "type": "object",
            "description": "Session ID for this RC session.",
            "properties": {
                "rcDataSourceSessionID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Session ID for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionDestinationIP": {
            "type": "object",
            "description": "Destination IP address for the data from this RC session.",
            "properties": {
                "rcDataSourceSessionDestinationIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Destination IP address for the data from this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionURI": {
            "type": "object",
            "description": "URI requested for this RC session.  The format of this string is the same format as the request URI received by the server.",
            "properties": {
                "rcDataSourceSessionURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "URI requested for this RC session.  The format of this string is the same format as the request URI received by the server.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionTmNSDataMessagesSent": {
            "type": "object",
            "description": "Number of TmNSDataMessages sent for this RC session.",
            "properties": {
                "rcDataSourceSessionTmNSDataMessagesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of TmNSDataMessages sent for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionBytesSent": {
            "type": "object",
            "description": "TmNSDataMessage bytes sent for this RC session.",
            "properties": {
                "rcDataSourceSessionBytesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "TmNSDataMessage bytes sent for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSourceSessionDSCP": {
            "type": "object",
            "description": "DSCP markings associated with the TmNSDataMessages being transmitted by this RC session.  This value is an unsigned integer representing the 6-bit DSCP field.",
            "properties": {
                "rcDataSourceSessionDSCP": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "DSCP markings associated with the TmNSDataMessages being transmitted by this RC session.  This value is an unsigned integer representing the 6-bit DSCP field.",
                    "readOnly": true
                }
            }
        },
        "txEnable": {
            "type": "object",
            "description": "Start/Stop the output of acquisition data over network interface.  This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "txEnable": {
                    "type": "string",
                    "format": "INTEGER { transmit (1), idle (2) }",
                    "description": "Start/Stop the output of acquisition data over network interface.  This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "txMode": {
            "type": "object",
            "description": "Indicate whether data output is real or simulated.",
            "properties": {
                "txMode": {
                    "type": "string",
                    "format": "INTEGER { real (1), simulated (2) }",
                    "description": "Indicate whether data output is real or simulated."
                }
            }
        },
        "bytesSentEntry": {
            "type": "object",
            "description": "bytesSentEntry",
            "properties": {
                "bytesSentDestAddress": {
                    "$ref": "#/definitions/bytesSentDestAddress/properties/bytesSentDestAddress"
                },
                "bytesSentMDID": {
                    "$ref": "#/definitions/bytesSentMDID/properties/bytesSentMDID"
                },
                "bytesSent": {
                    "$ref": "#/definitions/bytesSent/properties/bytesSent"
                }
            }
        },
        "bytesSentDestAddress": {
            "type": "object",
            "description": "First index for the bytesSentTable - the destination IP address of the entry.",
            "properties": {
                "bytesSentDestAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "First index for the bytesSentTable - the destination IP address of the entry.",
                    "readOnly": true
                }
            }
        },
        "bytesSentMDID": {
            "type": "object",
            "description": "Second index for the bytesSentTable - the MDID of the entry.",
            "properties": {
                "bytesSentMDID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index for the bytesSentTable - the MDID of the entry.",
                    "readOnly": true
                }
            }
        },
        "bytesSent": {
            "type": "object",
            "description": "The number of bytes sent per destination IP address and MDID cumulative since last power-up or SNMP configure command, where 'bytes' refers to the number of bytes in the TmNSDataMessageHeader and TmNSDataMessagePayload.",
            "properties": {
                "bytesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of bytes sent per destination IP address and MDID cumulative since last power-up or SNMP configure command, where 'bytes' refers to the number of bytes in the TmNSDataMessageHeader and TmNSDataMessagePayload.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesSentEntry": {
            "type": "object",
            "description": "tmnsDataMessagesSentEntry",
            "properties": {
                "tmnsDataMessagesSentDestAddress": {
                    "$ref": "#/definitions/tmnsDataMessagesSentDestAddress/properties/tmnsDataMessagesSentDestAddress"
                },
                "tmnsDataMessagesSentMDID": {
                    "$ref": "#/definitions/tmnsDataMessagesSentMDID/properties/tmnsDataMessagesSentMDID"
                },
                "tmnsDataMessagesSent": {
                    "$ref": "#/definitions/tmnsDataMessagesSent/properties/tmnsDataMessagesSent"
                }
            }
        },
        "tmnsDataMessagesSentDestAddress": {
            "type": "object",
            "description": "First index for the tmnsDataMessagesSentTable - the destination IP address of the entry.",
            "properties": {
                "tmnsDataMessagesSentDestAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "First index for the tmnsDataMessagesSentTable - the destination IP address of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesSentMDID": {
            "type": "object",
            "description": "Second index for the tmnsDataMessagesSentTable - the MDID of the entry.",
            "properties": {
                "tmnsDataMessagesSentMDID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index for the tmnsDataMessagesSentTable - the MDID of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesSent": {
            "type": "object",
            "description": "The number of TmNSDataMessages sent per destination IP address and MessageDefinitionID cumulative since last power-up or SNMP configure command.",
            "properties": {
                "tmnsDataMessagesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of TmNSDataMessages sent per destination IP address and MessageDefinitionID cumulative since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "bytesReceivedEntry": {
            "type": "object",
            "description": "bytesReceivedEntry",
            "properties": {
                "bytesReceivedDestAddress": {
                    "$ref": "#/definitions/bytesReceivedDestAddress/properties/bytesReceivedDestAddress"
                },
                "bytesReceivedMDID": {
                    "$ref": "#/definitions/bytesReceivedMDID/properties/bytesReceivedMDID"
                },
                "bytesReceived": {
                    "$ref": "#/definitions/bytesReceived/properties/bytesReceived"
                }
            }
        },
        "bytesReceivedDestAddress": {
            "type": "object",
            "description": "First index for the table - the destination IP address of the entry.",
            "properties": {
                "bytesReceivedDestAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "First index for the table - the destination IP address of the entry.",
                    "readOnly": true
                }
            }
        },
        "bytesReceivedMDID": {
            "type": "object",
            "description": "Second index for the table - the MDID of the entry.",
            "properties": {
                "bytesReceivedMDID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index for the table - the MDID of the entry.",
                    "readOnly": true
                }
            }
        },
        "bytesReceived": {
            "type": "object",
            "description": "Number of bytes received per destination IP address and MessageDefinitionID cumulative since last power-up or SNMP configure command, where 'bytes' refer to the number of bytes in the TmNSDataMessageHeader and TmNSDataMessagePayload.",
            "properties": {
                "bytesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of bytes received per destination IP address and MessageDefinitionID cumulative since last power-up or SNMP configure command, where 'bytes' refer to the number of bytes in the TmNSDataMessageHeader and TmNSDataMessagePayload.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesReceivedEntry": {
            "type": "object",
            "description": "tmnsDataMessagesReceivedEntry",
            "properties": {
                "tmnsDataMessagesReceivedDestAddress": {
                    "$ref": "#/definitions/tmnsDataMessagesReceivedDestAddress/properties/tmnsDataMessagesReceivedDestAddress"
                },
                "tmnsDataMessagesReceivedMDID": {
                    "$ref": "#/definitions/tmnsDataMessagesReceivedMDID/properties/tmnsDataMessagesReceivedMDID"
                },
                "tmnsDataMessagesReceived": {
                    "$ref": "#/definitions/tmnsDataMessagesReceived/properties/tmnsDataMessagesReceived"
                }
            }
        },
        "tmnsDataMessagesReceivedDestAddress": {
            "type": "object",
            "description": "First index for the tmnsDataMessagesReceivedTable - the destination IP address of the entry.",
            "properties": {
                "tmnsDataMessagesReceivedDestAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "First index for the tmnsDataMessagesReceivedTable - the destination IP address of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesReceivedMDID": {
            "type": "object",
            "description": "Second index for the tmnsDataMessagesReceivedTable - the MDID of the entry.",
            "properties": {
                "tmnsDataMessagesReceivedMDID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index for the tmnsDataMessagesReceivedTable - the MDID of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesReceived": {
            "type": "object",
            "description": "Number of TmNSDataMessages received per destination IP address and Message Definition ID cumulative since last power-up or SNMP configure command.",
            "properties": {
                "tmnsDataMessagesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of TmNSDataMessages received per destination IP address and Message Definition ID cumulative since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesNotReceivedEntry": {
            "type": "object",
            "description": "tmnsDataMessagesNotReceivedEntry",
            "properties": {
                "tmnsDataMessagesNotReceivedDestAddress": {
                    "$ref": "#/definitions/tmnsDataMessagesNotReceivedDestAddress/properties/tmnsDataMessagesNotReceivedDestAddress"
                },
                "tmnsDataMessagesNotReceivedMDID": {
                    "$ref": "#/definitions/tmnsDataMessagesNotReceivedMDID/properties/tmnsDataMessagesNotReceivedMDID"
                },
                "tmnsDataMessagesNotReceived": {
                    "$ref": "#/definitions/tmnsDataMessagesNotReceived/properties/tmnsDataMessagesNotReceived"
                }
            }
        },
        "tmnsDataMessagesNotReceivedDestAddress": {
            "type": "object",
            "description": "First index of the tmnsDataMessagesNotReceivedTable - the destination IP address of the entry.",
            "properties": {
                "tmnsDataMessagesNotReceivedDestAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "First index of the tmnsDataMessagesNotReceivedTable - the destination IP address of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesNotReceivedMDID": {
            "type": "object",
            "description": "Second index of the tmnsDataMessagesNotReceivedTable - the MDID of the entry.",
            "properties": {
                "tmnsDataMessagesNotReceivedMDID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index of the tmnsDataMessagesNotReceivedTable - the MDID of the entry.",
                    "readOnly": true
                }
            }
        },
        "tmnsDataMessagesNotReceived": {
            "type": "object",
            "description": "Number of TmNSDataMessages lost per destination IP address and MessageDefinitionID as determined by missing packet sequence numbers cumulative since last power-up or SNMP configure command.",
            "properties": {
                "tmnsDataMessagesNotReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of TmNSDataMessages lost per destination IP address and MessageDefinitionID as determined by missing packet sequence numbers cumulative since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "managedElementEntry": {
            "type": "object",
            "description": "managedElementEntry",
            "properties": {
                "managedElementIndex": {
                    "$ref": "#/definitions/managedElementIndex/properties/managedElementIndex"
                },
                "managedElementIP": {
                    "$ref": "#/definitions/managedElementIP/properties/managedElementIP"
                },
                "managedElementPort": {
                    "$ref": "#/definitions/managedElementPort/properties/managedElementPort"
                },
                "managedElementRoleID": {
                    "$ref": "#/definitions/managedElementRoleID/properties/managedElementRoleID"
                },
                "managedElementSupportedTypes": {
                    "$ref": "#/definitions/managedElementSupportedTypes/properties/managedElementSupportedTypes"
                },
                "managedElementRowStatus": {
                    "$ref": "#/definitions/managedElementRowStatus/properties/managedElementRowStatus"
                }
            }
        },
        "managedElementIndex": {
            "type": "object",
            "description": "Index for the managedElementTable.",
            "properties": {
                "managedElementIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the managedElementTable.",
                    "readOnly": true
                }
            }
        },
        "managedElementIP": {
            "type": "object",
            "description": "IP address of the element being managed.",
            "properties": {
                "managedElementIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "IP address of the element being managed.",
                    "readOnly": true
                }
            }
        },
        "managedElementPort": {
            "type": "object",
            "description": "UDP port used for communicating with the TMA.  This can be used in conjunction with the managedElementIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).",
            "properties": {
                "managedElementPort": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "UDP port used for communicating with the TMA.  This can be used in conjunction with the managedElementIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).",
                    "readOnly": true
                }
            }
        },
        "managedElementRoleID": {
            "type": "object",
            "description": "The roleID of the element being managed.",
            "properties": {
                "managedElementRoleID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The roleID of the element being managed.",
                    "readOnly": true
                }
            }
        },
        "managedElementSupportedTypes": {
            "type": "object",
            "description": "A bit-field whose bits represent the defined TmNSDeviceTypes.  Beginning with the first octet, the most significant bit represents a TmNSDeviceType of '1', which is tmnsNetworkFabricDevice, and the least significant bit represents a TmNSDeviceType of '8', which is tmnsMasterClock.  The second octet contains bits representing TmNSDeviceTypes 9-16, etc.  For the managed TMA described in this row, the corresponding bits shall be set to '1' for capabilities of the managed TMA and '0' for those capabilities not provided by the managed TMA.",
            "properties": {
                "managedElementSupportedTypes": {
                    "type": "string",
                    "format": "BITS { tmnsNetworkFabricDevice (0), reserved1 (1), tmnsACU (2), tmnsTAAntenna (3), tmnsAntennaSite (4), tmnsDAU (5), tmnsRecorder (6), tmnsMasterClock (7), tmnsEncryptor (8), tmnsMFD (9), reserved10 (10), tmnsSSTTx (11), tmnsSSTRx (12), reserved13 (13), tmnsAdapter (14), tmnsRCDataSource (15), tmnsLTCDataSource (16), tmnsLTCDataSink (17), tmnsConsolidatedManager (18), tmnsRadio (19), tmnsQueueManager (20), tmnsLinkManager (21), tmnsRCDataSink (22), tmnsVoiceGateway (23), tmnsRFNetworkManager (24), tmnsTPA (25), reserved26 (26), tmnsPCMGateway (27), tmnsNetworkGateway (28), tmnsGroundTAManager (29), tmnsOnboardTAManager (30), tmnsRFNOManager (31), tmnsSSTManager (32), tmnsMissionControlManager (33), tmnsDataServices (34), tmnsTAInstrumentationCheckout (35), tmnsRAN (36), tmnsTmnsSourceSelector (37), tmnsDataSelector (38) }",
                    "description": "A bit-field whose bits represent the defined TmNSDeviceTypes.  Beginning with the first octet, the most significant bit represents a TmNSDeviceType of '1', which is tmnsNetworkFabricDevice, and the least significant bit represents a TmNSDeviceType of '8', which is tmnsMasterClock.  The second octet contains bits representing TmNSDeviceTypes 9-16, etc.  For the managed TMA described in this row, the corresponding bits shall be set to '1' for capabilities of the managed TMA and '0' for those capabilities not provided by the managed TMA.",
                    "readOnly": true
                }
            }
        },
        "managedElementRowStatus": {
            "type": "object",
            "description": "The status of the managedElementTable row.  Management of the element described by this row will begin after this variable is set to 'active'.  Management of the element described by this row will stop when this variable is set to 'destroy'.",
            "properties": {
                "managedElementRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of the managedElementTable row.  Management of the element described by this row will begin after this variable is set to 'active'.  Management of the element described by this row will stop when this variable is set to 'destroy'."
                }
            }
        },
        "consolidatedSetVar": {
            "type": "object",
            "description": "This management resource contains the MIB OID of a command to be distributed to the managed TMAs.  The command is not sent to the managed devices until the consolidatedSetFlag resources is set to true.",
            "properties": {
                "consolidatedSetVar": {
                    "type": "string",
                    "format": "OBJECT IDENTIFIER",
                    "description": "This management resource contains the MIB OID of a command to be distributed to the managed TMAs.  The command is not sent to the managed devices until the consolidatedSetFlag resources is set to true."
                }
            }
        },
        "consolidatedSetVal": {
            "type": "object",
            "description": "This management resource is a string that contains the value to set for the management resource OID specified by the consolidatedSetVar resource when the consolidatedSetFlag resource is set to true.",
            "properties": {
                "consolidatedSetVal": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "This management resource is a string that contains the value to set for the management resource OID specified by the consolidatedSetVar resource when the consolidatedSetFlag resource is set to true."
                }
            }
        },
        "consolidatedSetFlag": {
            "type": "object",
            "description": "Flag which commences the set action of the managed TMAs when set to true.  The TMA resets this flag to false when the set action of all its managed TMAs is complete (or timed out based on protocol-specific timeouts).  Any faults shall be registered in the managerElementFaultTable.",
            "properties": {
                "consolidatedSetFlag": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Flag which commences the set action of the managed TMAs when set to true.  The TMA resets this flag to false when the set action of all its managed TMAs is complete (or timed out based on protocol-specific timeouts).  Any faults shall be registered in the managerElementFaultTable."
                }
            }
        },
        "managedElementFaultEntry": {
            "type": "object",
            "description": "managedElementFaultEntry",
            "properties": {
                "managedElementFaultIndex": {
                    "$ref": "#/definitions/managedElementFaultIndex/properties/managedElementFaultIndex"
                },
                "managedElementFaultIP": {
                    "$ref": "#/definitions/managedElementFaultIP/properties/managedElementFaultIP"
                },
                "managedElementFaultString": {
                    "$ref": "#/definitions/managedElementFaultString/properties/managedElementFaultString"
                },
                "managedElementFaultTime": {
                    "$ref": "#/definitions/managedElementFaultTime/properties/managedElementFaultTime"
                },
                "managedElementFaultPort": {
                    "$ref": "#/definitions/managedElementFaultPort/properties/managedElementFaultPort"
                }
            }
        },
        "managedElementFaultIndex": {
            "type": "object",
            "description": "Index of the managerElementFaultTable.",
            "properties": {
                "managedElementFaultIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the managerElementFaultTable.",
                    "readOnly": true
                }
            }
        },
        "managedElementFaultIP": {
            "type": "object",
            "description": "IP address of the element with the fault.",
            "properties": {
                "managedElementFaultIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "IP address of the element with the fault.",
                    "readOnly": true
                }
            }
        },
        "managedElementFaultString": {
            "type": "object",
            "description": "String with response to TmNS fault query.",
            "properties": {
                "managedElementFaultString": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String with response to TmNS fault query.",
                    "readOnly": true
                }
            }
        },
        "managedElementFaultTime": {
            "type": "object",
            "description": "The Consolidated Manager's tmaTime variable value at the time of the fault query.",
            "properties": {
                "managedElementFaultTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The Consolidated Manager's tmaTime variable value at the time of the fault query.",
                    "readOnly": true
                }
            }
        },
        "managedElementFaultPort": {
            "type": "object",
            "description": "UDP port used for communicating with the TMA that has the fault.  This can be used in conjunction with the managedElementFaultIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).",
            "properties": {
                "managedElementFaultPort": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "UDP port used for communicating with the TMA that has the fault.  This can be used in conjunction with the managedElementFaultIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).",
                    "readOnly": true
                }
            }
        },
        "managedElementNotificationEntry": {
            "type": "object",
            "description": "managedElementNotificationEntry",
            "properties": {
                "managedElementNotificationIndex": {
                    "$ref": "#/definitions/managedElementNotificationIndex/properties/managedElementNotificationIndex"
                },
                "managedElementNotificationIP": {
                    "$ref": "#/definitions/managedElementNotificationIP/properties/managedElementNotificationIP"
                },
                "managedElementNotificationString": {
                    "$ref": "#/definitions/managedElementNotificationString/properties/managedElementNotificationString"
                },
                "managedElementNotificationTime": {
                    "$ref": "#/definitions/managedElementNotificationTime/properties/managedElementNotificationTime"
                },
                "managedElementNotificationPort": {
                    "$ref": "#/definitions/managedElementNotificationPort/properties/managedElementNotificationPort"
                }
            }
        },
        "managedElementNotificationIndex": {
            "type": "object",
            "description": "Index of the managedElementNotificationTable.",
            "properties": {
                "managedElementNotificationIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the managedElementNotificationTable.",
                    "readOnly": true
                }
            }
        },
        "managedElementNotificationIP": {
            "type": "object",
            "description": "Source element IP address of Notification sent or forwarded to the Consolidated Manager.",
            "properties": {
                "managedElementNotificationIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Source element IP address of Notification sent or forwarded to the Consolidated Manager.",
                    "readOnly": true
                }
            }
        },
        "managedElementNotificationString": {
            "type": "object",
            "description": "String specifying the type of Notification received from the managed element.",
            "properties": {
                "managedElementNotificationString": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String specifying the type of Notification received from the managed element.",
                    "readOnly": true
                }
            }
        },
        "managedElementNotificationTime": {
            "type": "object",
            "description": "The tmaTime variable value received from the TMA as part of the managed element's Notification.",
            "properties": {
                "managedElementNotificationTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The tmaTime variable value received from the TMA as part of the managed element's Notification.",
                    "readOnly": true
                }
            }
        },
        "managedElementNotificationPort": {
            "type": "object",
            "description": "UDP port used for communicating with the TMA that generated the notification.  This can be used in conjunction with the managedElementNotificationIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).  This is not the source or destination UDP port to which notifications are sent.  It is the UDP port that is used for SNMP communication with the TMA.",
            "properties": {
                "managedElementNotificationPort": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "UDP port used for communicating with the TMA that generated the notification.  This can be used in conjunction with the managedElementNotificationIP to identify a particular TMA (in the case of a tmnsAdapter and multiple TMAs running on the same NetworkNode).  This is not the source or destination UDP port to which notifications are sent.  It is the UDP port that is used for SNMP communication with the TMA.",
                    "readOnly": true
                }
            }
        },
        "applyToManager": {
            "type": "object",
            "description": "This variable is a flag used in conjunction with the consolidatedSetVar, consolidatedSetVal, and consolidatedSetFlag commands.  If set to true when a consolidatedSetFlag is set to true, the manager shall first apply the consolidated command described by consolidatedSetVar with the value of consolidatedSetVal to itself, followed by applying the command to the relevant TMAs it is managing.  If this variable is false when the consolidatedSetFlag is set to true, then manager does not apply the command described by consolidatedSetVar with the value of consolidatedSetVal to itself.",
            "properties": {
                "applyToManager": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "This variable is a flag used in conjunction with the consolidatedSetVar, consolidatedSetVal, and consolidatedSetFlag commands.  If set to true when a consolidatedSetFlag is set to true, the manager shall first apply the consolidated command described by consolidatedSetVar with the value of consolidatedSetVal to itself, followed by applying the command to the relevant TMAs it is managing.  If this variable is false when the consolidatedSetFlag is set to true, then manager does not apply the command described by consolidatedSetVar with the value of consolidatedSetVal to itself."
                }
            }
        },
        "mergedConfigurationExportURI": {
            "type": "object",
            "description": "The Uniform Resource Identifier (URI) description of the location to which this TMA should send the merged MDL Instance Document that contains the as-built configurations of all of the manager's managed TMAs.  The TMA will only place the document at the specified location upon request via the exportMergedConfiguration variable.",
            "properties": {
                "mergedConfigurationExportURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The Uniform Resource Identifier (URI) description of the location to which this TMA should send the merged MDL Instance Document that contains the as-built configurations of all of the manager's managed TMAs.  The TMA will only place the document at the specified location upon request via the exportMergedConfiguration variable."
                }
            }
        },
        "exportMergedConfiguration": {
            "type": "object",
            "description": "This variable is used to command this TMAManager to retrieve the as-built configurations of all TMAs it is managing and to merge those configuration files with its own MDL configuration file.  After the files are successfully merged together, this TMAManager shall FTP or TFTP the merged MDL configuration file to the location named in the mergedConfigurationExportURI.  Set flag to true to start transfer.  The TMAManager returns this flag to false when transfer is complete (or fails).  TMAManager sets faultString variable in case of any FTP or TFTP error.   This variable shall not be set by the MDL Instance Document.",
            "properties": {
                "exportMergedConfiguration": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "This variable is used to command this TMAManager to retrieve the as-built configurations of all TMAs it is managing and to merge those configuration files with its own MDL configuration file.  After the files are successfully merged together, this TMAManager shall FTP or TFTP the merged MDL configuration file to the location named in the mergedConfigurationExportURI.  Set flag to true to start transfer.  The TMAManager returns this flag to false when transfer is complete (or fails).  TMAManager sets faultString variable in case of any FTP or TFTP error.   This variable shall not be set by the MDL Instance Document."
                }
            }
        },
        "unknownTmaDiscoveredFlag": {
            "type": "object",
            "description": "This variable indicates whether or not an unknown TMA was discovered by this manager.  An unknown TMA is any TMA that is not described in the manager's MDL configuration file, neither in its management domain nor in the management domain of other managers.  This value shall be set to true if an unknown TMA is discovered, false otherwise.",
            "properties": {
                "unknownTmaDiscoveredFlag": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "This variable indicates whether or not an unknown TMA was discovered by this manager.  An unknown TMA is any TMA that is not described in the manager's MDL configuration file, neither in its management domain nor in the management domain of other managers.  This value shall be set to true if an unknown TMA is discovered, false otherwise.",
                    "readOnly": true
                }
            }
        },
        "tmaNotFoundEntry": {
            "type": "object",
            "description": "tmaNotFoundEntry",
            "properties": {
                "tmaNotFoundIndex": {
                    "$ref": "#/definitions/tmaNotFoundIndex/properties/tmaNotFoundIndex"
                },
                "tmaNotFoundRoleID": {
                    "$ref": "#/definitions/tmaNotFoundRoleID/properties/tmaNotFoundRoleID"
                }
            }
        },
        "tmaNotFoundIndex": {
            "type": "object",
            "description": "Index of the tmaNotFoundTable.",
            "properties": {
                "tmaNotFoundIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the tmaNotFoundTable.",
                    "readOnly": true
                }
            }
        },
        "tmaNotFoundRoleID": {
            "type": "object",
            "description": "The roleID of a TMA within the manager's management domain that has not yet been discovered by the manager.",
            "properties": {
                "tmaNotFoundRoleID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The roleID of a TMA within the manager's management domain that has not yet been discovered by the manager.",
                    "readOnly": true
                }
            }
        },
        "radioProductVersion": {
            "type": "object",
            "description": "A printable string used to identify the manufacturer's product version of the radio.",
            "properties": {
                "radioProductVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..128))",
                    "description": "A printable string used to identify the manufacturer's product version of the radio.",
                    "readOnly": true
                }
            }
        },
        "currentTxPowerLevel": {
            "type": "object",
            "description": "Defines the current transmission power level.  If this radio is limited to a set of fixed power levels, the radio may change this value to match one of its supported fixed power levels.  If the radio experiences an unexpected loss of power, the currentPowerLevel will be restored when the radio power is restored.  Units are in dBm.",
            "properties": {
                "currentTxPowerLevel": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Defines the current transmission power level.  If this radio is limited to a set of fixed power levels, the radio may change this value to match one of its supported fixed power levels.  If the radio experiences an unexpected loss of power, the currentPowerLevel will be restored when the radio power is restored.  Units are in dBm.",
                    "readOnly": true
                }
            }
        },
        "rfMacAddr": {
            "type": "object",
            "description": "RF MAC Address of this radio instance, to be used as the Source RF MAC Address in RF Link Layer frames sent from the radio.  Valid RF MAC Address values are integer values in the range from 1 to 65535.",
            "properties": {
                "rfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "RF MAC Address of this radio instance, to be used as the Source RF MAC Address in RF Link Layer frames sent from the radio.  Valid RF MAC Address values are integer values in the range from 1 to 65535."
                }
            }
        },
        "centerFrequency": {
            "type": "object",
            "description": "The center frequency setting for this receiver in units of 250kHz.  The receiver center frequency will default to this value in the absence of an alternate configuration method.",
            "properties": {
                "centerFrequency": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "The center frequency setting for this receiver in units of 250kHz.  The receiver center frequency will default to this value in the absence of an alternate configuration method."
                }
            }
        },
        "rxModulationWaveformType": {
            "type": "object",
            "description": "A 4-bit code representing the modulation waveform period setting for this receiver.  The modulation waveform will default to this value in the absence of an alternate configuration method.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
            "properties": {
                "rxModulationWaveformType": {
                    "type": "string",
                    "format": "ModulationWaveformType",
                    "description": "A 4-bit code representing the modulation waveform period setting for this receiver.  The modulation waveform will default to this value in the absence of an alternate configuration method.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
                    "readOnly": true
                }
            }
        },
        "ldpcBlocksPerBurst": {
            "type": "object",
            "description": "Variable that specifies the configured number of LDPC code blocks per burst.  Valid range of values is from 1 to 16.",
            "properties": {
                "ldpcBlocksPerBurst": {
                    "type": "string",
                    "format": "Integer32 (1..16)",
                    "description": "Variable that specifies the configured number of LDPC code blocks per burst.  Valid range of values is from 1 to 16.",
                    "readOnly": true
                }
            }
        },
        "globalLinkMonitorEnable": {
            "type": "object",
            "description": "Whet true, enables the radio to gather link-layer statistics for all link-layer frames it receives.  When false, the radio will gather link-layer frames that are addressed to this radio.  When false, the radio will also gather link-layer statistics for other link-layer frames it was explicitly configured (through some other means) to monitor.",
            "properties": {
                "globalLinkMonitorEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Whet true, enables the radio to gather link-layer statistics for all link-layer frames it receives.  When false, the radio will gather link-layer frames that are addressed to this radio.  When false, the radio will also gather link-layer statistics for other link-layer frames it was explicitly configured (through some other means) to monitor."
                }
            }
        },
        "globalNetworkMonitorEnable": {
            "type": "object",
            "description": "When true, configures the radio to pass all received network-layer traffic up the protocol stack for network-layer statistics gathering and processing, regardless of whether or not the link-layer frame containing the packet was addressed to this radio.  When true, also enables the radio to gather link-layer statistics for all received link-layer frames.  When false, the radio will drop all network-layer payload from link-layer frames that are not addressed to this radio.",
            "properties": {
                "globalNetworkMonitorEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When true, configures the radio to pass all received network-layer traffic up the protocol stack for network-layer statistics gathering and processing, regardless of whether or not the link-layer frame containing the packet was addressed to this radio.  When true, also enables the radio to gather link-layer statistics for all received link-layer frames.  When false, the radio will drop all network-layer payload from link-layer frames that are not addressed to this radio."
                }
            }
        },
        "txPowerMode": {
            "type": "object",
            "description": "Enumeration specifying the power mode of the radio.  May be set to 'normal' (1) or 'low' (2) power modes.",
            "properties": {
                "txPowerMode": {
                    "type": "string",
                    "format": "INTEGER { normal (1), low (2) }",
                    "description": "Enumeration specifying the power mode of the radio.  May be set to 'normal' (1) or 'low' (2) power modes."
                }
            }
        },
        "totalTxLDPCSent": {
            "type": "object",
            "description": "The total number of LDPC code blocks transmitted by this radio.",
            "properties": {
                "totalTxLDPCSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The total number of LDPC code blocks transmitted by this radio.",
                    "readOnly": true
                }
            }
        },
        "totalTxBytesSent": {
            "type": "object",
            "description": "The total number of bytes transmitted by this radio.",
            "properties": {
                "totalTxBytesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The total number of bytes transmitted by this radio.",
                    "readOnly": true
                }
            }
        },
        "numDroppedRxLDPC": {
            "type": "object",
            "description": "The number of received LDPC code blocks that have been dropped.  LDPC code blocks may be dropped due to uncorrectable errors or receive queue overflow.  Since uncorrectable LDPC code block errors prevent the decoding of source or destination RF address, this scalar is a composite count of all received LDPC code blocks dropped.",
            "properties": {
                "numDroppedRxLDPC": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of received LDPC code blocks that have been dropped.  LDPC code blocks may be dropped due to uncorrectable errors or receive queue overflow.  Since uncorrectable LDPC code block errors prevent the decoding of source or destination RF address, this scalar is a composite count of all received LDPC code blocks dropped.",
                    "readOnly": true
                }
            }
        },
        "numRxFECLDPCErrors": {
            "type": "object",
            "description": "The number of received LDPC code blocks that have been dropped due to errors that could not be corrected using Forward Error Correction (FEC).",
            "properties": {
                "numRxFECLDPCErrors": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of received LDPC code blocks that have been dropped due to errors that could not be corrected using Forward Error Correction (FEC).",
                    "readOnly": true
                }
            }
        },
        "totalNumBytesReceived": {
            "type": "object",
            "description": "The total number of bytes received by this radio.",
            "properties": {
                "totalNumBytesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The total number of bytes received by this radio.",
                    "readOnly": true
                }
            }
        },
        "numRxFCSFrameErrors": {
            "type": "object",
            "description": "The number of received MAC frames that have been dropped due to Frame CheckSum (FCS) mismatch.",
            "properties": {
                "numRxFCSFrameErrors": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of received MAC frames that have been dropped due to Frame CheckSum (FCS) mismatch.",
                    "readOnly": true
                }
            }
        },
        "numRxDecryptionErrors": {
            "type": "object",
            "description": "This counter increments when a frame is received with the 'encrypt' (TBD) subfield of the Frame Control field set to '1' and the 'Encrypt On' value for the key mapped to the Tx-Rx MAC address.  This indicates that the frame should not have been encrypted or that the frame is discarded due to the receiving Tx-Rx not implementing the privacy option.",
            "properties": {
                "numRxDecryptionErrors": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "This counter increments when a frame is received with the 'encrypt' (TBD) subfield of the Frame Control field set to '1' and the 'Encrypt On' value for the key mapped to the Tx-Rx MAC address.  This indicates that the frame should not have been encrypted or that the frame is discarded due to the receiving Tx-Rx not implementing the privacy option.",
                    "readOnly": true
                }
            }
        },
        "maxRxQueueDepthInBytes": {
            "type": "object",
            "description": "The total size of the receive queue in bytes.",
            "properties": {
                "maxRxQueueDepthInBytes": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The total size of the receive queue in bytes.",
                    "readOnly": true
                }
            }
        },
        "currentRxQueueDepthInBytes": {
            "type": "object",
            "description": "Current number of bytes in the receive queue.",
            "properties": {
                "currentRxQueueDepthInBytes": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Current number of bytes in the receive queue.",
                    "readOnly": true
                }
            }
        },
        "numRxQueueOverflows": {
            "type": "object",
            "description": "The number of times the receive queue has overflowed.",
            "properties": {
                "numRxQueueOverflows": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of times the receive queue has overflowed.",
                    "readOnly": true
                }
            }
        },
        "countCSASM": {
            "type": "object",
            "description": "Count of the number of bursts that had both carrier sense (CS) and ASM detected.  CS detected: CS is detected if the falling edge at preample detector process output matches a set of predefined 'preamble match' criteria and the PS detected flag is set to '1'.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  ASM detected: if ASM detector output is greater than a pre-defined threshold (i.e., indicate ASM bit pattern match).",
            "properties": {
                "countCSASM": {
                    "type": "string",
                    "format": "Counter32",
                    "description": "Count of the number of bursts that had both carrier sense (CS) and ASM detected.  CS detected: CS is detected if the falling edge at preample detector process output matches a set of predefined 'preamble match' criteria and the PS detected flag is set to '1'.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  ASM detected: if ASM detector output is greater than a pre-defined threshold (i.e., indicate ASM bit pattern match).",
                    "readOnly": true
                }
            }
        },
        "countCSASMErr": {
            "type": "object",
            "description": "Count of the number of bursts that had carrier sense (CS) detected but the ASM was undetected.  CS detected: CS is detected if the falling edge at preample detector process output matches a set of predefined 'preamble match' criteria and the PS detected flag is set to '1'.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  ASM detected: if ASM detector output is greater than a pre-defined threshold (i.e., indicate ASM bit pattern match).",
            "properties": {
                "countCSASMErr": {
                    "type": "string",
                    "format": "Counter32",
                    "description": "Count of the number of bursts that had carrier sense (CS) detected but the ASM was undetected.  CS detected: CS is detected if the falling edge at preample detector process output matches a set of predefined 'preamble match' criteria and the PS detected flag is set to '1'.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  ASM detected: if ASM detector output is greater than a pre-defined threshold (i.e., indicate ASM bit pattern match).",
                    "readOnly": true
                }
            }
        },
        "countPSCSEdge": {
            "type": "object",
            "description": "Count of the number of bursts that had both power signature (PS) and carrier sense edge (CSEdge) detected.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  CSEdge detected: CSEdge is detected if the signature of a falling edge at preamble detector process output matches a set of predefined 'preamble match' criteria.",
            "properties": {
                "countPSCSEdge": {
                    "type": "string",
                    "format": "Counter32",
                    "description": "Count of the number of bursts that had both power signature (PS) and carrier sense edge (CSEdge) detected.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  CSEdge detected: CSEdge is detected if the signature of a falling edge at preamble detector process output matches a set of predefined 'preamble match' criteria.",
                    "readOnly": true
                }
            }
        },
        "countPSCSEdgeErr": {
            "type": "object",
            "description": "Counter of the number of bursts that had power signature (PS) detected but the carrier sense edge (CSEdge) was undetected.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  CSEdge detected: CSEdge is detected if the signature of a falling edge at preamble detector process output matches a set of predefined 'preamble match' criteria.",
            "properties": {
                "countPSCSEdgeErr": {
                    "type": "string",
                    "format": "Counter32",
                    "description": "Counter of the number of bursts that had power signature (PS) detected but the carrier sense edge (CSEdge) was undetected.  PS detected: PS is detected if the power signature of receiving signal matches the preamble.  CSEdge detected: CSEdge is detected if the signature of a falling edge at preamble detector process output matches a set of predefined 'preamble match' criteria.",
                    "readOnly": true
                }
            }
        },
        "bsEntry": {
            "type": "object",
            "description": "bsEntry",
            "properties": {
                "bsQosPolicyID": {
                    "$ref": "#/definitions/bsQosPolicyID/properties/bsQosPolicyID"
                },
                "bsBearerID": {
                    "$ref": "#/definitions/bsBearerID/properties/bsBearerID"
                },
                "bsEnabled": {
                    "$ref": "#/definitions/bsEnabled/properties/bsEnabled"
                },
                "bsParentID": {
                    "$ref": "#/definitions/bsParentID/properties/bsParentID"
                },
                "bsDscpVector": {
                    "$ref": "#/definitions/bsDscpVector/properties/bsDscpVector"
                },
                "bsDepth": {
                    "$ref": "#/definitions/bsDepth/properties/bsDepth"
                },
                "bsDropped": {
                    "$ref": "#/definitions/bsDropped/properties/bsDropped"
                },
                "bsRate": {
                    "$ref": "#/definitions/bsRate/properties/bsRate"
                }
            }
        },
        "bsQosPolicyID": {
            "type": "object",
            "description": "First index of the bsTable.  QoS Policy ID of the SLP.",
            "properties": {
                "bsQosPolicyID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "First index of the bsTable.  QoS Policy ID of the SLP.",
                    "readOnly": true
                }
            }
        },
        "bsBearerID": {
            "type": "object",
            "description": "Second index of the bsTable.  Major minor handle of the SLP.",
            "properties": {
                "bsBearerID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index of the bsTable.  Major minor handle of the SLP.",
                    "readOnly": true
                }
            }
        },
        "bsEnabled": {
            "type": "object",
            "description": "Boolean value that indicates whether SLP is enabled or not.",
            "properties": {
                "bsEnabled": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Boolean value that indicates whether SLP is enabled or not.",
                    "readOnly": true
                }
            }
        },
        "bsParentID": {
            "type": "object",
            "description": "Major minor handle of the parent of the SLP.  This value shall be '0' if it is the root.",
            "properties": {
                "bsParentID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Major minor handle of the parent of the SLP.  This value shall be '0' if it is the root.",
                    "readOnly": true
                }
            }
        },
        "bsDscpVector": {
            "type": "object",
            "description": "An 8-bit vector indicating which DSCP classes are supported by the SLP.",
            "properties": {
                "bsDscpVector": {
                    "type": "string",
                    "format": "OCTET STRING (SIZE(1))",
                    "description": "An 8-bit vector indicating which DSCP classes are supported by the SLP.",
                    "readOnly": true
                }
            }
        },
        "bsDepth": {
            "type": "object",
            "description": "Depth of the queue in bytes.",
            "properties": {
                "bsDepth": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Depth of the queue in bytes.",
                    "readOnly": true
                }
            }
        },
        "bsDropped": {
            "type": "object",
            "description": "Number of bytes dropped.",
            "properties": {
                "bsDropped": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Number of bytes dropped.",
                    "readOnly": true
                }
            }
        },
        "bsRate": {
            "type": "object",
            "description": "Rate of the queue in bps.",
            "properties": {
                "bsRate": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Rate of the queue in bps.",
                    "readOnly": true
                }
            }
        },
        "txLinkEntry": {
            "type": "object",
            "description": "txLinkEntry",
            "properties": {
                "txDstRfMacAddr": {
                    "$ref": "#/definitions/txDstRfMacAddr/properties/txDstRfMacAddr"
                },
                "totalLDPCSent": {
                    "$ref": "#/definitions/totalLDPCSent/properties/totalLDPCSent"
                },
                "totalBytesSent": {
                    "$ref": "#/definitions/totalBytesSent/properties/totalBytesSent"
                },
                "nullFramesSent": {
                    "$ref": "#/definitions/nullFramesSent/properties/nullFramesSent"
                },
                "txMaxQueueDepthInBytes": {
                    "$ref": "#/definitions/txMaxQueueDepthInBytes/properties/txMaxQueueDepthInBytes"
                },
                "txCurrentQueueDepthInBytes": {
                    "$ref": "#/definitions/txCurrentQueueDepthInBytes/properties/txCurrentQueueDepthInBytes"
                },
                "txQueueOverflows": {
                    "$ref": "#/definitions/txQueueOverflows/properties/txQueueOverflows"
                },
                "txWaveformType": {
                    "$ref": "#/definitions/txWaveformType/properties/txWaveformType"
                },
                "txLinkEncryptionEnable": {
                    "$ref": "#/definitions/txLinkEncryptionEnable/properties/txLinkEncryptionEnable"
                },
                "txLinkEncryptionKeyID": {
                    "$ref": "#/definitions/txLinkEncryptionKeyID/properties/txLinkEncryptionKeyID"
                },
                "txLinkAveragePacketDelay": {
                    "$ref": "#/definitions/txLinkAveragePacketDelay/properties/txLinkAveragePacketDelay"
                },
                "txLinkJitter": {
                    "$ref": "#/definitions/txLinkJitter/properties/txLinkJitter"
                }
            }
        },
        "txDstRfMacAddr": {
            "type": "object",
            "description": "The RF MAC Address (group) associated with the destination of the link.  This object is used as the index to the txLinkTable.  Valid RF MAC Address values are integer values in the range from 1 to 65535.",
            "properties": {
                "txDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The RF MAC Address (group) associated with the destination of the link.  This object is used as the index to the txLinkTable.  Valid RF MAC Address values are integer values in the range from 1 to 65535.",
                    "readOnly": true
                }
            }
        },
        "totalLDPCSent": {
            "type": "object",
            "description": "Total number of LDPC code blocks transmitted over this link.",
            "properties": {
                "totalLDPCSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Total number of LDPC code blocks transmitted over this link.",
                    "readOnly": true
                }
            }
        },
        "totalBytesSent": {
            "type": "object",
            "description": "Total number of bytes transmitted over this link.",
            "properties": {
                "totalBytesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Total number of bytes transmitted over this link.",
                    "readOnly": true
                }
            }
        },
        "nullFramesSent": {
            "type": "object",
            "description": "The number of empty frames transmitted over this link.",
            "properties": {
                "nullFramesSent": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of empty frames transmitted over this link.",
                    "readOnly": true
                }
            }
        },
        "txMaxQueueDepthInBytes": {
            "type": "object",
            "description": "Maximum number of bytes queued for processing by the transmitter at any single instant.",
            "properties": {
                "txMaxQueueDepthInBytes": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Maximum number of bytes queued for processing by the transmitter at any single instant.",
                    "readOnly": true
                }
            }
        },
        "txCurrentQueueDepthInBytes": {
            "type": "object",
            "description": "Current number of bytes queued for processing by the transmitter.",
            "properties": {
                "txCurrentQueueDepthInBytes": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Current number of bytes queued for processing by the transmitter.",
                    "readOnly": true
                }
            }
        },
        "txQueueOverflows": {
            "type": "object",
            "description": "Number of times the transmit queue for this Tx link has overflowed.",
            "properties": {
                "txQueueOverflows": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of times the transmit queue for this Tx link has overflowed.",
                    "readOnly": true
                }
            }
        },
        "txWaveformType": {
            "type": "object",
            "description": "Specifies the modulation waveform type of the last transmission from this radio on the link with the destination address specified by txDstRfMacAddr.  This value is a 4-bit code describing a modulation waveform supported by this radio.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
            "properties": {
                "txWaveformType": {
                    "type": "string",
                    "format": "ModulationWaveformType",
                    "description": "Specifies the modulation waveform type of the last transmission from this radio on the link with the destination address specified by txDstRfMacAddr.  This value is a 4-bit code describing a modulation waveform supported by this radio.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
                    "readOnly": true
                }
            }
        },
        "txLinkEncryptionEnable": {
            "type": "object",
            "description": "This variable enables or disables encryption on the associated link.  If set to true, then the radio shall encrypt this link with the key referenced with the txLinkEncryptionKeyID variable for the associated link.",
            "properties": {
                "txLinkEncryptionEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "This variable enables or disables encryption on the associated link.  If set to true, then the radio shall encrypt this link with the key referenced with the txLinkEncryptionKeyID variable for the associated link."
                }
            }
        },
        "txLinkEncryptionKeyID": {
            "type": "object",
            "description": "This value is the keyID of a key used in link encryption/decryption operations.  The keyID is a number that uniquely identified a key but shall not be the actual value of the key.  This value only has meaning if the txLinkEncryptionEnable variable for this link is set to true(1).",
            "properties": {
                "txLinkEncryptionKeyID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "This value is the keyID of a key used in link encryption/decryption operations.  The keyID is a number that uniquely identified a key but shall not be the actual value of the key.  This value only has meaning if the txLinkEncryptionEnable variable for this link is set to true(1)."
                }
            }
        },
        "txLinkAveragePacketDelay": {
            "type": "object",
            "description": "The average time in milliseconds for a packet to traverse through the radio from its wired network interface to the RF interface for the associated link.",
            "properties": {
                "txLinkAveragePacketDelay": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The average time in milliseconds for a packet to traverse through the radio from its wired network interface to the RF interface for the associated link.",
                    "readOnly": true
                }
            }
        },
        "txLinkJitter": {
            "type": "object",
            "description": "The amount of jitter introduced by the radio as a packet traverses through the radio from its wired network interface to the RF interface for the associated link.",
            "properties": {
                "txLinkJitter": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The amount of jitter introduced by the radio as a packet traverses through the radio from its wired network interface to the RF interface for the associated link.",
                    "readOnly": true
                }
            }
        },
        "rxLinkEntry": {
            "type": "object",
            "description": "rxLinkEntry",
            "properties": {
                "rxDstRfMacAddr": {
                    "$ref": "#/definitions/rxDstRfMacAddr/properties/rxDstRfMacAddr"
                },
                "rxSrcRfMacAddr": {
                    "$ref": "#/definitions/rxSrcRfMacAddr/properties/rxSrcRfMacAddr"
                },
                "totalLDPCReceived": {
                    "$ref": "#/definitions/totalLDPCReceived/properties/totalLDPCReceived"
                },
                "nullFramesReceived": {
                    "$ref": "#/definitions/nullFramesReceived/properties/nullFramesReceived"
                },
                "rxRSSI": {
                    "$ref": "#/definitions/rxRSSI/properties/rxRSSI"
                },
                "rxCINR": {
                    "$ref": "#/definitions/rxCINR/properties/rxCINR"
                },
                "rxBLER": {
                    "$ref": "#/definitions/rxBLER/properties/rxBLER"
                },
                "rxWaveformType": {
                    "$ref": "#/definitions/rxWaveformType/properties/rxWaveformType"
                },
                "rxNumDuplicateFrames": {
                    "$ref": "#/definitions/rxNumDuplicateFrames/properties/rxNumDuplicateFrames"
                },
                "rxLinkBytesReceived": {
                    "$ref": "#/definitions/rxLinkBytesReceived/properties/rxLinkBytesReceived"
                },
                "rxEbNo": {
                    "$ref": "#/definitions/rxEbNo/properties/rxEbNo"
                },
                "carrierOffset": {
                    "$ref": "#/definitions/carrierOffset/properties/carrierOffset"
                },
                "rxLQI": {
                    "$ref": "#/definitions/rxLQI/properties/rxLQI"
                }
            }
        },
        "rxDstRfMacAddr": {
            "type": "object",
            "description": "The RF MAC Address (group) associated with the destination of the link.  This address corresponds to the Destination Address field in a frame header.  Valid RF MAC Address values are integer values in the range from 1 to 65535.  This is the first of two indexes in the rxLinkTable.",
            "properties": {
                "rxDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The RF MAC Address (group) associated with the destination of the link.  This address corresponds to the Destination Address field in a frame header.  Valid RF MAC Address values are integer values in the range from 1 to 65535.  This is the first of two indexes in the rxLinkTable.",
                    "readOnly": true
                }
            }
        },
        "rxSrcRfMacAddr": {
            "type": "object",
            "description": "The RF MAC Address of the transmitting radio for the link.  This address corresponds to the Source Address field in a frame header.  Valid RF MAC Address values are integer values in the range from 1 to 65535.  This is the second of two indexes in the rxLinkTable.",
            "properties": {
                "rxSrcRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The RF MAC Address of the transmitting radio for the link.  This address corresponds to the Source Address field in a frame header.  Valid RF MAC Address values are integer values in the range from 1 to 65535.  This is the second of two indexes in the rxLinkTable.",
                    "readOnly": true
                }
            }
        },
        "totalLDPCReceived": {
            "type": "object",
            "description": "Total number of LDPC code blocks received over this link.",
            "properties": {
                "totalLDPCReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Total number of LDPC code blocks received over this link.",
                    "readOnly": true
                }
            }
        },
        "nullFramesReceived": {
            "type": "object",
            "description": "The number of empty frames received over this link.",
            "properties": {
                "nullFramesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "The number of empty frames received over this link.",
                    "readOnly": true
                }
            }
        },
        "rxRSSI": {
            "type": "object",
            "description": "The Received Signal Strength Indicator (RSSI) power level measured by integrating the receive power over the last burst.  This is a two's complement signed integer indicating the RSSI in 1dBm steps with a range of -127dBm to 127dBm.  The field is assigned -128 when the RSSI measurement is not available.",
            "properties": {
                "rxRSSI": {
                    "type": "string",
                    "format": "Integer32 (-128..127)",
                    "description": "The Received Signal Strength Indicator (RSSI) power level measured by integrating the receive power over the last burst.  This is a two's complement signed integer indicating the RSSI in 1dBm steps with a range of -127dBm to 127dBm.  The field is assigned -128 when the RSSI measurement is not available.",
                    "readOnly": true
                }
            }
        },
        "rxCINR": {
            "type": "object",
            "description": "This is the Carrier-to-Interference plus Noise Ratio (CINR).  This is a two's complement signed integer indicating the CINR in 1dB steps with a range of -127dB to 127dB.  The field is assigned -128 when the CINR measurement is not available.",
            "properties": {
                "rxCINR": {
                    "type": "string",
                    "format": "Integer32 (-128..127)",
                    "description": "This is the Carrier-to-Interference plus Noise Ratio (CINR).  This is a two's complement signed integer indicating the CINR in 1dB steps with a range of -127dB to 127dB.  The field is assigned -128 when the CINR measurement is not available.",
                    "readOnly": true
                }
            }
        },
        "rxBLER": {
            "type": "object",
            "description": "Average channel LDPC block error rate (BLER).  This is an unsigned integer indicating the channel LDPC block error rate in units of 1/256 with a range of 1/256 to 1-1/256.  The field is assigned '0' when the channel LDPC block error rate measurement is not available.  TBR: The semantics of this entry need further specification.",
            "properties": {
                "rxBLER": {
                    "type": "string",
                    "format": "Integer32 (0..255)",
                    "description": "Average channel LDPC block error rate (BLER).  This is an unsigned integer indicating the channel LDPC block error rate in units of 1/256 with a range of 1/256 to 1-1/256.  The field is assigned '0' when the channel LDPC block error rate measurement is not available.  TBR: The semantics of this entry need further specification.",
                    "readOnly": true
                }
            }
        },
        "rxWaveformType": {
            "type": "object",
            "description": "Specifies the modulation waveform type of the last burst received on by this radio on the link defined by rxDstRfMacAddr and rxSrcRfMacAddr.  This value is a 4-bit code describing a modulation waveform supported by this radio.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
            "properties": {
                "rxWaveformType": {
                    "type": "string",
                    "format": "ModulationWaveformType",
                    "description": "Specifies the modulation waveform type of the last burst received on by this radio on the link defined by rxDstRfMacAddr and rxSrcRfMacAddr.  This value is a 4-bit code describing a modulation waveform supported by this radio.  The following codes are defined:   0000 : SOQPSK-TG.  All other codes : RESERVED.",
                    "readOnly": true
                }
            }
        },
        "rxNumDuplicateFrames": {
            "type": "object",
            "description": "A counter that is incremented when a frame is received with a frame header sequence number that matches that of a previously-received frame.",
            "properties": {
                "rxNumDuplicateFrames": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "A counter that is incremented when a frame is received with a frame header sequence number that matches that of a previously-received frame.",
                    "readOnly": true
                }
            }
        },
        "rxLinkBytesReceived": {
            "type": "object",
            "description": "Number of bytes received on this link.",
            "properties": {
                "rxLinkBytesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of bytes received on this link.",
                    "readOnly": true
                }
            }
        },
        "rxEbNo": {
            "type": "object",
            "description": "Estimate of the energy per bit to noise power spectral density ratio.",
            "properties": {
                "rxEbNo": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Estimate of the energy per bit to noise power spectral density ratio.",
                    "readOnly": true
                }
            }
        },
        "carrierOffset": {
            "type": "object",
            "description": "Offset from carrier frequency specified in Hz.",
            "properties": {
                "carrierOffset": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Offset from carrier frequency specified in Hz.",
                    "readOnly": true
                }
            }
        },
        "rxLQI": {
            "type": "object",
            "description": "Link Quality Indicator (LQI) metric associated with the receiving link as specified by the row's rxDestinationRFAddress and rxSourceRFAddress.",
            "properties": {
                "rxLQI": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Link Quality Indicator (LQI) metric associated with the receiving link as specified by the row's rxDestinationRFAddress and rxSourceRFAddress.",
                    "readOnly": true
                }
            }
        },
        "txNumQueueOverflowsTxDstRfMacAddr": {
            "type": "object",
            "description": "The destination RF MAC Address (group) of the link whose TX overflow counter is provided in the notification.",
            "properties": {
                "txNumQueueOverflowsTxDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The destination RF MAC Address (group) of the link whose TX overflow counter is provided in the notification."
                }
            }
        },
        "txNumQueueOverflowCounter": {
            "type": "object",
            "description": "Number of times the transmit queue for the associated Tx link (txNumQueueOverflowsTxDstRfMacAddr) has overflowed.",
            "properties": {
                "txNumQueueOverflowCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of times the transmit queue for the associated Tx link (txNumQueueOverflowsTxDstRfMacAddr) has overflowed."
                }
            }
        },
        "txNumQueueOverflowsNotifEnable": {
            "type": "object",
            "description": "Enable or disable the transmit queue overflows notification. (1) True = enable, (2) false = disable.",
            "properties": {
                "txNumQueueOverflowsNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the transmit queue overflows notification. (1) True = enable, (2) false = disable."
                }
            }
        },
        "txNumQueueOverflowsNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated txNumQueueOverflowsNotification events in milliseconds.",
            "properties": {
                "txNumQueueOverflowsNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated txNumQueueOverflowsNotification events in milliseconds."
                }
            }
        },
        "txNumQueueOverflowsNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a txNumQueueOverflowsNotification.",
            "properties": {
                "txNumQueueOverflowsNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a txNumQueueOverflowsNotification."
                }
            }
        },
        "txNumQueueOverflowsNotifThd": {
            "type": "object",
            "description": "When the transmit queue overflows notification is enabled, then the notification shall be generated if a transmit queue has overflowed more times than this threshold value.",
            "properties": {
                "txNumQueueOverflowsNotifThd": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "When the transmit queue overflows notification is enabled, then the notification shall be generated if a transmit queue has overflowed more times than this threshold value."
                }
            }
        },
        "rxNumQueueOverflowsNotifEnable": {
            "type": "object",
            "description": "Enable or disable the receive queue overflows notification. (1) True = enable, (2) false = disable.",
            "properties": {
                "rxNumQueueOverflowsNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the receive queue overflows notification. (1) True = enable, (2) false = disable."
                }
            }
        },
        "rxNumQueueOverflowsNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated rxNumQueueOverflowsNotification events in milliseconds.",
            "properties": {
                "rxNumQueueOverflowsNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated rxNumQueueOverflowsNotification events in milliseconds."
                }
            }
        },
        "rxNumQueueOverflowsNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a rxNumQueueOverflowsNotification.",
            "properties": {
                "rxNumQueueOverflowsNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a rxNumQueueOverflowsNotification."
                }
            }
        },
        "rxNumQueueOverflowsNotifThd": {
            "type": "object",
            "description": "When the receive queue overflows notification is enabled, then the notification shall be generated if a receive queue has overflowed more times than this threshold value.",
            "properties": {
                "rxNumQueueOverflowsNotifThd": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "When the receive queue overflows notification is enabled, then the notification shall be generated if a receive queue has overflowed more times than this threshold value."
                }
            }
        },
        "idleOnPtpTimingThresholdExceeded": {
            "type": "object",
            "description": "When this value is set to true, the Link Manager will exit the running state to idle mode whenever the PTP clock variance exceeds the variance threshold setting.",
            "properties": {
                "idleOnPtpTimingThresholdExceeded": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When this value is set to true, the Link Manager will exit the running state to idle mode whenever the PTP clock variance exceeds the variance threshold setting."
                }
            }
        },
        "lmTxLinksEntry": {
            "type": "object",
            "description": "lmTxLinksEntry",
            "properties": {
                "lmTxLinkDstGroupRfMacAddr": {
                    "$ref": "#/definitions/lmTxLinkDstGroupRfMacAddr/properties/lmTxLinkDstGroupRfMacAddr"
                },
                "lmTxLinkSrcRadioRfMacAddr": {
                    "$ref": "#/definitions/lmTxLinkSrcRadioRfMacAddr/properties/lmTxLinkSrcRadioRfMacAddr"
                },
                "lmTxLinkSrcRadioIpAddr": {
                    "$ref": "#/definitions/lmTxLinkSrcRadioIpAddr/properties/lmTxLinkSrcRadioIpAddr"
                },
                "lmTxLinkState": {
                    "$ref": "#/definitions/lmTxLinkState/properties/lmTxLinkState"
                },
                "lmTxLinkType": {
                    "$ref": "#/definitions/lmTxLinkType/properties/lmTxLinkType"
                },
                "lmTxLinkAssociatedQosPolicyId": {
                    "$ref": "#/definitions/lmTxLinkAssociatedQosPolicyId/properties/lmTxLinkAssociatedQosPolicyId"
                },
                "lmTxLinkMaxAllowableLatency": {
                    "$ref": "#/definitions/lmTxLinkMaxAllowableLatency/properties/lmTxLinkMaxAllowableLatency"
                },
                "lmTxLinkTxQueueLevel": {
                    "$ref": "#/definitions/lmTxLinkTxQueueLevel/properties/lmTxLinkTxQueueLevel"
                },
                "lmTxLinkMaxQueueDrainTime": {
                    "$ref": "#/definitions/lmTxLinkMaxQueueDrainTime/properties/lmTxLinkMaxQueueDrainTime"
                },
                "lmTxLinkAutoHandoffEnable": {
                    "$ref": "#/definitions/lmTxLinkAutoHandoffEnable/properties/lmTxLinkAutoHandoffEnable"
                },
                "activeA2AHandoffRuleNumber": {
                    "$ref": "#/definitions/activeA2AHandoffRuleNumber/properties/activeA2AHandoffRuleNumber"
                },
                "a2aNextRadio": {
                    "$ref": "#/definitions/a2aNextRadio/properties/a2aNextRadio"
                },
                "n2nNextFrequency": {
                    "$ref": "#/definitions/n2nNextFrequency/properties/n2nNextFrequency"
                },
                "trapNextQueueStatus": {
                    "$ref": "#/definitions/trapNextQueueStatus/properties/trapNextQueueStatus"
                },
                "trapQueueEmpty": {
                    "$ref": "#/definitions/trapQueueEmpty/properties/trapQueueEmpty"
                },
                "lmTxLinkRowStatus": {
                    "$ref": "#/definitions/lmTxLinkRowStatus/properties/lmTxLinkRowStatus"
                }
            }
        },
        "lmTxLinkDstGroupRfMacAddr": {
            "type": "object",
            "description": "First index in the lmTxLinksTable.  This index value specifies the multicast RF destination group RF MAC Address of the link.",
            "properties": {
                "lmTxLinkDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "First index in the lmTxLinksTable.  This index value specifies the multicast RF destination group RF MAC Address of the link."
                }
            }
        },
        "lmTxLinkSrcRadioRfMacAddr": {
            "type": "object",
            "description": "Second index in the lmTxLinksTable.  The RF MAC Address of the specific radio selected to transmit over the associated link (to the destination address).",
            "properties": {
                "lmTxLinkSrcRadioRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Second index in the lmTxLinksTable.  The RF MAC Address of the specific radio selected to transmit over the associated link (to the destination address)."
                }
            }
        },
        "lmTxLinkSrcRadioIpAddr": {
            "type": "object",
            "description": "The IP address of the radio whose RF MAC Address is that indicated by lmTxLinkSrcRadioRfMacAddr of the corresponding row.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "lmTxLinkSrcRadioIpAddr": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "The IP address of the radio whose RF MAC Address is that indicated by lmTxLinkSrcRadioRfMacAddr of the corresponding row.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "lmTxLinkState": {
            "type": "object",
            "description": "This variable indicates whether or not the LM is authorized to allocate capacity for the link associated with the row.  When authorized, the LM is responsible for managing the capacity allocation of the link.  A link in the authorized (1) state may be allocated 0 capacity.  A link in the notAuthorized (2) state indicates that the LM shall not provide any capacity allocation to the link.",
            "properties": {
                "lmTxLinkState": {
                    "type": "string",
                    "format": "INTEGER { authorized (1), notAuthorized (2) }",
                    "description": "This variable indicates whether or not the LM is authorized to allocate capacity for the link associated with the row.  When authorized, the LM is responsible for managing the capacity allocation of the link.  A link in the authorized (1) state may be allocated 0 capacity.  A link in the notAuthorized (2) state indicates that the LM shall not provide any capacity allocation to the link."
                }
            }
        },
        "lmTxLinkType": {
            "type": "object",
            "description": "The link type definition of the link.  TmNSLinkType enumeration used to specify uplink, downlink, relayUplink, relayDownlink, and adHoc.    An 'uplink' type refers to a link whose data transmission direction is from the ground to the air.  A 'downlink' type refers to a radio link whose data transmission direction is from the air to the ground.  A 'relayUplink' type refers to a link whose data transmission direction with respect to the ground is away from the ground and the source radio is at least one radio hop from the ground.  A 'relayDownlink' type refers to a link whose data transmission direction with respect to the ground is towards the ground and the source radio is at least two radio hops from the ground.  An 'adHoc' type refers to a link whose data transmission direction is irrelevant.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "lmTxLinkType": {
                    "type": "string",
                    "format": "TmNSLinkType",
                    "description": "The link type definition of the link.  TmNSLinkType enumeration used to specify uplink, downlink, relayUplink, relayDownlink, and adHoc.    An 'uplink' type refers to a link whose data transmission direction is from the ground to the air.  A 'downlink' type refers to a radio link whose data transmission direction is from the air to the ground.  A 'relayUplink' type refers to a link whose data transmission direction with respect to the ground is away from the ground and the source radio is at least one radio hop from the ground.  A 'relayDownlink' type refers to a link whose data transmission direction with respect to the ground is towards the ground and the source radio is at least two radio hops from the ground.  An 'adHoc' type refers to a link whose data transmission direction is irrelevant.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "lmTxLinkAssociatedQosPolicyId": {
            "type": "object",
            "description": "The QoS Policy ID associated with this link.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "lmTxLinkAssociatedQosPolicyId": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "The QoS Policy ID associated with this link.  This object may not be modified while the value of the corresponding instance of lmTxLinkRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "lmTxLinkMaxAllowableLatency": {
            "type": "object",
            "description": "The maximum value of the allowable latency that the link supports.  This value is in units of microseconds.",
            "properties": {
                "lmTxLinkMaxAllowableLatency": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The maximum value of the allowable latency that the link supports.  This value is in units of microseconds."
                }
            }
        },
        "lmTxLinkTxQueueLevel": {
            "type": "object",
            "description": "A sum of the queue levels associated with a particular link on a radio.",
            "properties": {
                "lmTxLinkTxQueueLevel": {
                    "type": "string",
                    "format": "Unsigned16",
                    "description": "A sum of the queue levels associated with a particular link on a radio.",
                    "readOnly": true
                }
            }
        },
        "lmTxLinkMaxQueueDrainTime": {
            "type": "object",
            "description": "The time (in milliseconds) for the Link Manager to continue providing TxOps to a radio for the associated link.  In the case of handoff events, the Link Manager shall not begin scheduling the link on the join radio until either the uplink queue on the leave radio has become empty or the time specified by this variable expires.",
            "properties": {
                "lmTxLinkMaxQueueDrainTime": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The time (in milliseconds) for the Link Manager to continue providing TxOps to a radio for the associated link.  In the case of handoff events, the Link Manager shall not begin scheduling the link on the join radio until either the uplink queue on the leave radio has become empty or the time specified by this variable expires."
                }
            }
        },
        "lmTxLinkAutoHandoffEnable": {
            "type": "object",
            "description": "When this variable is true for the the associated row, the LM is authorized to perform an automated handoff to another radio (lmTxLinkSrcRadioRfMacAddr) for the associated destination RF group (lmTxLinkDstGroupRfMacAddr).  Automated handoff decisions are to be computed based on the rule set described by activeA2AHandoffRule variable.",
            "properties": {
                "lmTxLinkAutoHandoffEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When this variable is true for the the associated row, the LM is authorized to perform an automated handoff to another radio (lmTxLinkSrcRadioRfMacAddr) for the associated destination RF group (lmTxLinkDstGroupRfMacAddr).  Automated handoff decisions are to be computed based on the rule set described by activeA2AHandoffRule variable."
                }
            }
        },
        "activeA2AHandoffRuleNumber": {
            "type": "object",
            "description": "A string representing the radio selector engine that the LM will launch and send data to in order to read back the currently selected radio for the link.  The same rule shall be used for all rows of the table that contain the same lmTxLinkDstGroupRfMacAddr.  Changing this value shall change all instances of this variable whose row has the same lmTxLinkDstGroupRfMacAddr.",
            "properties": {
                "activeA2AHandoffRuleNumber": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "A string representing the radio selector engine that the LM will launch and send data to in order to read back the currently selected radio for the link.  The same rule shall be used for all rows of the table that contain the same lmTxLinkDstGroupRfMacAddr.  Changing this value shall change all instances of this variable whose row has the same lmTxLinkDstGroupRfMacAddr."
                }
            }
        },
        "a2aNextRadio": {
            "type": "object",
            "description": "A set command to this variable will initiate an antenna-to-antenna handoff.  The value set is the RF MAC Address of the join radio that will be used to transmit for this link after the handoff completes.  The handoff may not be instantaneous.  Therefore, this variable will maintain the next RF MAC Address until the next RF MAC Address becomes the new actively scheduled source radio for the link.  After this occurs, this variable shall automatically return to 0.",
            "properties": {
                "a2aNextRadio": {
                    "type": "string",
                    "format": "Unsigned16",
                    "description": "A set command to this variable will initiate an antenna-to-antenna handoff.  The value set is the RF MAC Address of the join radio that will be used to transmit for this link after the handoff completes.  The handoff may not be instantaneous.  Therefore, this variable will maintain the next RF MAC Address until the next RF MAC Address becomes the new actively scheduled source radio for the link.  After this occurs, this variable shall automatically return to 0."
                }
            }
        },
        "n2nNextFrequency": {
            "type": "object",
            "description": "A set command to this variable will initiate a network-to-network handoff.  The value set is the the center frequency in units of 250 kHz of the network to be handed off to.  This variable shall be returned to 0 once the LM has completed the handoff.",
            "properties": {
                "n2nNextFrequency": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "A set command to this variable will initiate a network-to-network handoff.  The value set is the the center frequency in units of 250 kHz of the network to be handed off to.  This variable shall be returned to 0 once the LM has completed the handoff."
                }
            }
        },
        "trapNextQueueStatus": {
            "type": "object",
            "description": "When set to true, the LM may generate the queueStatusRcvdNotification for this row's associated link after it receives the next queue status message for the link.  The notification shall be generated if queueStatusRcvdNotifEnable flag is set to true, otherwise it shall not be generated.  After a queue status report for the associated link is received, the LM shall automatically set this value back to false for this row.",
            "properties": {
                "trapNextQueueStatus": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When set to true, the LM may generate the queueStatusRcvdNotification for this row's associated link after it receives the next queue status message for the link.  The notification shall be generated if queueStatusRcvdNotifEnable flag is set to true, otherwise it shall not be generated.  After a queue status report for the associated link is received, the LM shall automatically set this value back to false for this row."
                }
            }
        },
        "trapQueueEmpty": {
            "type": "object",
            "description": "When set to true, the LM may generate the queueEmptyNotification for this row's associated link after it receives a queue status message that indicates an empty queue for the link.  The notification shall be generated if queueEmptyNotifEnable flag is set to true, otherwise it shall not be generated.  After a queue status report is received that indicates an empty queue for the associated link, the LM shall automatically set this value back to false for this row.",
            "properties": {
                "trapQueueEmpty": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "When set to true, the LM may generate the queueEmptyNotification for this row's associated link after it receives a queue status message that indicates an empty queue for the link.  The notification shall be generated if queueEmptyNotifEnable flag is set to true, otherwise it shall not be generated.  After a queue status report is received that indicates an empty queue for the associated link, the LM shall automatically set this value back to false for this row."
                }
            }
        },
        "lmTxLinkRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "lmTxLinkRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "lmRxLinksEntry": {
            "type": "object",
            "description": "lmRxLinksEntry",
            "properties": {
                "lmRxLinkDstGroupRfMacAddr": {
                    "$ref": "#/definitions/lmRxLinkDstGroupRfMacAddr/properties/lmRxLinkDstGroupRfMacAddr"
                },
                "lmRxLinkSrcRadioRfMacAddr": {
                    "$ref": "#/definitions/lmRxLinkSrcRadioRfMacAddr/properties/lmRxLinkSrcRadioRfMacAddr"
                },
                "lmRxLinkRcvrRadioRfMacAddr": {
                    "$ref": "#/definitions/lmRxLinkRcvrRadioRfMacAddr/properties/lmRxLinkRcvrRadioRfMacAddr"
                },
                "lmRxLinkRSSI": {
                    "$ref": "#/definitions/lmRxLinkRSSI/properties/lmRxLinkRSSI"
                },
                "lmRxLinkCINR": {
                    "$ref": "#/definitions/lmRxLinkCINR/properties/lmRxLinkCINR"
                },
                "lmRxLinkBLER": {
                    "$ref": "#/definitions/lmRxLinkBLER/properties/lmRxLinkBLER"
                },
                "lmRxLinkEbNo": {
                    "$ref": "#/definitions/lmRxLinkEbNo/properties/lmRxLinkEbNo"
                },
                "lmRxLinkLQI": {
                    "$ref": "#/definitions/lmRxLinkLQI/properties/lmRxLinkLQI"
                },
                "lmRxLinkRowStatus": {
                    "$ref": "#/definitions/lmRxLinkRowStatus/properties/lmRxLinkRowStatus"
                }
            }
        },
        "lmRxLinkDstGroupRfMacAddr": {
            "type": "object",
            "description": "First index in the lmRxLinksTable.  This index value specifies the multicast RF destination group RF MAC Address of the link.",
            "properties": {
                "lmRxLinkDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "First index in the lmRxLinksTable.  This index value specifies the multicast RF destination group RF MAC Address of the link."
                }
            }
        },
        "lmRxLinkSrcRadioRfMacAddr": {
            "type": "object",
            "description": "Second index in the lmRxLinksTable.  The RF MAC Address of the radio that transmitted over the associated link (to the destination RF MAC Address).",
            "properties": {
                "lmRxLinkSrcRadioRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Second index in the lmRxLinksTable.  The RF MAC Address of the radio that transmitted over the associated link (to the destination RF MAC Address)."
                }
            }
        },
        "lmRxLinkRcvrRadioRfMacAddr": {
            "type": "object",
            "description": "Third index in the lmTxLinksTable.  RF MAC Address of the specific radio that received the transmission to the associated destination group (lmRxLinkDstGroupRfMacAddr) from the associated source radio (lmRxLinkSrcRadioRfMacAddr).",
            "properties": {
                "lmRxLinkRcvrRadioRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Third index in the lmTxLinksTable.  RF MAC Address of the specific radio that received the transmission to the associated destination group (lmRxLinkDstGroupRfMacAddr) from the associated source radio (lmRxLinkSrcRadioRfMacAddr)."
                }
            }
        },
        "lmRxLinkRSSI": {
            "type": "object",
            "description": "RSSI (dBm) statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent RSSI value obtained from the receiving radio.",
            "properties": {
                "lmRxLinkRSSI": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "RSSI (dBm) statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent RSSI value obtained from the receiving radio.",
                    "readOnly": true
                }
            }
        },
        "lmRxLinkCINR": {
            "type": "object",
            "description": "CINR (dB) statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent CINR value obtained from the receiving radio.",
            "properties": {
                "lmRxLinkCINR": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "CINR (dB) statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent CINR value obtained from the receiving radio.",
                    "readOnly": true
                }
            }
        },
        "lmRxLinkBLER": {
            "type": "object",
            "description": "Average channel LDPC block error rate (BLER) from the receiving radio for the associated link.  This is an unsigned integer indicating the channel LDPC block error rate in units of 1/256 with a range of 1/256 to 1-1/256.  The field is assigned '0' when the channel LDPC block error rate measurement is not available.  This value is the current/instantaneous/most recent BLER value obtained from the receiving radio.",
            "properties": {
                "lmRxLinkBLER": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Average channel LDPC block error rate (BLER) from the receiving radio for the associated link.  This is an unsigned integer indicating the channel LDPC block error rate in units of 1/256 with a range of 1/256 to 1-1/256.  The field is assigned '0' when the channel LDPC block error rate measurement is not available.  This value is the current/instantaneous/most recent BLER value obtained from the receiving radio.",
                    "readOnly": true
                }
            }
        },
        "lmRxLinkEbNo": {
            "type": "object",
            "description": "Estimate of the energy per bit to noise power spectral density ratio from the receiving radio for the associated link.  This value is the current/instantaneous/most recent EbNo value obtained from the receiving radio.",
            "properties": {
                "lmRxLinkEbNo": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Estimate of the energy per bit to noise power spectral density ratio from the receiving radio for the associated link.  This value is the current/instantaneous/most recent EbNo value obtained from the receiving radio.",
                    "readOnly": true
                }
            }
        },
        "lmRxLinkLQI": {
            "type": "object",
            "description": "LQI statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent LQI value obtained from the receiving radio.",
            "properties": {
                "lmRxLinkLQI": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "LQI statistic of the receiver radio (lmRxLinkRcvrRadioRfMacAddr) for the associated link (lmRxLinkDstGroupRfMacAddr and lmRxLinkSrcRadioRfMacAddr).  This value is the current/instantaneous/most recent LQI value obtained from the receiving radio.",
                    "readOnly": true
                }
            }
        },
        "lmRxLinkRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "lmRxLinkRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "lmA2AHandoffRulesEntry": {
            "type": "object",
            "description": "lmA2AHandoffRulesEntry",
            "properties": {
                "lmA2AHandoffRuleNumber": {
                    "$ref": "#/definitions/lmA2AHandoffRuleNumber/properties/lmA2AHandoffRuleNumber"
                },
                "lmA2AHandoffRuleEngine": {
                    "$ref": "#/definitions/lmA2AHandoffRuleEngine/properties/lmA2AHandoffRuleEngine"
                },
                "lmA2AHandoffRuleRowStatus": {
                    "$ref": "#/definitions/lmA2AHandoffRuleRowStatus/properties/lmA2AHandoffRuleRowStatus"
                }
            }
        },
        "lmA2AHandoffRuleNumber": {
            "type": "object",
            "description": "Index of the lmA2AHandoffRulesTable.  This variable provides the rule number associated with the rule.",
            "properties": {
                "lmA2AHandoffRuleNumber": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index of the lmA2AHandoffRulesTable.  This variable provides the rule number associated with the rule."
                }
            }
        },
        "lmA2AHandoffRuleEngine": {
            "type": "object",
            "description": "A string representing the radio selector engine that the LM will launch and send data to in order to read back the currently selected radio for the link.  The same rule shall be used for all rows of the table that contain the same lmTxLinkDstGroupRfMacAddr.  Changing this value shall change all instances of this variable whose row has the same lmTxLinkDstGroupRfMacAddr.",
            "properties": {
                "lmA2AHandoffRuleEngine": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string representing the radio selector engine that the LM will launch and send data to in order to read back the currently selected radio for the link.  The same rule shall be used for all rows of the table that contain the same lmTxLinkDstGroupRfMacAddr.  Changing this value shall change all instances of this variable whose row has the same lmTxLinkDstGroupRfMacAddr."
                }
            }
        },
        "lmA2AHandoffRuleRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "lmA2AHandoffRuleRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "queueStatusRcvdNotificationLinkDstRfMacAddr": {
            "type": "object",
            "description": "Destination group RF MAC Address for the specified link.",
            "properties": {
                "queueStatusRcvdNotificationLinkDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Destination group RF MAC Address for the specified link."
                }
            }
        },
        "queueStatusRcvdNotificationLinkSrcRfMacAddr": {
            "type": "object",
            "description": "Source radio RF MAC Address for the specified link.",
            "properties": {
                "queueStatusRcvdNotificationLinkSrcRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Source radio RF MAC Address for the specified link."
                }
            }
        },
        "queueStatusRcvdNotifEnable": {
            "type": "object",
            "description": "Enable or disable the Queue Status Received Notifications. (1) True = enable, (2) false = disable.  If enabled, then the LM TMA will send a notification containing the link (destination group RF MAC Address and source RF MAC Address) if the corresponding link in the lmTxLinksTable has the trapNextQueueStatus variable set to true.",
            "properties": {
                "queueStatusRcvdNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the Queue Status Received Notifications. (1) True = enable, (2) false = disable.  If enabled, then the LM TMA will send a notification containing the link (destination group RF MAC Address and source RF MAC Address) if the corresponding link in the lmTxLinksTable has the trapNextQueueStatus variable set to true."
                }
            }
        },
        "queueStatusRcvdNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated queueStatusRcvdNotification events in milliseconds.",
            "properties": {
                "queueStatusRcvdNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated queueStatusRcvdNotification events in milliseconds."
                }
            }
        },
        "queueStatusRcvdNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a queueStatusRcvdNotification.",
            "properties": {
                "queueStatusRcvdNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a queueStatusRcvdNotification."
                }
            }
        },
        "queueEmptyNotificationLinkDstRfMacAddr": {
            "type": "object",
            "description": "Destination group RF MAC Address for the specified link.",
            "properties": {
                "queueEmptyNotificationLinkDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Destination group RF MAC Address for the specified link."
                }
            }
        },
        "queueEmptyNotificationLinkSrcRfMacAddr": {
            "type": "object",
            "description": "Source radio RF MAC Address for the specified link.",
            "properties": {
                "queueEmptyNotificationLinkSrcRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Source radio RF MAC Address for the specified link."
                }
            }
        },
        "queueEmptyNotifEnable": {
            "type": "object",
            "description": "Enable or disable the Queue Empty Notifications. (1) True = enable, (2) false = disable.  If enabled, then the LM TMA will send a notification containing the link (destination group RF MAC Address and source RF MAC Address) if the corresponding link in the lmTxLinksTable has the trapQueueEmpty variable set to true.",
            "properties": {
                "queueEmptyNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the Queue Empty Notifications. (1) True = enable, (2) false = disable.  If enabled, then the LM TMA will send a notification containing the link (destination group RF MAC Address and source RF MAC Address) if the corresponding link in the lmTxLinksTable has the trapQueueEmpty variable set to true."
                }
            }
        },
        "queueEmptyNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated queueEmptyNotification events in milliseconds.",
            "properties": {
                "queueEmptyNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated queueEmptyNotification events in milliseconds."
                }
            }
        },
        "queueEmptyNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a queueEmptyNotification.",
            "properties": {
                "queueEmptyNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a queueEmptyNotification."
                }
            }
        },
        "lmHandoffLinkDstRfMacAddr": {
            "type": "object",
            "description": "Destination group RF MAC address for the specified link that is being handed off from one radio to another.",
            "properties": {
                "lmHandoffLinkDstRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Destination group RF MAC address for the specified link that is being handed off from one radio to another."
                }
            }
        },
        "lmHandoffLinkSrcRadioRfMacAddrOld": {
            "type": "object",
            "description": "Source radio RF MAC address for the radio that is not being used for transmission on the link after the handoff event has completed.",
            "properties": {
                "lmHandoffLinkSrcRadioRfMacAddrOld": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Source radio RF MAC address for the radio that is not being used for transmission on the link after the handoff event has completed."
                }
            }
        },
        "lmHandoffLinkSrcRadioRfMacAddrNew": {
            "type": "object",
            "description": "Source radio RF MAC address for the radio that is being used for transmission on the link after the handoff event has completed.",
            "properties": {
                "lmHandoffLinkSrcRadioRfMacAddrNew": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "Source radio RF MAC address for the radio that is being used for transmission on the link after the handoff event has completed."
                }
            }
        },
        "lmHandoffCompleteNotifEnable": {
            "type": "object",
            "description": "Enable or disable the LM's Handoff Complete Notifications. (1) True = enable, (2) false = disable.",
            "properties": {
                "lmHandoffCompleteNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the LM's Handoff Complete Notifications. (1) True = enable, (2) false = disable."
                }
            }
        },
        "lmHandoffCompleteNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated lmHandoffCompleteNotification events in milliseconds.",
            "properties": {
                "lmHandoffCompleteNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated lmHandoffCompleteNotification events in milliseconds."
                }
            }
        },
        "lmHandoffCompleteNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a lmHandoffCompleteNotification.",
            "properties": {
                "lmHandoffCompleteNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a lmHandoffCompleteNotification."
                }
            }
        },
        "lmA2AHandoffCommandDstGroupRfMacAddr": {
            "type": "object",
            "description": "The link destination group RF MAC address associated with the handoff.  During a handoff event, the source radio RF MAC addresses change, but the destination group RF MAC address does not change.",
            "properties": {
                "lmA2AHandoffCommandDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The link destination group RF MAC address associated with the handoff.  During a handoff event, the source radio RF MAC addresses change, but the destination group RF MAC address does not change."
                }
            }
        },
        "lmA2AHandoffCommandRestartCounter": {
            "type": "object",
            "description": "A counter that increments automatically each time the LM restarts the automated handoff command for the particular link destination group RF MAC Address.  The automated handoff command is indicated by the activeA2AHandoffRule in the lmTxLinksTable.",
            "properties": {
                "lmA2AHandoffCommandRestartCounter": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "A counter that increments automatically each time the LM restarts the automated handoff command for the particular link destination group RF MAC Address.  The automated handoff command is indicated by the activeA2AHandoffRule in the lmTxLinksTable."
                }
            }
        },
        "lmA2AHandoffCommandRestartNotifEnable": {
            "type": "object",
            "description": "Enable or disable the LM's A2A Handoff Command Restart Notifications. (1) True = enable, (2) false = disable.",
            "properties": {
                "lmA2AHandoffCommandRestartNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable the LM's A2A Handoff Command Restart Notifications. (1) True = enable, (2) false = disable."
                }
            }
        },
        "lmA2AHandoffCommandRestartNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated lmA2AHandoffCommandRestartNotification events in milliseconds.",
            "properties": {
                "lmA2AHandoffCommandRestartNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated lmA2AHandoffCommandRestartNotification events in milliseconds."
                }
            }
        },
        "lmA2AHandoffCommandRestartNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a lmA2AHandoffCommandRestartNotification.",
            "properties": {
                "lmA2AHandoffCommandRestartNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a lmA2AHandoffCommandRestartNotification."
                }
            }
        },
        "activeRCDataSinkSessions": {
            "type": "object",
            "description": "The number of active RC sessions established with this RC DataSink.",
            "properties": {
                "activeRCDataSinkSessions": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The number of active RC sessions established with this RC DataSink.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionEntry": {
            "type": "object",
            "description": "rcDataSinkSessionEntry",
            "properties": {
                "rcDataSinkSessionIndex": {
                    "$ref": "#/definitions/rcDataSinkSessionIndex/properties/rcDataSinkSessionIndex"
                },
                "rcDataSinkSessionID": {
                    "$ref": "#/definitions/rcDataSinkSessionID/properties/rcDataSinkSessionID"
                },
                "rcDataSinkSessionSourceIP": {
                    "$ref": "#/definitions/rcDataSinkSessionSourceIP/properties/rcDataSinkSessionSourceIP"
                },
                "rcDataSinkSessionURI": {
                    "$ref": "#/definitions/rcDataSinkSessionURI/properties/rcDataSinkSessionURI"
                },
                "rcDataSinkSessionTmNSDataMessagesReceived": {
                    "$ref": "#/definitions/rcDataSinkSessionTmNSDataMessagesReceived/properties/rcDataSinkSessionTmNSDataMessagesReceived"
                },
                "rcDataSinkSessionBytesReceived": {
                    "$ref": "#/definitions/rcDataSinkSessionBytesReceived/properties/rcDataSinkSessionBytesReceived"
                },
                "rcDataSinkSessionDSCP": {
                    "$ref": "#/definitions/rcDataSinkSessionDSCP/properties/rcDataSinkSessionDSCP"
                }
            }
        },
        "rcDataSinkSessionIndex": {
            "type": "object",
            "description": "Index for the rcDataSinkSessionTable.",
            "properties": {
                "rcDataSinkSessionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Index for the rcDataSinkSessionTable.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionID": {
            "type": "object",
            "description": "Session ID for this RC session.",
            "properties": {
                "rcDataSinkSessionID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Session ID for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionSourceIP": {
            "type": "object",
            "description": "Source IP address of the data from this RC session.",
            "properties": {
                "rcDataSinkSessionSourceIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Source IP address of the data from this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionURI": {
            "type": "object",
            "description": "URI requested for this RC session.  The format of this string is the same format as the request URI sent to the server.",
            "properties": {
                "rcDataSinkSessionURI": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "URI requested for this RC session.  The format of this string is the same format as the request URI sent to the server.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionTmNSDataMessagesReceived": {
            "type": "object",
            "description": "Number of TmNSDataMessages received for this RC session.",
            "properties": {
                "rcDataSinkSessionTmNSDataMessagesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Number of TmNSDataMessages received for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionBytesReceived": {
            "type": "object",
            "description": "TmNSDataMessage bytes received for this RC session.",
            "properties": {
                "rcDataSinkSessionBytesReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "TmNSDataMessage bytes received for this RC session.",
                    "readOnly": true
                }
            }
        },
        "rcDataSinkSessionDSCP": {
            "type": "object",
            "description": "DSCP markings associated with the TmNSDataMessages being received for this RC session.  This value is an unsigned integer representing the 6-bit DSCP field.",
            "properties": {
                "rcDataSinkSessionDSCP": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "DSCP markings associated with the TmNSDataMessages being received for this RC session.  This value is an unsigned integer representing the 6-bit DSCP field.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionEntry": {
            "type": "object",
            "description": "vgConnectionEntry",
            "properties": {
                "vgConnectionIndex": {
                    "$ref": "#/definitions/vgConnectionIndex/properties/vgConnectionIndex"
                },
                "vgConnectionDstPhoneNumber": {
                    "$ref": "#/definitions/vgConnectionDstPhoneNumber/properties/vgConnectionDstPhoneNumber"
                },
                "vgConnectionDstIpAddress": {
                    "$ref": "#/definitions/vgConnectionDstIpAddress/properties/vgConnectionDstIpAddress"
                },
                "vgConnectionCodecType": {
                    "$ref": "#/definitions/vgConnectionCodecType/properties/vgConnectionCodecType"
                },
                "vgConnectionVoiceDataDscp": {
                    "$ref": "#/definitions/vgConnectionVoiceDataDscp/properties/vgConnectionVoiceDataDscp"
                },
                "vgConnectionControlDataDscp": {
                    "$ref": "#/definitions/vgConnectionControlDataDscp/properties/vgConnectionControlDataDscp"
                }
            }
        },
        "vgConnectionIndex": {
            "type": "object",
            "description": "Unique index of the vgConnectionTable.  Index values are not required to be sequential.",
            "properties": {
                "vgConnectionIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Unique index of the vgConnectionTable.  Index values are not required to be sequential.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionDstPhoneNumber": {
            "type": "object",
            "description": "This is a DisplayString of 3 to 10 digits that comprise the phone number of the phone with which this connection is established.  The phone number shall not contain any hyphens or dashes.",
            "properties": {
                "vgConnectionDstPhoneNumber": {
                    "type": "string",
                    "format": "DisplayString (SIZE(3..10))",
                    "description": "This is a DisplayString of 3 to 10 digits that comprise the phone number of the phone with which this connection is established.  The phone number shall not contain any hyphens or dashes.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionDstIpAddress": {
            "type": "object",
            "description": "The IP address of the remote voice gateway with whom the VoIP connection is established.",
            "properties": {
                "vgConnectionDstIpAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "The IP address of the remote voice gateway with whom the VoIP connection is established.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionCodecType": {
            "type": "object",
            "description": "String that specifies the codec in use for this connection.",
            "properties": {
                "vgConnectionCodecType": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "String that specifies the codec in use for this connection.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionVoiceDataDscp": {
            "type": "object",
            "description": "The DSCP value being used for voice data by the connection.  This value is an unsigned integer representing the 6-bit DSCP field.",
            "properties": {
                "vgConnectionVoiceDataDscp": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The DSCP value being used for voice data by the connection.  This value is an unsigned integer representing the 6-bit DSCP field.",
                    "readOnly": true
                }
            }
        },
        "vgConnectionControlDataDscp": {
            "type": "object",
            "description": "The DSCP value being used for control data by the connection.  This value is an unsigned integer representing the 6-bit DSCP field.",
            "properties": {
                "vgConnectionControlDataDscp": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The DSCP value being used for control data by the connection.  This value is an unsigned integer representing the 6-bit DSCP field.",
                    "readOnly": true
                }
            }
        },
        "vgPhoneNumberMappingsEntry": {
            "type": "object",
            "description": "vgPhoneNumberMappingsEntry",
            "properties": {
                "vgPhoneNumberMappingsIndex": {
                    "$ref": "#/definitions/vgPhoneNumberMappingsIndex/properties/vgPhoneNumberMappingsIndex"
                },
                "vgPhoneNumberMappingsVoipPhoneNumber": {
                    "$ref": "#/definitions/vgPhoneNumberMappingsVoipPhoneNumber/properties/vgPhoneNumberMappingsVoipPhoneNumber"
                },
                "vgPhoneNumberMappingsVgIpAddress": {
                    "$ref": "#/definitions/vgPhoneNumberMappingsVgIpAddress/properties/vgPhoneNumberMappingsVgIpAddress"
                }
            }
        },
        "vgPhoneNumberMappingsIndex": {
            "type": "object",
            "description": "Unique index of the phoneNumberMappingsTable.",
            "properties": {
                "vgPhoneNumberMappingsIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Unique index of the phoneNumberMappingsTable.",
                    "readOnly": true
                }
            }
        },
        "vgPhoneNumberMappingsVoipPhoneNumber": {
            "type": "object",
            "description": "Phone number.  This is a DisplayString with a length of 3 to 10 digits with no hyphens or dashes.",
            "properties": {
                "vgPhoneNumberMappingsVoipPhoneNumber": {
                    "type": "string",
                    "format": "DisplayString (SIZE(3..10))",
                    "description": "Phone number.  This is a DisplayString with a length of 3 to 10 digits with no hyphens or dashes.",
                    "readOnly": true
                }
            }
        },
        "vgPhoneNumberMappingsVgIpAddress": {
            "type": "object",
            "description": "IP address of the voice gateway associated with the corresponding phone number.",
            "properties": {
                "vgPhoneNumberMappingsVgIpAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "IP address of the voice gateway associated with the corresponding phone number.",
                    "readOnly": true
                }
            }
        },
        "tpaNtpTimeLockStatus": {
            "type": "object",
            "description": "Integer that indicates whether or not the TPA's host platform is locked to an NTP time source.",
            "properties": {
                "tpaNtpTimeLockStatus": {
                    "type": "string",
                    "format": "INTEGER { locked (1), notLocked (2) }",
                    "description": "Integer that indicates whether or not the TPA's host platform is locked to an NTP time source."
                }
            }
        },
        "majorFrameSyncStatus": {
            "type": "object",
            "description": "The major PCM frame lock status.",
            "properties": {
                "majorFrameSyncStatus": {
                    "type": "string",
                    "format": "INTEGER { lock (1), search (2), check (3) }",
                    "description": "The major PCM frame lock status.",
                    "readOnly": true
                }
            }
        },
        "minorFrameSyncStatus": {
            "type": "object",
            "description": "The minor PCM frame lock status.",
            "properties": {
                "minorFrameSyncStatus": {
                    "type": "string",
                    "format": "INTEGER { lock (1), search (2), check (3) }",
                    "description": "The minor PCM frame lock status.",
                    "readOnly": true
                }
            }
        },
        "pcmClockStatus": {
            "type": "object",
            "description": "The clock sync status of the PCM data.",
            "properties": {
                "pcmClockStatus": {
                    "type": "string",
                    "format": "INTEGER { synced (1), notSynced (2) }",
                    "description": "The clock sync status of the PCM data.",
                    "readOnly": true
                }
            }
        },
        "pcmPolarity": {
            "type": "object",
            "description": "The polarity of the PCM stream.",
            "properties": {
                "pcmPolarity": {
                    "type": "string",
                    "format": "INTEGER { normal (1), inverted (2) }",
                    "description": "The polarity of the PCM stream.",
                    "readOnly": true
                }
            }
        },
        "syncErrorCounter": {
            "type": "object",
            "description": "Counter that indicates the number of sync errors (major and minor frame sync errors) detected since last power-up or SNMP configure command.",
            "properties": {
                "syncErrorCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Counter that indicates the number of sync errors (major and minor frame sync errors) detected since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "bitSlipCounter": {
            "type": "object",
            "description": "Counter that indicates the number of bit slips detected.",
            "properties": {
                "bitSlipCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Counter that indicates the number of bit slips detected.",
                    "readOnly": true
                }
            }
        },
        "crcErrorCounter": {
            "type": "object",
            "description": "Counter that indicates the number of CRC errors detected since last power-up or SNMP configure command.",
            "properties": {
                "crcErrorCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Counter that indicates the number of CRC errors detected since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "pcmDataPresent": {
            "type": "object",
            "description": "PCM data actively on the wire.",
            "properties": {
                "pcmDataPresent": {
                    "type": "string",
                    "format": "INTEGER { yes (1), no (2) }",
                    "description": "PCM data actively on the wire.",
                    "readOnly": true
                }
            }
        },
        "frameOverrunCounter": {
            "type": "object",
            "description": "Counter that indicates the number of frame overruns detected since last power-up or SNMP configure command.",
            "properties": {
                "frameOverrunCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Counter that indicates the number of frame overruns detected since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "frameUnderrunCounter": {
            "type": "object",
            "description": "Counter that indicates the number of frame underruns detected since last power-up or SNMP configure command.",
            "properties": {
                "frameUnderrunCounter": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "Counter that indicates the number of frame underruns detected since last power-up or SNMP configure command.",
                    "readOnly": true
                }
            }
        },
        "rxEnable": {
            "type": "object",
            "description": "Start/Stop the receiving and processing of TmNS Data Messages over the network interface.  When set to receive, the device begins accepting TmNS Data Messages and generating a PCM output stream from those messages.  When set to idle, the device stops processing the network TmNS Data Messages, but continues generating a PCM output stream, using a fill pattern instead of received data.",
            "properties": {
                "rxEnable": {
                    "type": "string",
                    "format": "INTEGER { receive (1), idle (2) }",
                    "description": "Start/Stop the receiving and processing of TmNS Data Messages over the network interface.  When set to receive, the device begins accepting TmNS Data Messages and generating a PCM output stream from those messages.  When set to idle, the device stops processing the network TmNS Data Messages, but continues generating a PCM output stream, using a fill pattern instead of received data."
                }
            }
        },
        "ranQosPolicyEntry": {
            "type": "object",
            "description": "ranQosPolicyEntry",
            "properties": {
                "ranQosPolicyID": {
                    "$ref": "#/definitions/ranQosPolicyID/properties/ranQosPolicyID"
                },
                "ranQosPolicyName": {
                    "$ref": "#/definitions/ranQosPolicyName/properties/ranQosPolicyName"
                },
                "ranQosPolicyLinkDstGroupRfMacAddr": {
                    "$ref": "#/definitions/ranQosPolicyLinkDstGroupRfMacAddr/properties/ranQosPolicyLinkDstGroupRfMacAddr"
                },
                "ranQosPolicyPriority": {
                    "$ref": "#/definitions/ranQosPolicyPriority/properties/ranQosPolicyPriority"
                },
                "ranQosPolicyLinkManagementMinCapacity": {
                    "$ref": "#/definitions/ranQosPolicyLinkManagementMinCapacity/properties/ranQosPolicyLinkManagementMinCapacity"
                },
                "ranQosPolicyAssuredCapacity": {
                    "$ref": "#/definitions/ranQosPolicyAssuredCapacity/properties/ranQosPolicyAssuredCapacity"
                }
            }
        },
        "ranQosPolicyID": {
            "type": "object",
            "description": "This is the index into the ranQosPolicyTable.  The QoS Policy identifier is a 32-bit field composed of 3 subfields that identifies a QoS Policy.  The QoS Policy ID shall be unique across all ranges.  The first subfield consists of the 8 most significant bits (31-24) and contains the Range ID.  The second subfield consists of the next 20 most significant bits (23-4) and contains the Qos Policy tag, which serves as the QoS Policy ID number.  The third subfield consists of the 4 least significant bits (3-0) and contains the QoS Policy instance.",
            "properties": {
                "ranQosPolicyID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "This is the index into the ranQosPolicyTable.  The QoS Policy identifier is a 32-bit field composed of 3 subfields that identifies a QoS Policy.  The QoS Policy ID shall be unique across all ranges.  The first subfield consists of the 8 most significant bits (31-24) and contains the Range ID.  The second subfield consists of the next 20 most significant bits (23-4) and contains the Qos Policy tag, which serves as the QoS Policy ID number.  The third subfield consists of the 4 least significant bits (3-0) and contains the QoS Policy instance.",
                    "readOnly": true
                }
            }
        },
        "ranQosPolicyName": {
            "type": "object",
            "description": "The name of the QoS Policy.",
            "properties": {
                "ranQosPolicyName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The name of the QoS Policy.",
                    "readOnly": true
                }
            }
        },
        "ranQosPolicyLinkDstGroupRfMacAddr": {
            "type": "object",
            "description": "The destination group RF MAC Address of the link associated with this QoS Policy.",
            "properties": {
                "ranQosPolicyLinkDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "The destination group RF MAC Address of the link associated with this QoS Policy.",
                    "readOnly": true
                }
            }
        },
        "ranQosPolicyPriority": {
            "type": "object",
            "description": "A numerical specification of the importance of the packets serviced by this bearer in relation to other sharing thing the same network resource.",
            "properties": {
                "ranQosPolicyPriority": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "A numerical specification of the importance of the packets serviced by this bearer in relation to other sharing thing the same network resource."
                }
            }
        },
        "ranQosPolicyLinkManagementMinCapacity": {
            "type": "object",
            "description": "Minimum amount of dedicated capacity to be held in reserve for this test mission.  This capacity is intended to maintain connectivity with Link Management across the RF link.  It shall always be available for the link associated with this QoS policy.",
            "properties": {
                "ranQosPolicyLinkManagementMinCapacity": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Minimum amount of dedicated capacity to be held in reserve for this test mission.  This capacity is intended to maintain connectivity with Link Management across the RF link.  It shall always be available for the link associated with this QoS policy."
                }
            }
        },
        "ranQosPolicyAssuredCapacity": {
            "type": "object",
            "description": "The nominal portion of the overall network capacity to be allocated for all data associated with this test under steady state conditions.  Actual capacity allocations may differ from this value based on the demand of the link associated with this QoS policy.",
            "properties": {
                "ranQosPolicyAssuredCapacity": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The nominal portion of the overall network capacity to be allocated for all data associated with this test under steady state conditions.  Actual capacity allocations may differ from this value based on the demand of the link associated with this QoS policy."
                }
            }
        },
        "bslpEntry": {
            "type": "object",
            "description": "bslpEntry",
            "properties": {
                "bslpQosPolicyID": {
                    "$ref": "#/definitions/bslpQosPolicyID/properties/bslpQosPolicyID"
                },
                "bslpBearerID": {
                    "$ref": "#/definitions/bslpBearerID/properties/bslpBearerID"
                },
                "bslpBearerName": {
                    "$ref": "#/definitions/bslpBearerName/properties/bslpBearerName"
                },
                "bslpBearerDescr": {
                    "$ref": "#/definitions/bslpBearerDescr/properties/bslpBearerDescr"
                },
                "bslpQDisc": {
                    "$ref": "#/definitions/bslpQDisc/properties/bslpQDisc"
                },
                "bslpFifoLimit": {
                    "$ref": "#/definitions/bslpFifoLimit/properties/bslpFifoLimit"
                },
                "bslpRedLimit": {
                    "$ref": "#/definitions/bslpRedLimit/properties/bslpRedLimit"
                },
                "bslpRedMin": {
                    "$ref": "#/definitions/bslpRedMin/properties/bslpRedMin"
                },
                "bslpRedMax": {
                    "$ref": "#/definitions/bslpRedMax/properties/bslpRedMax"
                },
                "bslpRedAvpkt": {
                    "$ref": "#/definitions/bslpRedAvpkt/properties/bslpRedAvpkt"
                },
                "bslpRedBurst": {
                    "$ref": "#/definitions/bslpRedBurst/properties/bslpRedBurst"
                },
                "bslpRedEnableECN": {
                    "$ref": "#/definitions/bslpRedEnableECN/properties/bslpRedEnableECN"
                },
                "bslpRedBandwidth": {
                    "$ref": "#/definitions/bslpRedBandwidth/properties/bslpRedBandwidth"
                },
                "bslpRedProbability": {
                    "$ref": "#/definitions/bslpRedProbability/properties/bslpRedProbability"
                },
                "bslpSfqPerturb": {
                    "$ref": "#/definitions/bslpSfqPerturb/properties/bslpSfqPerturb"
                },
                "bslpSfqQuantum": {
                    "$ref": "#/definitions/bslpSfqQuantum/properties/bslpSfqQuantum"
                },
                "bslpTbfLimit": {
                    "$ref": "#/definitions/bslpTbfLimit/properties/bslpTbfLimit"
                },
                "bslpTbfBurst": {
                    "$ref": "#/definitions/bslpTbfBurst/properties/bslpTbfBurst"
                },
                "bslpTbfMpu": {
                    "$ref": "#/definitions/bslpTbfMpu/properties/bslpTbfMpu"
                },
                "bslpTbfRate": {
                    "$ref": "#/definitions/bslpTbfRate/properties/bslpTbfRate"
                },
                "bslpTbfPeakRate": {
                    "$ref": "#/definitions/bslpTbfPeakRate/properties/bslpTbfPeakRate"
                },
                "bslpTbfMtu": {
                    "$ref": "#/definitions/bslpTbfMtu/properties/bslpTbfMtu"
                },
                "bslpPrioNumberOfBands": {
                    "$ref": "#/definitions/bslpPrioNumberOfBands/properties/bslpPrioNumberOfBands"
                },
                "bslpPrioTosBandAssignment": {
                    "$ref": "#/definitions/bslpPrioTosBandAssignment/properties/bslpPrioTosBandAssignment"
                },
                "bslpHtbDefaultClassHandle": {
                    "$ref": "#/definitions/bslpHtbDefaultClassHandle/properties/bslpHtbDefaultClassHandle"
                },
                "bslpHtbPriority": {
                    "$ref": "#/definitions/bslpHtbPriority/properties/bslpHtbPriority"
                },
                "bslpHtbRate": {
                    "$ref": "#/definitions/bslpHtbRate/properties/bslpHtbRate"
                },
                "bslpHtbCeiling": {
                    "$ref": "#/definitions/bslpHtbCeiling/properties/bslpHtbCeiling"
                },
                "bslpHtbBurst": {
                    "$ref": "#/definitions/bslpHtbBurst/properties/bslpHtbBurst"
                },
                "bslpHtbCBurst": {
                    "$ref": "#/definitions/bslpHtbCBurst/properties/bslpHtbCBurst"
                }
            }
        },
        "bslpQosPolicyID": {
            "type": "object",
            "description": "The parent QoS Policy ID.  This is the first index into the bslpTable.",
            "properties": {
                "bslpQosPolicyID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The parent QoS Policy ID.  This is the first index into the bslpTable.",
                    "readOnly": true
                }
            }
        },
        "bslpBearerID": {
            "type": "object",
            "description": "The bearer ID.  This is the second index into the bslpTable.",
            "properties": {
                "bslpBearerID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The bearer ID.  This is the second index into the bslpTable.",
                    "readOnly": true
                }
            }
        },
        "bslpBearerName": {
            "type": "object",
            "description": "The bearer name.",
            "properties": {
                "bslpBearerName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The bearer name."
                }
            }
        },
        "bslpBearerDescr": {
            "type": "object",
            "description": "A description of the bearer.",
            "properties": {
                "bslpBearerDescr": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A description of the bearer."
                }
            }
        },
        "bslpQDisc": {
            "type": "object",
            "description": "A queueing discipline associated with this SLP.",
            "properties": {
                "bslpQDisc": {
                    "type": "string",
                    "format": "INTEGER { fifo (1), red (2), sfq (3), tbf (4), prio (5), htb (6) }",
                    "description": "A queueing discipline associated with this SLP."
                }
            }
        },
        "bslpFifoLimit": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-pfifo.  Units are in packets.",
            "properties": {
                "bslpFifoLimit": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-pfifo.  Units are in packets."
                }
            }
        },
        "bslpRedLimit": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes.",
            "properties": {
                "bslpRedLimit": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes."
                }
            }
        },
        "bslpRedMin": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes.",
            "properties": {
                "bslpRedMin": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes."
                }
            }
        },
        "bslpRedMax": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes.",
            "properties": {
                "bslpRedMax": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes."
                }
            }
        },
        "bslpRedAvpkt": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes.",
            "properties": {
                "bslpRedAvpkt": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes."
                }
            }
        },
        "bslpRedBurst": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes.",
            "properties": {
                "bslpRedBurst": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in bytes."
                }
            }
        },
        "bslpRedEnableECN": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.",
            "properties": {
                "bslpRedEnableECN": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red."
                }
            }
        },
        "bslpRedBandwidth": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in kbps.",
            "properties": {
                "bslpRedBandwidth": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Units are in kbps."
                }
            }
        },
        "bslpRedProbability": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Unsigned integer values in the range 0 - 100, inclusive.",
            "properties": {
                "bslpRedProbability": {
                    "type": "string",
                    "format": "Unsigned32 (0..100)",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-red.  Unsigned integer values in the range 0 - 100, inclusive."
                }
            }
        },
        "bslpSfqPerturb": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-sfq.  Units are in seconds.",
            "properties": {
                "bslpSfqPerturb": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-sfq.  Units are in seconds."
                }
            }
        },
        "bslpSfqQuantum": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-sfq.  Units are in bytes.",
            "properties": {
                "bslpSfqQuantum": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-sfq.  Units are in bytes."
                }
            }
        },
        "bslpTbfLimit": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes.",
            "properties": {
                "bslpTbfLimit": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes."
                }
            }
        },
        "bslpTbfBurst": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes.",
            "properties": {
                "bslpTbfBurst": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes."
                }
            }
        },
        "bslpTbfMpu": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes.",
            "properties": {
                "bslpTbfMpu": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes."
                }
            }
        },
        "bslpTbfRate": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in kbps.",
            "properties": {
                "bslpTbfRate": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in kbps."
                }
            }
        },
        "bslpTbfPeakRate": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in kbps.",
            "properties": {
                "bslpTbfPeakRate": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in kbps."
                }
            }
        },
        "bslpTbfMtu": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes.",
            "properties": {
                "bslpTbfMtu": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-tbf.  Units are in bytes."
                }
            }
        },
        "bslpPrioNumberOfBands": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-prio.",
            "properties": {
                "bslpPrioNumberOfBands": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-prio."
                }
            }
        },
        "bslpPrioTosBandAssignment": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-prio (see priomaps).",
            "properties": {
                "bslpPrioTosBandAssignment": {
                    "type": "string",
                    "format": "OCTET STRING (SIZE(16))",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-prio (see priomaps)."
                }
            }
        },
        "bslpHtbDefaultClassHandle": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.",
            "properties": {
                "bslpHtbDefaultClassHandle": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb."
                }
            }
        },
        "bslpHtbPriority": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.",
            "properties": {
                "bslpHtbPriority": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb."
                }
            }
        },
        "bslpHtbRate": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bits per second.",
            "properties": {
                "bslpHtbRate": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bits per second."
                }
            }
        },
        "bslpHtbCeiling": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bits per second.",
            "properties": {
                "bslpHtbCeiling": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bits per second."
                }
            }
        },
        "bslpHtbBurst": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bytes.",
            "properties": {
                "bslpHtbBurst": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bytes."
                }
            }
        },
        "bslpHtbCBurst": {
            "type": "object",
            "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bytes.",
            "properties": {
                "bslpHtbCBurst": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Definition and usage available at http://linux.die.net/man/8/tc-htb.  Units are in bytes."
                }
            }
        },
        "queueStatusEntry": {
            "type": "object",
            "description": "queueStatusEntry",
            "properties": {
                "queueDstRfMacAddr": {
                    "$ref": "#/definitions/queueDstRfMacAddr/properties/queueDstRfMacAddr"
                },
                "queueSrcRfMacAddr": {
                    "$ref": "#/definitions/queueSrcRfMacAddr/properties/queueSrcRfMacAddr"
                },
                "queueConfigurationID": {
                    "$ref": "#/definitions/queueConfigurationID/properties/queueConfigurationID"
                },
                "queueBearerID": {
                    "$ref": "#/definitions/queueBearerID/properties/queueBearerID"
                },
                "queueReportType": {
                    "$ref": "#/definitions/queueReportType/properties/queueReportType"
                },
                "queueReportValue": {
                    "$ref": "#/definitions/queueReportValue/properties/queueReportValue"
                }
            }
        },
        "queueDstRfMacAddr": {
            "type": "object",
            "description": "First index of the queueStatusTable.  The destination RF MAC Address (group) of the link that this row's queue status is associated with.",
            "properties": {
                "queueDstRfMacAddr": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "First index of the queueStatusTable.  The destination RF MAC Address (group) of the link that this row's queue status is associated with.",
                    "readOnly": true
                }
            }
        },
        "queueSrcRfMacAddr": {
            "type": "object",
            "description": "Second index of the queueStatusTable.  The source radio RF MAC Address of the link that this row's queue status is associated with.",
            "properties": {
                "queueSrcRfMacAddr": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Second index of the queueStatusTable.  The source radio RF MAC Address of the link that this row's queue status is associated with.",
                    "readOnly": true
                }
            }
        },
        "queueConfigurationID": {
            "type": "object",
            "description": "The configuration ID.  Unique identifier assignment by LM to radio to map queue status reports to a specific queue status report configuration.",
            "properties": {
                "queueConfigurationID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The configuration ID.  Unique identifier assignment by LM to radio to map queue status reports to a specific queue status report configuration.",
                    "readOnly": true
                }
            }
        },
        "queueBearerID": {
            "type": "object",
            "description": "The bearer ID.",
            "properties": {
                "queueBearerID": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The bearer ID.",
                    "readOnly": true
                }
            }
        },
        "queueReportType": {
            "type": "object",
            "description": "An enumeration that indicates the report type and the attributes being produced by the queueing discipline.  The value of queueReportValue is associated with this report.  Currently, only 'queueDepthInBytes' is defined.  Other report types may be identified in the future.  Possible examples are: Average queue level, Rate over limit occurrences, Packet rate, Packets dropped, Packets reclassified, etc.",
            "properties": {
                "queueReportType": {
                    "type": "string",
                    "format": "INTEGER { queueDepthInBytes (1) }",
                    "description": "An enumeration that indicates the report type and the attributes being produced by the queueing discipline.  The value of queueReportValue is associated with this report.  Currently, only 'queueDepthInBytes' is defined.  Other report types may be identified in the future.  Possible examples are: Average queue level, Rate over limit occurrences, Packet rate, Packets dropped, Packets reclassified, etc.",
                    "readOnly": true
                }
            }
        },
        "queueReportValue": {
            "type": "object",
            "description": "Value corresponding to the reportType.",
            "properties": {
                "queueReportValue": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Value corresponding to the reportType.",
                    "readOnly": true
                }
            }
        },
        "tssSrcSelEntry": {
            "type": "object",
            "description": "tssSrcSelEntry",
            "properties": {
                "tssSrcSelDstGroupRfMacAddr": {
                    "$ref": "#/definitions/tssSrcSelDstGroupRfMacAddr/properties/tssSrcSelDstGroupRfMacAddr"
                },
                "tssSrcSelSrcRadioRfMacAddr": {
                    "$ref": "#/definitions/tssSrcSelSrcRadioRfMacAddr/properties/tssSrcSelSrcRadioRfMacAddr"
                },
                "tssSrcSelSrcRadioIpAddr": {
                    "$ref": "#/definitions/tssSrcSelSrcRadioIpAddr/properties/tssSrcSelSrcRadioIpAddr"
                },
                "selectedForUplink": {
                    "$ref": "#/definitions/selectedForUplink/properties/selectedForUplink"
                },
                "tssSrcSelRowStatus": {
                    "$ref": "#/definitions/tssSrcSelRowStatus/properties/tssSrcSelRowStatus"
                }
            }
        },
        "tssSrcSelDstGroupRfMacAddr": {
            "type": "object",
            "description": "This is the first of two indexes into the tssSrcSelTable.  The value of this variable is the RF MAC Address associated with the RF link destination.  Though the TSS does not need to understand the RF links being used throughout the system, the links are used as unique indexes, allowing a Link Manager to easily select a new radio for transmission during a handoff event.",
            "properties": {
                "tssSrcSelDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "This is the first of two indexes into the tssSrcSelTable.  The value of this variable is the RF MAC Address associated with the RF link destination.  Though the TSS does not need to understand the RF links being used throughout the system, the links are used as unique indexes, allowing a Link Manager to easily select a new radio for transmission during a handoff event."
                }
            }
        },
        "tssSrcSelSrcRadioRfMacAddr": {
            "type": "object",
            "description": "This is the second of two indexes into the tssSrcSelTable.  The value of this variable is the RF MAC Address associated with the source radio that transmits over the link specified by tssSrcSelDstGroupRfMacAddr.  Though the TSS does not need to understand the RF links being used throughout the system, the links are used as unique indexes, allowing a Link Manager to easily select a new radio for transmission during a handoff event.",
            "properties": {
                "tssSrcSelSrcRadioRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "This is the second of two indexes into the tssSrcSelTable.  The value of this variable is the RF MAC Address associated with the source radio that transmits over the link specified by tssSrcSelDstGroupRfMacAddr.  Though the TSS does not need to understand the RF links being used throughout the system, the links are used as unique indexes, allowing a Link Manager to easily select a new radio for transmission during a handoff event."
                }
            }
        },
        "tssSrcSelSrcRadioIpAddr": {
            "type": "object",
            "description": "The IP address of the radio whose RF MAC Address is that indicated by tssSrcSelSrcRadioRfMacAddr of the corresponding row.  This object may not be modified while the value of the corresponding instance of tssSrcSelRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "tssSrcSelSrcRadioIpAddr": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "The IP address of the radio whose RF MAC Address is that indicated by tssSrcSelSrcRadioRfMacAddr of the corresponding row.  This object may not be modified while the value of the corresponding instance of tssSrcSelRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "selectedForUplink": {
            "type": "object",
            "description": "This object indicates whether the associated source radio (tssSrcSelSrcRadioRfMacAddr) is currently selected to serve as the active uplink for the associated destination group's RF MAC Address (tssSrcSelDstGroupRfMacAddr).  For any RF destination group RF MAC Address (tssSrcSelDstGroupRfMacAddr), only one source radio (tssSrcSelSrcRadioRfMacAddr) can have the selectedForUplink variable set to true (1).  If a set command is issued to change the status of this variable from false (2) to true (1), the TSS shall automatically change the row with the same destination group RF MAC Address (tssSrcSelDstGroupRfMacAddr) whose selectedForUplink variable is true (1).  The selectedForUplink variable is envisioned to be the only variable the Link Manager will need to set on the TSS in order to communicate the handoff event is occurring.  The TSS shall modify its routes accordingly.",
            "properties": {
                "selectedForUplink": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "This object indicates whether the associated source radio (tssSrcSelSrcRadioRfMacAddr) is currently selected to serve as the active uplink for the associated destination group's RF MAC Address (tssSrcSelDstGroupRfMacAddr).  For any RF destination group RF MAC Address (tssSrcSelDstGroupRfMacAddr), only one source radio (tssSrcSelSrcRadioRfMacAddr) can have the selectedForUplink variable set to true (1).  If a set command is issued to change the status of this variable from false (2) to true (1), the TSS shall automatically change the row with the same destination group RF MAC Address (tssSrcSelDstGroupRfMacAddr) whose selectedForUplink variable is true (1).  The selectedForUplink variable is envisioned to be the only variable the Link Manager will need to set on the TSS in order to communicate the handoff event is occurring.  The TSS shall modify its routes accordingly."
                }
            }
        },
        "tssSrcSelRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "tssSrcSelRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "tssRoutingEntry": {
            "type": "object",
            "description": "tssRoutingEntry",
            "properties": {
                "tssRtDstGroupRfMacAddr": {
                    "$ref": "#/definitions/tssRtDstGroupRfMacAddr/properties/tssRtDstGroupRfMacAddr"
                },
                "tssRtDestinationIpRoute": {
                    "$ref": "#/definitions/tssRtDestinationIpRoute/properties/tssRtDestinationIpRoute"
                },
                "tssRtIpNetmask": {
                    "$ref": "#/definitions/tssRtIpNetmask/properties/tssRtIpNetmask"
                },
                "tssRtGatewayIpAddr": {
                    "$ref": "#/definitions/tssRtGatewayIpAddr/properties/tssRtGatewayIpAddr"
                },
                "tssRtRowStatus": {
                    "$ref": "#/definitions/tssRtRowStatus/properties/tssRtRowStatus"
                }
            }
        },
        "tssRtDstGroupRfMacAddr": {
            "type": "object",
            "description": "First index of the tssRoutingTable.  This object specifies the destination group RF MAC Address to send to in order to reach the associated IP space specified in tssRtDestinationIpRoute.",
            "properties": {
                "tssRtDstGroupRfMacAddr": {
                    "type": "string",
                    "format": "RfMacAddr",
                    "description": "First index of the tssRoutingTable.  This object specifies the destination group RF MAC Address to send to in order to reach the associated IP space specified in tssRtDestinationIpRoute."
                }
            }
        },
        "tssRtDestinationIpRoute": {
            "type": "object",
            "description": "Second index of the tssRoutingTable.  This object specifies the IP space of the route (in conjunction with the netmask specified by tssRtIpNetmask).",
            "properties": {
                "tssRtDestinationIpRoute": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Second index of the tssRoutingTable.  This object specifies the IP space of the route (in conjunction with the netmask specified by tssRtIpNetmask)."
                }
            }
        },
        "tssRtIpNetmask": {
            "type": "object",
            "description": "This object specifies the netmask of the IP space associated with tssRtDestinationIpRoute.  This object may not be modified while the value of the corresponding instance of tssRtRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "tssRtIpNetmask": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "This object specifies the netmask of the IP space associated with tssRtDestinationIpRoute.  This object may not be modified while the value of the corresponding instance of tssRtRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "tssRtGatewayIpAddr": {
            "type": "object",
            "description": "This object specifies the IP address of the next hop gateway for routing to the IP space associated with tssRtDestinationIpRoute.  This object may not be modified while the value of the corresponding instance of tssRtRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error.",
            "properties": {
                "tssRtGatewayIpAddr": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "This object specifies the IP address of the next hop gateway for routing to the IP space associated with tssRtDestinationIpRoute.  This object may not be modified while the value of the corresponding instance of tssRtRowStatus is active (1).  An attempt to set this object in this case will result in an inconsistentValue error."
                }
            }
        },
        "tssRtRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "tssRtRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "tssTunnelEntry": {
            "type": "object",
            "description": "tssTunnelEntry",
            "properties": {
                "tssTunnelEndpointIpAddr": {
                    "$ref": "#/definitions/tssTunnelEndpointIpAddr/properties/tssTunnelEndpointIpAddr"
                },
                "tssTunnelEndpointPort": {
                    "$ref": "#/definitions/tssTunnelEndpointPort/properties/tssTunnelEndpointPort"
                },
                "tssTunnelConnectionCmd": {
                    "$ref": "#/definitions/tssTunnelConnectionCmd/properties/tssTunnelConnectionCmd"
                },
                "tssTunnelConnectionStatus": {
                    "$ref": "#/definitions/tssTunnelConnectionStatus/properties/tssTunnelConnectionStatus"
                },
                "tssTunnelPacketsReceived": {
                    "$ref": "#/definitions/tssTunnelPacketsReceived/properties/tssTunnelPacketsReceived"
                },
                "tssTunnelDuplicatePacketsReceived": {
                    "$ref": "#/definitions/tssTunnelDuplicatePacketsReceived/properties/tssTunnelDuplicatePacketsReceived"
                },
                "tssTunnelRowStatus": {
                    "$ref": "#/definitions/tssTunnelRowStatus/properties/tssTunnelRowStatus"
                }
            }
        },
        "tssTunnelEndpointIpAddr": {
            "type": "object",
            "description": "Index of the tssTunnelTable.  This object indicates the remote IP address of the tunnel endpoint to which the TmNS Source Selector shall connect to.",
            "properties": {
                "tssTunnelEndpointIpAddr": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Index of the tssTunnelTable.  This object indicates the remote IP address of the tunnel endpoint to which the TmNS Source Selector shall connect to."
                }
            }
        },
        "tssTunnelEndpointPort": {
            "type": "object",
            "description": "The value of this variable is the port of the remote endpoint to which the tunnel should be connected to.",
            "properties": {
                "tssTunnelEndpointPort": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The value of this variable is the port of the remote endpoint to which the tunnel should be connected to."
                }
            }
        },
        "tssTunnelConnectionCmd": {
            "type": "object",
            "description": "This variable allows a manager to initiate tunnel connections from the TSS to the remote endpoint.  It also allows a manager the ability to disconnect a tunnel from the remote endpoint.",
            "properties": {
                "tssTunnelConnectionCmd": {
                    "type": "string",
                    "format": "INTEGER { connect (1), disconnect (2) }",
                    "description": "This variable allows a manager to initiate tunnel connections from the TSS to the remote endpoint.  It also allows a manager the ability to disconnect a tunnel from the remote endpoint."
                }
            }
        },
        "tssTunnelConnectionStatus": {
            "type": "object",
            "description": "This variable contains the status of the tunnel, whether it is connected to the remote endpoint or not.",
            "properties": {
                "tssTunnelConnectionStatus": {
                    "type": "string",
                    "format": "INTEGER { connected (1), disconnected (2) }",
                    "description": "This variable contains the status of the tunnel, whether it is connected to the remote endpoint or not.",
                    "readOnly": true
                }
            }
        },
        "tssTunnelPacketsReceived": {
            "type": "object",
            "description": "This counter variable indicates the number of packets received from this tunnel.  This counter includes those packets that are classified as duplicate packets.",
            "properties": {
                "tssTunnelPacketsReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "This counter variable indicates the number of packets received from this tunnel.  This counter includes those packets that are classified as duplicate packets.",
                    "readOnly": true
                }
            }
        },
        "tssTunnelDuplicatePacketsReceived": {
            "type": "object",
            "description": "This counter variable indicates the number of duplicate packets received from this tunnel.  A packet is considered a duplicate if the same packet has already been received from a different tunnel.  Each duplicate packet is discarded by the TSS.  It is not forwarded.",
            "properties": {
                "tssTunnelDuplicatePacketsReceived": {
                    "type": "string",
                    "format": "Counter64",
                    "description": "This counter variable indicates the number of duplicate packets received from this tunnel.  A packet is considered a duplicate if the same packet has already been received from a different tunnel.  Each duplicate packet is discarded by the TSS.  It is not forwarded.",
                    "readOnly": true
                }
            }
        },
        "tssTunnelRowStatus": {
            "type": "object",
            "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).",
            "properties": {
                "tssTunnelRowStatus": {
                    "type": "string",
                    "format": "RowStatus",
                    "description": "The status of this conceptual row.  To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5)."
                }
            }
        },
        "inventoryID": {
            "type": "object",
            "description": "An identifier string used for tracking of NetworkNodes in range inventories.",
            "properties": {
                "inventoryID": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "An identifier string used for tracking of NetworkNodes in range inventories.",
                    "readOnly": true
                }
            }
        },
        "networkNodeDescription": {
            "type": "object",
            "description": "A string giving a human-readable name or description of the NetworkNode.  This assists operators in identifying a NetworkNode (e.g. 'Left Wing DAU').  This string may be set with the MDL Instance Document during configuration.",
            "properties": {
                "networkNodeDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string giving a human-readable name or description of the NetworkNode.  This assists operators in identifying a NetworkNode (e.g. 'Left Wing DAU').  This string may be set with the MDL Instance Document during configuration."
                }
            }
        },
        "manufacturerIdentifier": {
            "type": "object",
            "description": "Manufacturer name.",
            "properties": {
                "manufacturerIdentifier": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Manufacturer name.",
                    "readOnly": true
                }
            }
        },
        "modelName": {
            "type": "object",
            "description": "Model identifier.",
            "properties": {
                "modelName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Model identifier.",
                    "readOnly": true
                }
            }
        },
        "serialIdentifier": {
            "type": "object",
            "description": "Serial identifier.",
            "properties": {
                "serialIdentifier": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Serial identifier.",
                    "readOnly": true
                }
            }
        },
        "networkNodeName": {
            "type": "object",
            "description": "Machine name (host name) of the NetworkNode.",
            "properties": {
                "networkNodeName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Machine name (host name) of the NetworkNode.",
                    "readOnly": true
                }
            }
        },
        "modelVersion": {
            "type": "object",
            "description": "Version of the model as specified by the manufacturer.",
            "properties": {
                "modelVersion": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Version of the model as specified by the manufacturer.",
                    "readOnly": true
                }
            }
        },
        "networkNodeInterfacesEntry": {
            "type": "object",
            "description": "networkNodeInterfacesEntry",
            "properties": {
                "nnIfIndex": {
                    "$ref": "#/definitions/nnIfIndex/properties/nnIfIndex"
                },
                "nnIfName": {
                    "$ref": "#/definitions/nnIfName/properties/nnIfName"
                },
                "nnIfIpAddress": {
                    "$ref": "#/definitions/nnIfIpAddress/properties/nnIfIpAddress"
                },
                "nnIfMacAddress": {
                    "$ref": "#/definitions/nnIfMacAddress/properties/nnIfMacAddress"
                }
            }
        },
        "nnIfIndex": {
            "type": "object",
            "description": "The index of the networkNodeInterfacesTable.",
            "properties": {
                "nnIfIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the networkNodeInterfacesTable.",
                    "readOnly": true
                }
            }
        },
        "nnIfName": {
            "type": "object",
            "description": "The textual name associated with the interface (e.g. eth0, etc.).",
            "properties": {
                "nnIfName": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "The textual name associated with the interface (e.g. eth0, etc.).",
                    "readOnly": true
                }
            }
        },
        "nnIfIpAddress": {
            "type": "object",
            "description": "The IP address of the NetworkNode associated with the network interface indicated by nnIfName in this table.",
            "properties": {
                "nnIfIpAddress": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "The IP address of the NetworkNode associated with the network interface indicated by nnIfName in this table.",
                    "readOnly": true
                }
            }
        },
        "nnIfMacAddress": {
            "type": "object",
            "description": "The MAC address of the NetworkNode associated with the network interface indicated by the nnIfName in this table.",
            "properties": {
                "nnIfMacAddress": {
                    "type": "string",
                    "format": "MacAddress",
                    "description": "The MAC address of the NetworkNode associated with the network interface indicated by the nnIfName in this table.",
                    "readOnly": true
                }
            }
        },
        "ieee1588SupportedVersions": {
            "type": "object",
            "description": "Version(s) of IEEE 1588 supported by the NetworkNode.",
            "properties": {
                "ieee1588SupportedVersions": {
                    "type": "string",
                    "format": "INTEGER { noIEEE1588 (-1), allIEEE1588Versions (1), ieee1588v2002 (2), ieee1588v2008 (3) }",
                    "description": "Version(s) of IEEE 1588 supported by the NetworkNode.",
                    "readOnly": true
                }
            }
        },
        "ieee1588Version": {
            "type": "object",
            "description": "Version of IEEE 1588  (PTP) being used by the NetworkNode.  NetworkNodes with a value of ieee1588v2008e2e or ieee1588v2008p2p indicate the PTP delay mechanism to be used for the IEEE 1588-2008 protocol, either end-to-end or peer-to-peer respectively.  If a NetworkNode is a tmnsNetworkFabricDevice with the capability to support different versions of the IEEE 1588 protocol concurrently on a per-port basis, then this variable shall be set to 'multiple', and the per port versions can be determined from the nfdPortDescrTable of the tmnsNetworkFabricDevice branch.",
            "properties": {
                "ieee1588Version": {
                    "type": "string",
                    "format": "INTEGER { multiple (1), ieee1588v2002 (2), ieee1588v2008e2e (3), ieee1588v2008p2p (4) }",
                    "description": "Version of IEEE 1588  (PTP) being used by the NetworkNode.  NetworkNodes with a value of ieee1588v2008e2e or ieee1588v2008p2p indicate the PTP delay mechanism to be used for the IEEE 1588-2008 protocol, either end-to-end or peer-to-peer respectively.  If a NetworkNode is a tmnsNetworkFabricDevice with the capability to support different versions of the IEEE 1588 protocol concurrently on a per-port basis, then this variable shall be set to 'multiple', and the per port versions can be determined from the nfdPortDescrTable of the tmnsNetworkFabricDevice branch.",
                    "readOnly": true
                }
            }
        },
        "ipAddressBootEntry": {
            "type": "object",
            "description": "ipAddressBootEntry",
            "properties": {
                "ipAddressBootIndex": {
                    "$ref": "#/definitions/ipAddressBootIndex/properties/ipAddressBootIndex"
                },
                "interfaceBootSetting": {
                    "$ref": "#/definitions/interfaceBootSetting/properties/interfaceBootSetting"
                },
                "ipAddressBootSetting": {
                    "$ref": "#/definitions/ipAddressBootSetting/properties/ipAddressBootSetting"
                },
                "netmaskBootSetting": {
                    "$ref": "#/definitions/netmaskBootSetting/properties/netmaskBootSetting"
                },
                "gatewayBootSetting": {
                    "$ref": "#/definitions/gatewayBootSetting/properties/gatewayBootSetting"
                },
                "dhcpEnableBootSetting": {
                    "$ref": "#/definitions/dhcpEnableBootSetting/properties/dhcpEnableBootSetting"
                }
            }
        },
        "ipAddressBootIndex": {
            "type": "object",
            "description": "The index of the ipAddressBootTable.",
            "properties": {
                "ipAddressBootIndex": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "The index of the ipAddressBootTable.",
                    "readOnly": true
                }
            }
        },
        "interfaceBootSetting": {
            "type": "object",
            "description": "Name of interface to which the settings will apply.  This information is filled in by the NetworkNode.",
            "properties": {
                "interfaceBootSetting": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Name of interface to which the settings will apply.  This information is filled in by the NetworkNode.",
                    "readOnly": true
                }
            }
        },
        "ipAddressBootSetting": {
            "type": "object",
            "description": "IP Address to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event.",
            "properties": {
                "ipAddressBootSetting": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "IP Address to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event."
                }
            }
        },
        "netmaskBootSetting": {
            "type": "object",
            "description": "Netmask to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event.",
            "properties": {
                "netmaskBootSetting": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Netmask to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event."
                }
            }
        },
        "gatewayBootSetting": {
            "type": "object",
            "description": "Gateway to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event.",
            "properties": {
                "gatewayBootSetting": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Gateway to be set when a Level-2 Reset of the NetworkNode occurs if the dhcpEnableBootSetting is false.  If the dhcpEnableBootSetting is true, then this value shall be set to '0.0.0.0'.  See the networkNodeReset resource for more details of a Level-2 reset event."
                }
            }
        },
        "dhcpEnableBootSetting": {
            "type": "object",
            "description": "Enable or disable DHCP addressing (RFC 2131) for this interface when a Level-2 Reset of the NetworkNode occurs, (1) true = enable, (2) false = disable.  See the networkNodeReset resource for more details of a Level-2 reset event.",
            "properties": {
                "dhcpEnableBootSetting": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable DHCP addressing (RFC 2131) for this interface when a Level-2 Reset of the NetworkNode occurs, (1) true = enable, (2) false = disable.  See the networkNodeReset resource for more details of a Level-2 reset event."
                }
            }
        },
        "initiateBit": {
            "type": "object",
            "description": "Performs operator-initiated self-test, (1) true = start, (2) false = stop.  The TMA sets this value to false when the test is complete.  The TMA shall report errors through the activeFaultsTable.  Only a TMA whose NetworkNode supports an initiated Built-In Test (BIT) shall implement this variable.",
            "properties": {
                "initiateBit": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Performs operator-initiated self-test, (1) true = start, (2) false = stop.  The TMA sets this value to false when the test is complete.  The TMA shall report errors through the activeFaultsTable.  Only a TMA whose NetworkNode supports an initiated Built-In Test (BIT) shall implement this variable."
                }
            }
        },
        "networkNodeReset": {
            "type": "object",
            "description": "Reset the NetworkNode.  There are three types of reset events defined at the NetworkNode level: level-1 reset (1), level-2 reset (2), and a restore defaults (3).  The details of these types of resets are described below:\n   No Reset (Reset Complete) - This value is used to indicate that the reset has completed.\n   Level-1 Reset - Implementation-defined reset.  NetworkNode will reset and return to the last configuration.  Persistent variables shall retain their values.  Example: Level-1 reset == software reset.\n   Level-2 Reset - Implementation-defined reset.  NetworkNode will reset and return to the last configuration.  Persistent variables shall retain their values.  Example: Level-2 reset == hardware reset.\n   Restore Defaults - Returns the NetworkNode to its default state and configuration.  Persistent variables are reset to their factory default values unless otherwise specified.\nFor a level-1 or level-2 networkNodeReset event, the ipAddressBootTable resource and associated resources, the inventoryID, an",
            "properties": {
                "networkNodeReset": {
                    "type": "string",
                    "format": "INTEGER { noReset (-1), level1 (1), level2 (2), restoreDefaults (3) }",
                    "description": "Reset the NetworkNode.  There are three types of reset events defined at the NetworkNode level: level-1 reset (1), level-2 reset (2), and a restore defaults (3).  The details of these types of resets are described below:\n   No Reset (Reset Complete) - This value is used to indicate that the reset has completed.\n   Level-1 Reset - Implementation-defined reset.  NetworkNode will reset and return to the last configuration.  Persistent variables shall retain their values.  Example: Level-1 reset == software reset.\n   Level-2 Reset - Implementation-defined reset.  NetworkNode will reset and return to the last configuration.  Persistent variables shall retain their values.  Example: Level-2 reset == hardware reset.\n   Restore Defaults - Returns the NetworkNode to its default state and configuration.  Persistent variables are reset to their factory default values unless otherwise specified.\nFor a level-1 or level-2 networkNodeReset event, the ipAddressBootTable resource and associated resources, the inventoryID, an"
                }
            }
        },
        "initiatedBitPercentComplete": {
            "type": "object",
            "description": "Percent completion of initiated Built-In Test.",
            "properties": {
                "initiatedBitPercentComplete": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Percent completion of initiated Built-In Test.",
                    "readOnly": true
                }
            }
        },
        "initiatedBitLastResult": {
            "type": "object",
            "description": "Result of last completed initiatedBit.  Advanced information may be provided in the activeFaultsTable.",
            "properties": {
                "initiatedBitLastResult": {
                    "type": "string",
                    "format": "INTEGER { iBitPassed (1), iBitFailed (2) }",
                    "description": "Result of last completed initiatedBit.  Advanced information may be provided in the activeFaultsTable.",
                    "readOnly": true
                }
            }
        },
        "periodicBitLastResult": {
            "type": "object",
            "description": "Result of last completed periodicBit.  Advanced information may be provided in the activeFaultsTable.",
            "properties": {
                "periodicBitLastResult": {
                    "type": "string",
                    "format": "INTEGER { pBitPassed (1), pBitFailed (2) }",
                    "description": "Result of last completed periodicBit.  Advanced information may be provided in the activeFaultsTable.",
                    "readOnly": true
                }
            }
        },
        "configurationCompleteNotificationStatus": {
            "type": "object",
            "description": "Status flag associated with the configurationCompleteNotification.  If configuration completes successfully, the notification is sent with a 'success' value.  If configuration bails out before completing, the notification is sent with a 'failure' value.",
            "properties": {
                "configurationCompleteNotificationStatus": {
                    "type": "string",
                    "format": "INTEGER { success (1), failure (2) }",
                    "description": "Status flag associated with the configurationCompleteNotification.  If configuration completes successfully, the notification is sent with a 'success' value.  If configuration bails out before completing, the notification is sent with a 'failure' value."
                }
            }
        },
        "timeLockLostEnable": {
            "type": "object",
            "description": "Enable or disable Time Lock Lost Notifications. (1) True = enable, (2) false = disable.",
            "properties": {
                "timeLockLostEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable Time Lock Lost Notifications. (1) True = enable, (2) false = disable."
                }
            }
        },
        "timeLockLostInterval": {
            "type": "object",
            "description": "Sets the interval between repeated timeLockLostNotification events in milliseconds.",
            "properties": {
                "timeLockLostInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated timeLockLostNotification events in milliseconds."
                }
            }
        },
        "timeLockLostRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a timeLockLostNotification.",
            "properties": {
                "timeLockLostRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a timeLockLostNotification."
                }
            }
        },
        "ieee1588MaxOffsetFromMasterEnable": {
            "type": "object",
            "description": "Enable or disable ieee1588MaxOffsetFromMaster Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "ieee1588MaxOffsetFromMasterEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable ieee1588MaxOffsetFromMaster Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "ieee1588MaxOffsetFromMasterInterval": {
            "type": "object",
            "description": "Sets the interval between repeated ieee1588MaxOffsetFromMaster Notifications in milliseconds.",
            "properties": {
                "ieee1588MaxOffsetFromMasterInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated ieee1588MaxOffsetFromMaster Notifications in milliseconds."
                }
            }
        },
        "ieee1588MaxOffsetFromMasterRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed when ieee1588MaxOffsetFromMaster exceeds ieee1588MaxOffsetFromMasterThd.",
            "properties": {
                "ieee1588MaxOffsetFromMasterRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed when ieee1588MaxOffsetFromMaster exceeds ieee1588MaxOffsetFromMasterThd."
                }
            }
        },
        "ieee1588MaxOffsetFromMasterThd": {
            "type": "object",
            "description": "Maximum offset from master threshold allowed in nanoseconds before a fault is declared.  This threshold is an absolute value that represents the delta from the master, whether positive or negative.  The notification shall be triggered if the absolute value of the ieee1588OffsetFromMaster variable exceeds this value.",
            "properties": {
                "ieee1588MaxOffsetFromMasterThd": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Maximum offset from master threshold allowed in nanoseconds before a fault is declared.  This threshold is an absolute value that represents the delta from the master, whether positive or negative.  The notification shall be triggered if the absolute value of the ieee1588OffsetFromMaster variable exceeds this value."
                }
            }
        },
        "ieee1588OffsetFromMaster": {
            "type": "object",
            "description": "An integer that specifies the current estimated offset from the IEEE 1588 master in nanoseconds.  This value may be positive or negative.",
            "properties": {
                "ieee1588OffsetFromMaster": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "An integer that specifies the current estimated offset from the IEEE 1588 master in nanoseconds.  This value may be positive or negative.",
                    "readOnly": true
                }
            }
        },
        "ieee1588MaxOffsetFromMaster": {
            "type": "object",
            "description": "Maximum observed offset from master in nanoseconds.  This value may be positive or negative, and it represents the greatest delta value, whether positive or negative, from the master.  This value may be set back to zero by a TMAManager.",
            "properties": {
                "ieee1588MaxOffsetFromMaster": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Maximum observed offset from master in nanoseconds.  This value may be positive or negative, and it represents the greatest delta value, whether positive or negative, from the master.  This value may be set back to zero by a TMAManager."
                }
            }
        },
        "ieee1588MaxJitterEnable": {
            "type": "object",
            "description": "Enable or disable ieee1588MaxJitter Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "ieee1588MaxJitterEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable ieee1588MaxJitter Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "ieee1588MaxJitterInterval": {
            "type": "object",
            "description": "Sets the interval between repeated ieee1588MaxJitter Notifications in milliseconds.",
            "properties": {
                "ieee1588MaxJitterInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated ieee1588MaxJitter Notifications in milliseconds."
                }
            }
        },
        "ieee1588MaxJitterRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed when ieee1588MaxJitter exceeds ieee1588MaxJitterThd.",
            "properties": {
                "ieee1588MaxJitterRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed when ieee1588MaxJitter exceeds ieee1588MaxJitterThd."
                }
            }
        },
        "ieee1588MaxJitterThd": {
            "type": "object",
            "description": "Maximum jitter threshold allowed in nanoseconds before a fault is declared.",
            "properties": {
                "ieee1588MaxJitterThd": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Maximum jitter threshold allowed in nanoseconds before a fault is declared."
                }
            }
        },
        "ieee1588Jitter": {
            "type": "object",
            "description": "An integer that specifies the estimate of the standard deviation of the offset from master in nanoseconds.  For IEEE 1588 slave devices, this value is only computed when the tmaIeee1588ClockState variable is in the 'lockedSlave (1)' state.  For boundary clocks, this value is computed when one port is a slave to another master.  For transparent clocks, this value is not relevant.",
            "properties": {
                "ieee1588Jitter": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "An integer that specifies the estimate of the standard deviation of the offset from master in nanoseconds.  For IEEE 1588 slave devices, this value is only computed when the tmaIeee1588ClockState variable is in the 'lockedSlave (1)' state.  For boundary clocks, this value is computed when one port is a slave to another master.  For transparent clocks, this value is not relevant.",
                    "readOnly": true
                }
            }
        },
        "ieee1588MaxJitter": {
            "type": "object",
            "description": "Maximum observed jitter in nanoseconds.  This value may be set back to zero by a TMAManager.",
            "properties": {
                "ieee1588MaxJitter": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Maximum observed jitter in nanoseconds.  This value may be set back to zero by a TMAManager."
                }
            }
        },
        "tempOutOfRangeEnable": {
            "type": "object",
            "description": "Enable or disable temperature Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "tempOutOfRangeEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable temperature Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "tempOutOfRangeInterval": {
            "type": "object",
            "description": "Sets the interval between repeated temperature Notifications in milliseconds.",
            "properties": {
                "tempOutOfRangeInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated temperature Notifications in milliseconds."
                }
            }
        },
        "tempOutOfRangeRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a temperature Notification.",
            "properties": {
                "tempOutOfRangeRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a temperature Notification."
                }
            }
        },
        "tempLowThd": {
            "type": "object",
            "description": "This is an integer specifying the degree Celsius of the bottom of the valid temperature range.  A fault is declared if the temperature falls below the threshold.",
            "properties": {
                "tempLowThd": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "This is an integer specifying the degree Celsius of the bottom of the valid temperature range.  A fault is declared if the temperature falls below the threshold."
                }
            }
        },
        "tempHighThd": {
            "type": "object",
            "description": "This is an integer specifying the degree Celsius of the top of the valid temperature range.  A fault is declared if the temperature rises above the threshold.",
            "properties": {
                "tempHighThd": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "This is an integer specifying the degree Celsius of the top of the valid temperature range.  A fault is declared if the temperature rises above the threshold."
                }
            }
        },
        "tempC": {
            "type": "object",
            "description": "Specifies the current temperature in degrees Celsius of the NetworkNode.",
            "properties": {
                "tempC": {
                    "type": "string",
                    "format": "Integer32",
                    "description": "Specifies the current temperature in degrees Celsius of the NetworkNode.",
                    "readOnly": true
                }
            }
        },
        "accessAnomalyDetectionNotificationEnable": {
            "type": "object",
            "description": "Enable or disable access anomaly detection Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "accessAnomalyDetectionNotificationEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable access anomaly detection Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "accessAnomalyDetectionNotificationInterval": {
            "type": "object",
            "description": "Sets the interval between repeated access anomaly detection Notifications in milliseconds.",
            "properties": {
                "accessAnomalyDetectionNotificationInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated access anomaly detection Notifications in milliseconds."
                }
            }
        },
        "accessAnomalyDetectionNotificationRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a single access anomaly detection Notification event.  The repeat notifications shall be sent at the specified interval.  After completion of repeat notifications are sent, the value of accessAnomalyDetectionNotificationEnable shall not be changed.",
            "properties": {
                "accessAnomalyDetectionNotificationRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a single access anomaly detection Notification event.  The repeat notifications shall be sent at the specified interval.  After completion of repeat notifications are sent, the value of accessAnomalyDetectionNotificationEnable shall not be changed."
                }
            }
        },
        "lastAccessAnomalyDetectionType": {
            "type": "object",
            "description": "A string describing the type of access anomaly detection.  The following standard strings shall be used whenever applicable:   'SNMPv3AuthFailure' : String to be used for SNMPv3 messages that cannot be authenticated.   'HTTPAuthFailure' : String to be used for three consecutive incorrect username/password combinations from a machine trying to access the device's HTTP interface.   'FTPAuthFailure' : String to be used for incorrect username/password combination from a device trying to login to the FTP server.  For any other access anomaly detections that are vendor-specific, the string can be used in free-form.",
            "properties": {
                "lastAccessAnomalyDetectionType": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string describing the type of access anomaly detection.  The following standard strings shall be used whenever applicable:   'SNMPv3AuthFailure' : String to be used for SNMPv3 messages that cannot be authenticated.   'HTTPAuthFailure' : String to be used for three consecutive incorrect username/password combinations from a machine trying to access the device's HTTP interface.   'FTPAuthFailure' : String to be used for incorrect username/password combination from a device trying to login to the FTP server.  For any other access anomaly detections that are vendor-specific, the string can be used in free-form.",
                    "readOnly": true
                }
            }
        },
        "lastAccessAnomalyDetectionTime": {
            "type": "object",
            "description": "A variable displaying the time of the last access anomaly detected in a human-readable form.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
            "properties": {
                "lastAccessAnomalyDetectionTime": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A variable displaying the time of the last access anomaly detected in a human-readable form.  The format shall be according to the TmNStimestamp format as specified in Chapter 22, Section 22.5.1.3.6.",
                    "readOnly": true
                }
            }
        },
        "lastAccessAnomalyDetectionSourceIP": {
            "type": "object",
            "description": "Source IP address of the access anomaly detection.",
            "properties": {
                "lastAccessAnomalyDetectionSourceIP": {
                    "type": "string",
                    "format": "IpAddress",
                    "description": "Source IP address of the access anomaly detection.",
                    "readOnly": true
                }
            }
        },
        "lastAccessAnomalyDetectionDescription": {
            "type": "object",
            "description": "Free-form string that describes the access anomaly detection.",
            "properties": {
                "lastAccessAnomalyDetectionDescription": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "Free-form string that describes the access anomaly detection.",
                    "readOnly": true
                }
            }
        },
        "powerFaultEnable": {
            "type": "object",
            "description": "Enable or disable power fault Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "powerFaultEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable power fault Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "powerFaultInterval": {
            "type": "object",
            "description": "Sets the interval between repeated power fault Notifications in milliseconds.",
            "properties": {
                "powerFaultInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated power fault Notifications in milliseconds."
                }
            }
        },
        "powerFaultRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a power fault Notification.",
            "properties": {
                "powerFaultRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a power fault Notification."
                }
            }
        },
        "invalidInputVariable": {
            "type": "object",
            "description": "A string containing the unrecognized command or variable that caused the notification to be generated.",
            "properties": {
                "invalidInputVariable": {
                    "type": "string",
                    "format": "DisplayString (SIZE(0..255))",
                    "description": "A string containing the unrecognized command or variable that caused the notification to be generated."
                }
            }
        },
        "invalidInputEnable": {
            "type": "object",
            "description": "Enable or disable invalid input Notifications. (1) true = enable, (2) false = disable.",
            "properties": {
                "invalidInputEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable invalid input Notifications. (1) true = enable, (2) false = disable."
                }
            }
        },
        "invalidInputInterval": {
            "type": "object",
            "description": "Sets the interval between repeated invalid input Notifications in milliseconds.",
            "properties": {
                "invalidInputInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated invalid input Notifications in milliseconds."
                }
            }
        },
        "invalidInputRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for an invalid input Notification.",
            "properties": {
                "invalidInputRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for an invalid input Notification."
                }
            }
        },
        "configurationChangeNotifEnable": {
            "type": "object",
            "description": "Enable or disable configurationChangeNotification events.  (1) true = enable, (2) false = disable.",
            "properties": {
                "configurationChangeNotifEnable": {
                    "type": "string",
                    "format": "TruthValue",
                    "description": "Enable or disable configurationChangeNotification events.  (1) true = enable, (2) false = disable."
                }
            }
        },
        "configurationChangeNotifInterval": {
            "type": "object",
            "description": "Sets the interval between repeated configurationChangeNotification events in milliseconds.",
            "properties": {
                "configurationChangeNotifInterval": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the interval between repeated configurationChangeNotification events in milliseconds."
                }
            }
        },
        "configurationChangeNotifRepeat": {
            "type": "object",
            "description": "Sets the number of repeats allowed for a configurationChangeNotification.",
            "properties": {
                "configurationChangeNotifRepeat": {
                    "type": "string",
                    "format": "Unsigned32",
                    "description": "Sets the number of repeats allowed for a configurationChangeNotification."
                }
            }
        },
        "errorTooBig": {
            "type": "object",
            "description": "Result was too big to put into a single SNMP message",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorNoSuchName": {
            "type": "object",
            "description": "Unknown variable",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorBadValue": {
            "type": "object",
            "description": "Syntax or value error",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorReadOnly": {
            "type": "object",
            "description": "Operation tried to change value that was not allowed to change",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorGeneral": {
            "type": "object",
            "description": "General error",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorNoAccess": {
            "type": "object",
            "description": "Variable is not accessible",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorWrongType": {
            "type": "object",
            "description": "Type is inconsistent with the type required",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorWrongLength": {
            "type": "object",
            "description": "Length is inconsistent with the length required",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorWrongEncoding": {
            "type": "object",
            "description": "ASN.1 encoding is inconsistent with the ASN.1 tag",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorWrongValue": {
            "type": "object",
            "description": "Value cannot be assigned to the variable",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorNoCreation": {
            "type": "object",
            "description": "Variable could not be created",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorInconsistentValue": {
            "type": "object",
            "description": "Value is inconsistent with values of other managed objects",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorResourceUnavailable": {
            "type": "object",
            "description": "Resources required to complete operation is currently unavailable",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorCommitFailed": {
            "type": "object",
            "description": "No variables were updated",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorUndoFailed": {
            "type": "object",
            "description": "It was not possible to undo some variable assignments",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorAuthorization": {
            "type": "object",
            "description": "Authorization error occurred",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorNotWritable": {
            "type": "object",
            "description": "Could not modify an existing variable",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        },
        "errorInconsistentName": {
            "type": "object",
            "description": "Could not create the variable because it is inconsistent with the values of other managed objects",
            "properties": {
                "URI": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's URI."
                },
                "Method": {
                    "type": "string",
                    "format": "string",
                    "description": "The request's HTTP method."
                },
                "Message": {
                    "type": "string",
                    "format": "string",
                    "description": "A detailed error message."
                }
            }
        }
    }
}