Default Decision Form

API V2 JSON

{
  "title": {
    "order": 1,
    "value": "Paper Decision"
  },
  "decision": {
    "order": 2,
    "description": "Decision",
    "value": {
      "param": {
        "type": "string",
        "enum": [
          "Accept (Oral)",
          "Accept (Poster)",
          "Reject"
        ],
        "input": "select"
      }
    }
  },
  "comment": {
    "order": 3,
    "description": "",
    "value": {
      "param": {
        "type": "string",
        "minLength": 1,
        "maxLength": 5000,
        "input": "textarea",
        "optional": true,
        "deletable": true
      }
    } 
  }
}

API V1 JSON

Preview

Last updated

Was this helpful?