User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/issue-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-15 10:05:56 +00:00
parent 67908604cf
commit b5f79d7dca

View File

@ -1,5 +1,5 @@
{
"title": "Create Issue Voucher",
"title": "Checkbox",
"type": "object",
"required": [
"authorizationLetter",
@ -135,6 +135,12 @@
"demand_quantity": {
"type": "integer",
"title": "Demand Quantity"
},
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
},
"description": "A super simple checkbox"
}