chore: generate
This commit is contained in:
@@ -7122,6 +7122,10 @@
|
|||||||
"multiple": {
|
"multiple": {
|
||||||
"description": "Allow selecting multiple choices",
|
"description": "Allow selecting multiple choices",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "Allow typing a custom answer (default: true)",
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["question", "header", "options"]
|
"required": ["question", "header", "options"]
|
||||||
@@ -7507,6 +7511,9 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^ses.*"
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
|
"slug": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"projectID": {
|
"projectID": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -7593,7 +7600,7 @@
|
|||||||
"required": ["messageID"]
|
"required": ["messageID"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["id", "projectID", "directory", "title", "version", "time"]
|
"required": ["id", "slug", "projectID", "directory", "title", "version", "time"]
|
||||||
},
|
},
|
||||||
"Event.session.created": {
|
"Event.session.created": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user