{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "fif-profile.json",
  "title": "FIF single profile schema",
  "required": [
    "machine",
    "product"
  ],
  "properties": {
    "machine": { "type": "string" },
    "product": { "type": "string" }
  },
  "additionalProperties": false
}