//! Notification payloads for agent-favorite mutations.
//!
//! Emitted by the cli's `agents favorites config {add,del,edit}` handlers
//! and consumed by the viewer's `/agents/favorites/changed` HTTP route
//! (→ `Event::Inbound` with `sub_type = "agents_favorites_changed"`).
use JsonSchema;
use ;