//! `GET /api/v1/admin/functions` — surfaces the per-function input schemas
//! registered in `crate::engine::functions::schema`. Powers tooling (CLI,
//! IDEs, docs) that needs to know what each workflow function accepts.
use Json;
use ;
use crateOrionError;
pub async