{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "fif-arch.json",
  "title": "FIF arch schema",
  "type": "string",
  "enum": [ "x86_64", "arm", "aarch64", "ppc64le" ]
}