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

schema.ConnectionState.json Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"connectionState": {
	    	"description": "The state of the debug connection to the bidib system.",
		    "type": "string",
		    "enum": ["disconnected", "connected", "stall", "unknown"]
    	}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy