{
  "title": "instruction state text",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.inventory.model.instruction.InstructionStateText",
  "type": "string",
  "enum": [
    "SKIPPED",
    "STOPPED",
    "STOPPED_AND_SKIPPED"
  ]
}

