os-autoinst-distri-rocky/schemas
Alan Marshall 38f35c11ee
add "s390x" to FIF arch schema
2024-01-25 11:29:39 +00:00
..
README.md Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-arch.json add "s390x" to FIF arch schema 2024-01-25 11:29:39 +00:00
fif-complete.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-distri.json adjust schema files for Rocky 2021-08-09 01:57:58 -07:00
fif-incomplete.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-machine.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-machines.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-product.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-products.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-profile.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-profiles.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-settingshash.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-testsuite.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-testsuites.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
fif-version.json adjust schema files for Rocky 2021-08-09 01:57:58 -07:00
openqa-complete.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-incomplete.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-jobgroup.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-jobgroups.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-jobtemplate.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-jobtemplates.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-machine.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-machines.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-product.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-products.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-settingsarray.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-testsuite.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00
openqa-testsuites.json Add fifloader tests, template schemas, update README 2020-01-29 22:45:38 -08:00

README.md

FIF and openQA template schemas

This directory contains JSON Schema format schemas for the FIF and upstream openQA template data formats. fif-complete.json and fif-incomplete.json are the FIF schemas; openqa-complete.json and openqa-incomplete.json are the upstream schemas. The 'complete' schemas expect the input to contain a complete set of template data (enough for an openQA instance to schedule and run tests); the incomplete schemas expect the input to contain only some valid template data (these may be files that will be combined into complete data, or files intended to be loaded without --clean only as supplementary data to an openQA deployment with existing data). The other files are subcomponents of the schemas that are loaded by reference.