{
  "title": "agent state",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.agent.AgentStateText",
  "type": "string",
  "enum": [
      "COUPLED",
      "RESETTING",
      "RESET",
      "INITIALISED",
      "COUPLINGFAILED",
      "SHUTDOWN",
      "UNKNOWN"
  ]
}
