Last active
September 8, 2016 13:50
-
-
Save vire/868704a6f7276b33542107fff399bb63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agent": { | |
"active": true|false, | |
}, | |
"recipes": { | |
"-KMYW_ER79aPDAe3mJuY": {...}, | |
"-KMYW_ER79aPDAe1234Y": {...}, | |
"-KMYW_DGADaPDAe3mJuZ": {...} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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