mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 11:05:24 +00:00
User: waqqas.jabbar@gmail.com clicked save for playground/nutech/example-script-task/login-schema.json
This commit is contained in:
parent
925c17c2ca
commit
9ffee2ff53
@ -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