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

schema.feature.FeatureSetRequest.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"description": "Set the feature of the node in the bidib system.",
    "type": "object",
    "properties": {
    	"connectionId": { "type": "string" },
        "node": { "$ref": "../NodeInfo.json#/definitions/nodeInfo" },
        "features": {
        	"type": "array", 
		    "items": { "$ref": "FeatureType.json#/definitions/feature" }
		}
    },
    "required": ["connectionId", "node", "features"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy