changedInput schema / properties / tasks / items / properties / response_type / description
Previous value: -"CRITICAL: \"text\" for names, phones, emails, notes, addresses, any free-form input. \"photo\" for tasks needing photographic proof (inspections, serial numbers, packed cases). \"checkbox\" ONLY for simple yes/no confirmations. \"number\" for numeric values. \"date\" for dates. \"choice\" for multiple-choice (needs response_config.options). Most info-collection tasks should be \"text\", most verification tasks should be \"photo\"."New value: +"CRITICAL: \"text\" for names, phones, emails, notes, addresses, any free-form input. \"photo\" for tasks needing photographic proof (inspections, serial numbers, packed cases). \"checkbox\" ONLY for simple yes/no confirmations. \"number\" for numeric values. \"date\" for dates. \"choice\" for multiple-choice (needs response_config.options). \"link\" = the worker SUBMITS a URL (auto-verified by an http probe). \"url\" = the worker VISITS a preset URL and confirms. \"file\" = the worker uploads a file. Most info-collection tasks should be \"text\", most verification tasks should be \"photo\"."
changedInput schema / properties / tasks / items / properties / response_type / enum
Previous value: -[
- "checkbox",
- "photo",
- "text",
- "number",
- "date",
- "choice"
-]New value: +[
+ "checkbox",
+ "photo",
+ "text",
+ "number",
+ "date",
+ "choice",
+ "link",
+ "url",
+ "file"
+]
changedInput schema / properties / tasks / items / properties / subtasks / items / properties / response_type / description
Previous value: -"Typed subtask response. \"number\" for per-set values (reps/weight), \"text\" for notes, \"choice\" needs response_config.options. Default checkbox."New value: +"Typed subtask response. \"number\" for per-set values (reps/weight), \"text\" for notes, \"choice\" needs response_config.options. \"link\" = the worker submits a URL. \"url\" = the worker visits a preset URL and confirms. \"file\" = the worker uploads a file. Default checkbox."
changedInput schema / properties / tasks / items / properties / subtasks / items / properties / response_type / enum
Previous value: -[
- "checkbox",
- "number",
- "text",
- "choice"
-]New value: +[
+ "checkbox",
+ "number",
+ "text",
+ "choice",
+ "link",
+ "url",
+ "file"
+]