updatehospital
UpdateHospitalInfo Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"availableBeds": {
"type": "number"
}
},
"required": [
"name",
"availableBeds"
]
}