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

schema.BidibClassType.json Maven / Gradle / Ivy

There is a newer version: 2.0.25
Show newest version
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"bidibClassType": {
			"description": "This type defines the classes of BiDiB nodes.",
		    "type": "integer",
		    "enum" : ["1", "2", "4", "8", "16", "32", "64", "128"], 
		    "javaEnums": [
				{
					"name": "Switch"
				}, {
					"name": "Booster"
				}, {
					"name": "Accessory"
				}, {
					"name": "CsProg"
				}, {
					"name": "CsDrive"
				}, {
					"name": "ResBit5"
				}, {
					"name": "Feedback"
				}, {
					"name": "SubNodes"
				}
			]
    	}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy