Doctor Json

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

{

"Institute": {
"$id": "#/properties/Institute",
"type": "object",
"title": "The Institute Schema",
"required": [],
"properties": {
"instituteName": {
"$id": "#/properties/instituteName",
"type": "string",
"title": "Institute Name"
},
"address": {
"type": "object",
"required": [],
"properties": {
"plot": {
"type": "string",
"title": "Plot"
},
"street": {
"type": "string",
"title": "Street"
},
"landmark": {
"type": "string",
"title": "Landmark"
},
"locality": {
"type": "string",
"title": "Locality"
},
"state": {
"type": "string",
"title": "State"
},
"district": {
"type": "string",
"title": "District"
},
"village": {
"type": "string",
"title": "Village/Town/City"
},
"pincode": {
"type": "string",
"title": "Pincode"
}
}
},
"establishmentYear": {
"$id": "#/properties/establishmentYear",
"type": "string",
"title": "Year of establishment of institute"
},
"gstnId": {
"$id": "#/properties/gstnId",
"type": "string",
"title": "GSTN ID"
},
"contactNumber": {
"$id": "#/properties/contactNumber",
"type": "string",
"title": "Landline / Mobile"
},
"email": {
"$id": "#/properties/email",
"type": "string",
"format": "email",
"title": "Email"
},
"website": {
"$id": "#/properties/website",
"type": "string",
"format": "uri",
"title": "Website"
},
"category": {
"$id": "#/properties/category",
"type": "string",
"title": "Institute Category (Primary/Secondary etc)",
"enum": [
"Primary",
"Secondary"
]
},
"schoolType": {
"$id": "#/properties/schoolType",
"type": "string",
"title": "School Type ",
"enum": [
"Boys",
"Girls",
"Co-ed"
]
},
"instituteManagement": {
"$id": "#/properties/instituteManagement",
"type": "string",
"title": "Management of institute"
},
"committee": {
"$id": "#/properties/instituteManagement",
"type": "string",
"title": "Name of Trust / Society / Managing Committee"
},
"adminName": {
"$id": "#/properties/adminName",
"type": "string",
"title": "Principal / Dean / Head - Full Name"
},
"adminEmail": {
"$id": "#/properties/adminEmail",
"type": "string",
"title": "Principal / Dean / Head - Email"
},
"adminMobile": {
"$id": "#/properties/adminMobile",
"type": "string",
"title": "Principal / Dean / Head - Mobile"
},
"affiliation": {
"type": "array",
"items": {
"type": "object",
"properties": {
"medium": {
"type": "string",
"title": "Medium of Education"
},
"board": {
"type": "string",
"title": "Affiliations Board"
},
"affiliationNumber": {
"type": "string",
"title": "Affiliation Number"
},
"grantYear": {
"type": "string",
"title": "Grant year"
},
"expiryYear": {
"type": "string",
"title": "Expiry Year"
},
"classes": {
"type": "array",
"items": {
"type": "string"
},
"title": "Classes / Grades"
}
}
},
"title": "Affiliation"
}
}
}
}

You might also like