blob: 853064c1d0cd22438f6b8216de8ee95001ab1fa6 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Schemas for JSON representations of OpenBMC DBus interfaces",
"definitions": {
"xyz": {
"openbmc_project": {
"Inventory": {
"Decorator": {
"Asset": {
"additionalProperties": false,
"properties": {
"Manufacturer": {
"type": "string"
},
"Model": {
"type": "string"
},
"PartNumber": {
"type": "string"
},
"SerialNumber": {
"type": "string"
}
},
"required": [
"Manufacturer",
"Model",
"PartNumber",
"SerialNumber"
],
"type": "object"
},
"AssetTag": {
"additionalProperties": false,
"properties": {
"AssetTag": {
"type": "string"
}
},
"required": [
"AssetTag"
],
"type": "object"
}
},
"Item": {
"System": {
"additionalProperties": false,
"type": "object"
}
}
}
}
}
}
}