mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 06:18:19 +00:00
User: dan@sartography.com clicked save for playground/emerson/test/Test 1-schema.json
This commit is contained in:
parent
b4b7373d18
commit
b1db92b39b
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user