1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2026-07-17 03:35:59 +00:00
os-autoinst-distri-fedora/schemas/fif-profilegroups.json
Adam Williamson bdf74e74b4 Add ProfileGroups
This is another new convenience feature. Groups of profiles let
us avoid repeating commonly-used sets. A test suite can specify
a group of profiles, with a base priority. The priority value
for each profile within the ProfileGroup is added to the base
priority in the test suite.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-05-14 17:40:38 -07:00

9 lines
245 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "fif-profilegroups.json",
"title": "FIF ProfileGroups object schema",
"type": "object",
"minProperties": 1,
"additionalProperties": { "$ref": "fif-profilegroup.json" }
}