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

schema.firmware.NodeFirmwareDetails.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "A NodeFirmwareDetails following the convention of http://microformats.org/wiki/hcard",
    "type": "object",
    "properties": {
        "manufacturerId": { "type": "integer" },
        "productId": { "type": "integer" },
        "version": {  "type": "string" }
    },
    "required": ["manufacturerId", "productId"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy