Skip to content

Instantly share code, notes, and snippets.

@vire
Last active September 8, 2016 13:50
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 vire/868704a6f7276b33542107fff399bb63 to your computer and use it in GitHub Desktop.
Save vire/868704a6f7276b33542107fff399bb63 to your computer and use it in GitHub Desktop.
{
"agent": {
"active": true|false,
},
"recipes": {
"-KMYW_ER79aPDAe3mJuY": {...},
"-KMYW_ER79aPDAe1234Y": {...},
"-KMYW_DGADaPDAe3mJuZ": {...}
}
}
{
"some-place-guid": {
"URL": "http://example.com/a-nice-place",
"name": "A Nice name of the place",
"structure": {
"main": {
"0": {
"locator": "#locator-for-meal-1"
},
"1": {
"locator": "#locator-fro-meal-2"
}
},
"soups": {
"0": {
"locator": ".soups > div"
}
}
},
"type": "standard|zomato"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment