os-autoinst-distri-rocky/schemas/fif-arch.json

8 lines
197 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "fif-arch.json",
"title": "FIF arch schema",
"type": "string",
2024-01-25 11:29:39 +00:00
"enum": [ "x86_64", "arm", "aarch64", "ppc64le", "s390x" ]
}