User: dan@sartography.com clicked save for playground/matplus/dan-funk/simple-user-task-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-16 11:02:40 +00:00
parent 084becb060
commit 5f80ee7cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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": {