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

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

{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"description": "The port query response 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/abstractPort" }
		}
    },
    "required": ["connectionId", "node"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy