aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SCHEMA.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/SCHEMA.md b/SCHEMA.md
index c3edf35..fe02fc8 100644
--- a/SCHEMA.md
+++ b/SCHEMA.md
@@ -55,12 +55,13 @@ The following variables can be used in a webhook's message. The variables must b
### Form question
-| Field | Type | Description | Example |
-| ------ | ---------------------------------------- | ------------------------------------------------ | -------------------- |
-| `id` | string | Unique identifier of the question | `"aabbcc"` |
-| `name` | string | Name of the question | `"What's the time?"` |
-| `type` | one of [Question types](#question-types) | The type of input for this question | `"radio"` |
-| `data` | [Question specific data](#question-data) | Any specific data for the question type selected | Documented below |
+| Field | Type | Description | Example |
+| ---------- | ---------------------------------------- | ------------------------------------------------ | -------------------- |
+| `id` | string | Unique identifier of the question | `"aabbcc"` |
+| `name` | string | Name of the question | `"What's the time?"` |
+| `type` | one of [Question types](#question-types) | The type of input for this question | `"radio"` |
+| `data` | [Question specific data](#question-data) | Any specific data for the question type selected | Documented below |
+| `required` | Boolean | Indicates whether the field must be filled | `True` |
#### Question types