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

schema.GetNodesRequest.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"description": "Action to get the nodes in the bidib system.",
    "type": "object",
    "properties": {
    	"connectionId": { "type": "string" }
    },
    "required": ["connectionId"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy