{
  "title": "notice state text",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.controller.model.board.NoticeStateText",
  "type": "string",
  "enum": [
    "POSTED",
    "EXPECTED",
    "ANNOUNCED"
  ]
}

