Created
January 8, 2026 19:43
-
-
Save ryancfogarty/4b85e994992f53f0e1e9cc098416dab9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "siteName": {"type": "string"}, | |
| "notificationType": {"type": "enum"}, // "receiptful" or "receiptless" | |
| "siteUuid": {"type": "string"}, | |
| "latitude": {"type": "number"}, | |
| "longitude": {"type": "number"}, | |
| "offerCategory": {"type": "enum"}, // GAS, GROCERY, etc | |
| "radius": {"type": "number"} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment