# Console Exceptions API Schema (draft placeholder) **Status:** TODO ยท awaiting Policy Guild + Platform Events ## Scope - `/exceptions` CRUD/workflow (create, propose, approve, revoke, list, history) proxied by Web gateway. - Audit logging, pagination, notification hooks, rate limits, RBAC scopes. ## Needed from owners - JSON schema for exception entity and workflow transitions; validation rules. - Required scopes/roles; audit fields; pagination/sorting defaults; max durations/guardrails. - Notification hook contract (`exception.*` events) and rate-limit policy. - Sample payloads for each state and error cases. ## Draft sample (placeholder) - See `docs/api/console/samples/exception-schema-sample.json` for a skeleton payload covering `pending_review` state. - Replace with authoritative samples once schema is published. ## TODO - Replace with ratified schema + samples; log hash/date; link from Web I/II sprint logs.