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

schema.UsbPortAction.json Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"usbPortAction": {
			"description": "This action signals if the USB port was inserted or removed.",
		    "type": "string",
		    "enum": ["inserted", "removed"],
		    "javaEnums": [
				{
					"name": "INSERTED"
				}, {
					"name": "REMOVED"
				}
			]
    	}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy