blob: a6d11fe398d0c8e8d2efbad13a956e1f2ea92400 [file] [log] [blame]
{
"description": "A host tool",
"type": "object",
"allOf": [
{
"$ref": "common.json#/definitions/sdk_element"
},
{
"properties": {
"type": {
"description": "Marker for this type of element",
"type": "string",
"enum": [
"host_tool"
]
},
"files": {
"description": "The list of files pertaining to the element",
"type": "array",
"items": {
"$ref": "common.json#/definitions/file"
}
}
},
"required": [
"type",
"files"
]
}
]
}