blob: 844f79a2264c9b326eb03a752295574de4793b1c [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"EMConfig": {
"type": "object",
"properties": {
"Exposes": {
"type": "array",
"items": {
"$ref": "legacy.json#/definitions/Aggregate"
}
},
"Name": {
"type": "string"
},
"Probe": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"Type": {
"type": "string"
},
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Decorator/Asset"
},
"ProductId": {
"type": "number"
},
"xyz.openbmc_project.Inventory.Decorator.AssetTag": {
"$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Decorator/AssetTag"
},
"xyz.openbmc_project.Inventory.Item.System": {
"$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Item/System"
}
},
"required": [
"Exposes",
"Name",
"Probe"
]
}
},
"anyOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/EMConfig"
}
},
{
"$ref": "#/definitions/EMConfig"
}
]
}