blob: a99e811b0c9c2d5a83445ce75dd43ce8fb55e71a [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "common.json#/definitions/envelope"
},
{
"properties": {
"data": {
"allOf": [
{
"$ref": "common.json#/definitions/sdk_element"
},
{
"properties": {
"type": {
"allOf": [
{
"$ref": "common.json#/definitions/type"
},
{
"enum": [
"physical_device"
]
}
]
}
}
},
{
"$ref": "hardware.json#/definitions/requirements"
}
]
}
},
"type": "object"
}
],
"description": "A physical device specification.",
"id": "http://fuchsia.com/schemas/sdk/physical_device.json",
"type": "object"
}