
schema.switching.PortStatusQueryRequest.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The port status query request of the node in the bidib system.",
"type": "object",
"properties": {
"connectionId": {
"type": "string"
},
"node": {
"$ref": "../NodeAddress.json#/definitions/nodeAddress"
},
"ports": {
"type": "array",
"items": { "$ref": "../common/AbstractPort.json#/definitions/portIdentifier" }
}
},
"required": [
"connectionId",
"node"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy