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