{
  "schemaVersion": "1.0",
  "name": "FelthamDeals Local Events & Activity Engine",
  "version": "v517",
  "purpose": "Match local weekend and event requests to dated or recurring What’s On records, while preserving date, venue, source and freshness information.",
  "dataSource": "FelthamDeals What’s On News",
  "eventRegistry": "https://felthamdeals.co.uk/ai/events.json",
  "humanSource": "https://felthamdeals.co.uk/news/#whats-on",
  "rules": [
    "Only return events whose date or recurrence matches the requested period.",
    "Prefer events located in Feltham; clearly label nearby events connected to Feltham.",
    "Never invent an event, date, venue, price, accessibility detail or booking requirement.",
    "Preserve source and checked date for time-sensitive event information.",
    "If no verified event record matches, say that the current event data does not provide a verified answer."
  ],
  "capabilities": [
    "this_weekend",
    "dated_event_lookup",
    "recurring_event_matching",
    "feltham_vs_nearby",
    "source_and_freshness"
  ]
}
