Last active
April 13, 2018 23:01
-
-
Save szbl/e2ab568fef8de4aa9000b0e83a598ed8 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
// psuedo-code | |
{ | |
"query" : "some event", | |
"results" : | |
"events" : [ | |
{ | |
"event_name": "Some Event Name 123", | |
"event_id" : 123 | |
}, | |
{ | |
"event_name" : "Some Event Name 321", | |
"event_id" : 123 | |
}, | |
], | |
"faqs" : [] | |
} | |
// note: FAQ array is empty, indicating 0 results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment