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

schema.node.NodeDetailsResponse.json Maven / Gradle / Ivy

{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"description": "The nodeDetails response of the node in the bidib system.",
    "type": "object",
    "properties": {
    	"connectionId": { "type": "string" },
    	"nodeDetails": { "$ref": "NodeDetails.json#/definitions/nodeDetails" }
	},
	"required": ["connectionId"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy