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

schema.SerialPortInfo.json Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
{
    "$schema": "http://json-schema.org/draft-07/schema#",
	"description": "The information about a serial port in the bidib system.",
    "type": "object",
    "properties": {
        "portName": { "type": "string" },
        "serialNumber": { "type": "string" },
        "vendorId": { "type": "string" },
        "productId": { "type": "string" },
        "productString" : { "type": "string" },
        "manufacturerString" : { "type": "string" }
  	},
    "required": ["portName"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy