mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
18 lines
428 B
JSON
18 lines
428 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-testsuite.json",
|
||
|
"title": "FIF single test suite schema",
|
||
|
"required": [
|
||
|
"profiles"
|
||
|
],
|
||
|
"properties": {
|
||
|
"profiles": {
|
||
|
"type": "object",
|
||
|
"title": "A testsuite profile entry schema",
|
||
|
"additionalProperties": { "type": "number" }
|
||
|
},
|
||
|
"settings": { "$ref": "fif-settingshash.json" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|