{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["title"],
  "properties": {
    "title": {
      "type": "string"
    },
    "text": {
      "type": ["string", "null"]
    }
  }
}
