demo-process-models/playground/nutech/issue/Stdispos-schema.json

15 lines
387 B
JSON

{
"title": "Storage Disposal Timer SASD Clk",
"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"
}
}
}