Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created September 25, 2014 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vineeth-Mohan/479588c13220cd970e0b to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/479588c13220cd970e0b to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"cuisines": {
"required": true,
"type": "string"
},
"phoneNumber": {
"required": true,
"type": "string"
},
"name": {
"required": true,
"type": "string"
},
"menu": {
"required": true,
"type": "string"
},
"features": {
"required": true,
"type": "string"
},
"__v": {
"required": true,
"type": "string"
},
"latLong": {
"required": true,
"type": "string"
},
"key": {
"required": true,
"type": "string"
},
"misc": {
"type": "object",
"properties": {
"address": {
"required": true,
"type": "string"
},
"closedOrOpen": {
"required": true,
"type": "string"
},
"openTime": {
"required": true,
"type": "string"
},
"rating": {
"required": true,
"type": "string"
},
"cost": {
"required": true,
"type": "string"
},
"latLong": {
"required": true,
"type": "string"
},
"payement": {
"required": true,
"type": "string"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment