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

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

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "A FirmwareVersionInfo following the convention of http://microformats.org/wiki/hcard",
    "type" : "object",
    "extends": { 
    	"$ref": "FirmwareVersion.json#/definitions/firmwareVersionType" 
    },
    "properties": {
        "manufacturerId": { "type": "integer" },
        "productId": { "type": "integer" },
        "description": { "type": "string" },
        "fileLocation": { "type": "string" }
    },
    "required": ["manufacturerId", "productId"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy