Skip to content

reminder_output.json

Source: schemas/reminder_output.json

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "reminder_text": {
      "type": "string",
      "description": "The pre-task reminder message"
    }
  },
  "required": ["reminder_text"]
}