mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
9 lines
229 B
JSON
9 lines
229 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "openqa-jobgroups.json",
|
||
|
"title": "Upstream openQA JobGroups array schema",
|
||
|
"type": "array",
|
||
|
"minItems": 1,
|
||
|
"items": { "$ref": "openqa-jobgroup.json" }
|
||
|
}
|