mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
11 lines
275 B
JSON
11 lines
275 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-settingshash.json",
|
||
|
"title": "FIF settings hash schema",
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
"^[+]?[A-Z0-9_].*$": { "type": [ "string", "number" ] }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|