From 5f80ee7cbfaa8a43bd69349d71ed33578c5812bb Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 16 Feb 2024 11:02:40 +0000 Subject: [PATCH] User: dan@sartography.com clicked save for playground/matplus/dan-funk/simple-user-task-schema.json --- playground/matplus/dan-funk/simple-user-task-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/matplus/dan-funk/simple-user-task-schema.json b/playground/matplus/dan-funk/simple-user-task-schema.json index 8c6ed04e..3fb6d887 100644 --- a/playground/matplus/dan-funk/simple-user-task-schema.json +++ b/playground/matplus/dan-funk/simple-user-task-schema.json @@ -3,7 +3,7 @@ "description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')", "type": "object", "required": [ - "first_" + "first_name" ], "properties": { "first_name": {