User: dan@sartography.com clicked save for playground/emerson/test/Test 1-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 15:07:46 +00:00
parent b4b7373d18
commit b1db92b39b

View File

@ -1 +1,15 @@
{}
{
"title": "Text Field",
"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": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
}
}
}