{
  "title": "state of a change",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.inventory.changes.common.ChangeState",
  "type": "string",
  "enum": [
    "OPEN",
    "CLOSED",
    "PUBLISHED"
  ]
}