mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
16 lines
344 B
JSON
16 lines
344 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-machine.json",
|
||
|
"title": "FIF single machine schema",
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"backend",
|
||
|
"settings"
|
||
|
],
|
||
|
"properties": {
|
||
|
"backend": { "type": "string" },
|
||
|
"settings": { "$ref": "fif-settingshash.json" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|