mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
9 lines
230 B
JSON
9 lines
230 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-machines.json",
|
||
|
"title": "FIF Machines object schema",
|
||
|
"type": "object",
|
||
|
"minProperties": 1,
|
||
|
"additionalProperties": { "$ref": "fif-machine.json" }
|
||
|
}
|