User: usama@sartography.com clicked save for playground/usama/essential-example/escalatedorder-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-15 09:42:52 +00:00
parent 32a5b2fd3b
commit d05d3bd976
1 changed files with 10 additions and 1 deletions

View File

@ -15,5 +15,14 @@
"label": "Approval Comments"
}
],
"reviewInstructions": "Please review the escalated order details below. Consider the following criteria before making your approval decision: [...]"
"reviewInstructions": "Please review the escalated order details below. Consider the following criteria before making your approval decision: [...]",
"title": "Checkbox",
"description": "A super simple checkbox",
"properties": {
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}