Skip to content

Instantly share code, notes, and snippets.

{
"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"}
}