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

schema.system.SystemAvailablePortsResponse.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "A SystemAvailablePortsResponse following the convention of http://microformats.org/wiki/hcard",
    "type": "object",
    "properties": {
        "serialPorts": {
            "type": "array", 
            "items": { "$ref": "../SerialPortInfo.json" }
        }
    },
    "required": ["serverVersion"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy