Skip to content

Instantly share code, notes, and snippets.

@ryancfogarty
Created January 8, 2026 19:43
Show Gist options
  • Select an option

  • Save ryancfogarty/4b85e994992f53f0e1e9cc098416dab9 to your computer and use it in GitHub Desktop.

Select an option

Save ryancfogarty/4b85e994992f53f0e1e9cc098416dab9 to your computer and use it in GitHub Desktop.
{
"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