blob: ae9e78869fc6991de7c728fc5e1cfd94558e78e8 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"requirements": {
"hardware": {
"additionalProperties": false,
"properties": {
"cpu": {
"additionalProperties": false,
"properties": {
"arch": {
"oneOf": [
{
"$ref": "common.json#/definitions/target_arch"
}
]
}
},
"required": [
"arch"
],
"type": "object"
}
},
"required": [
"cpu"
],
"type": "object"
}
},
"required": [
"hardware"
]
},
"description": "Hardware requirements for running a product image.",
"id": "http://fuchsia.com/schemas/sdk/hardware_manifest.json"
}