2024-02-20 10:14:45 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-02-20 10:14:52 +00:00
|
|
|
"gatepass_collected": {
|
2024-02-20 10:14:45 +00:00
|
|
|
"type": "string",
|
2024-02-20 10:33:10 +00:00
|
|
|
"title": "Gate Pass Collected",
|
2024-02-20 10:14:45 +00:00
|
|
|
"enum": [
|
|
|
|
"Yes",
|
|
|
|
"No"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|