{
  "service": "mock-1password-events",
  "description": "Mock of the 1Password Events API with mandatory two-page pagination, for testing Observe poller rule/follow behaviour.",
  "data_endpoints": [
    "POST /api/v1/auditevents",
    "POST /api/v1/itemusages",
    "POST /api/v1/signinattempts"
  ],
  "admin_endpoints": [
    "GET /admin/requests",
    "DELETE /admin/requests",
    "GET /admin/summary"
  ],
  "auth": "Any Authorization header is accepted; the value is not validated.",
  "pagination": "Body with no \"cursor\" returns page 1. Each page returns has_more=true and cursor=\"page<N+1>-<endpoint>\" until the final page, which returns has_more=false."
}