mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
15 lines
367 B
JSON
15 lines
367 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "openqa-testsuite.json",
|
||
|
"title": "Upstream openQA single test suite schema",
|
||
|
"required": [
|
||
|
"name"
|
||
|
],
|
||
|
"properties": {
|
||
|
"name": { "type": "string" },
|
||
|
"description": { "type": "string" },
|
||
|
"settings": { "$ref": "openqa-settingsarray.json" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|