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