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

This commit is contained in:
sartography-automated-committer 2024-02-26 06:38:52 +00:00
parent a32e28f98e
commit 814ea7b799
1 changed files with 13 additions and 1 deletions

View File

@ -1 +1,13 @@
{}
{
"type": "object",
"properties": {
"admin_approval_documents": {
"type": "string",
"title": "Admin Approval",
"enum": [
"Yes",
"No"
]
}
}
}