mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"title": "Test Checkbox Tooltip",
|
|
"description": "Testing Checkbox tooltip.",
|
|
"properties": {
|
|
"checkbox1": {
|
|
"type": "boolean",
|
|
"title": "Done?",
|
|
"default": false,
|
|
"description": "Check box 1 description"
|
|
},
|
|
"firstName": {
|
|
"type": "string",
|
|
"title": "First name",
|
|
"default": "Chuck"
|
|
},
|
|
"checkbox2": {
|
|
"type": "boolean",
|
|
"title": "Check 2",
|
|
"description": "Check box 2 description"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"required": [
|
|
"firstName",
|
|
"checkbox2"
|
|
]
|
|
} |