{ "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" ] } ] }