mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +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
|
||
|
}
|