{
  "$schema": "https://super-calendar.io/agents/golden.schema.json",
  "domain": "exchange",
  "version": "1.0.0",
  "purpose": "Canonical shape example for exchange-rate data after Super Calendar normalization.",
  "request": {
    "method": "GET",
    "path": "/api/exchange",
    "params": {
      "base": "USD",
      "target": "BRL",
      "lang": "en",
      "format": "json"
    }
  },
  "surface_expectations": {
    "json": "A payload with meta and exchange-rate events.",
    "xml": "The same logical payload as XML under calendar-feed.",
    "ics": "The same events rendered as iCalendar.",
    "csv": "Rows derived from normalized events when documented."
  },
  "normalized_event_minimum": {
    "uid": "string",
    "summary": "string",
    "description": "string",
    "start": "ISO date or datetime",
    "allDay": "boolean",
    "categories": ["exchange"],
    "source": "exchange"
  }
}
