User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/S10Clk-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-31 09:11:27 +00:00
parent 8e221be286
commit b1ed43c23b
1 changed files with 19 additions and 1 deletions

View File

@ -1 +1,19 @@
{}
{
"title": "Approve IV Request",
"description": "Please approve or decline this IV request",
"properties": {
"approved": {
"type": "string",
"title": "Approved?",
"enum": [
"approved",
"rejected"
]
},
"explanation": {
"type": "string",
"title": "Explanation"
}
},
"required": []
}