mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
9 lines
230 B
JSON
9 lines
230 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-products.json",
|
||
|
"title": "FIF Products object schema",
|
||
|
"type": "object",
|
||
|
"minProperties": 1,
|
||
|
"additionalProperties": { "$ref": "fif-product.json" }
|
||
|
}
|