//! Gateway/admin read-right authorization helpers for schema routes.
//!
//! This module owns authorization checks for schema read access used by schema
//! catalog and debug endpoints.
use ;
use crateAppState;
use crate;
/// Enforces schema-route read authorization for gateway/admin callers.
pub async