blob: 26e2cfd9ae63a4ab4946e436a8b5f156f742d511 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$defs": {
"MCTPI2CTarget": {
"properties": {
"Address": {
"description": "The physical address for the device on the I2C bus.",
"type": "string"
},
"Bus": {
"description": "The bus index to which the device is attached",
"type": "string"
},
"Name": {
"description": "A recognisable name for the device",
"type": "string"
},
"Type": {
"type": "string",
"enum": ["MCTPI2CTarget"]
}
},
"required": ["Address", "Bus", "Name", "Type"],
"type": "object"
}
}
}