blob: 5dda291ed659fdc14cca923cb686d0e283f4f842 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "common.json#/definitions/versioned_sdk_element"
},
{
"properties": {
"data": {
"allOf": [
{
"properties": {
"type": {
"allOf": [
{
"$ref": "common.json#/definitions/kind"
},
{
"enum": [
"physical_device"
]
}
]
}
}
},
{
"$ref": "hardware-f6f47515.json#/definitions/requirements"
}
],
"required": [
"hardware",
"type",
"name"
]
}
},
"type": "object"
}
],
"description": "A physical device specification.",
"id": "http://fuchsia.com/schemas/sdk/physical_device-0bd5d21f.json",
"type": "object"
}