{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.dev.op.schema.json",
  "title": "rig.dev.op",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "machine": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "order": {
      "$ref": "./_defs.schema.json#/$defs/int"
    },
    "opId": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "enabled": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    }
  },
  "required": [
    "machine",
    "order",
    "opId"
  ]
}
