All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.switching.PortStatusRequest.json Maven / Gradle / Ivy

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "The port status set request of the node in the bidib system.",
    "type": "object",
    "properties": {
        "connectionId": {
            "type": "string"
        },
        "node": {
            "$ref": "../NodeAddress.json#/definitions/nodeAddress"
        },
        "port": {
            "$ref": "../common/AbstractPort.json#/definitions/portIdentifier"
        },
        "status": {
            "type": "string"
        },
        "value": {
            "type": "integer", "minimum": 0
        }
    },
    "required": [
        "connectionId",
        "node",
        "port"
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy