{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.print.job.schema.json",
  "title": "rig.print.job",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "input": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "output": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    }
  },
  "required": [
    "input"
  ]
}
