Open question

Schema

Examples

Basic

{
  "id": "1",
  "type": "application/x.open+json",
  "content": "Question ?",
  "contentType": "text"
}

With max length

{
  "id": "1",
  "type": "application/x.open+json",
  "content": "Question ?",
  "contentType": "text",
  "maxLength": 1024
}