{
  "type": "object",
  "properties": {
    "tweet": {
      "description": "The tweet content",
      "type": "string"
    }
  },
  "required": ["tweet"]
}
