blob: da41e96c8af8c37cdbe528f095406366bf0a2e74 [file] [log] [blame]
{
"$schema" : "http://json-schema.org/schema#",
"$id" : "Schema for build test description file",
"type": "object",
"properties" : {
"data" : {
"type" : "array",
"properties" : {
"name" : {"type" : "string"},
"src" : {"type" : "string"},
"params" : {
"type" : "array",
"items" : [ {"type" : "string"} ]
}
}
}
}
}