mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
16 lines
353 B
JSON
16 lines
353 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "openqa-jobgroup.json",
|
||
|
"title": "Upstream openQA single job group schema",
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"group_name",
|
||
|
"template"
|
||
|
],
|
||
|
"properties": {
|
||
|
"group_name": { "type": "string" },
|
||
|
"template": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|