blob: 76e9c8a41f4dbbb3012e6da52e6793b89f26986a [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$defs": {
"FirmwareInfoDef": {
"description": "This indicates the properties which apply to all firmwares",
"type": "object",
"properties": {
"VendorIANA": {
"description": "The IANA Enterprise Id of the hardware vendor",
"type": "number"
},
"CompatibleHardware": {
"description": "The compatible hardware with name format com.<vendor>.Hardware.<XXX> specified by vendor in phosphor-dbus-interfaces",
"type": "string"
}
},
"required": ["VendorIANA", "CompatibleHardware"]
}
}
}