pub const ENTRADA_KEY_PATHS: &str = "paths";Expand description
Canonical camelCase JSON/YAML top-level key for the
crate::aplicacao::Entrada struct’s paths per-Aplicacao
path-filter axis — the paths: sequence the M3 Aplicacao’s
#[serde(rename_all = "camelCase")] derive emits at the singleton
:entrada block, and the exact scalar every downstream
per-:entrada :paths HTTPRoute-match-projection consumer must probe
on (the [caixa_mesh] HTTPRoute emitter’s per-Aplicacao matches[]
projection under GATEWAY_API_KEY_MATCHES, defaulting to
GATEWAY_API_DEFAULT_HTTP_ROUTE_PATH when the slot is empty per
48e2083). Peer of ENTRADA_KEY_HOST on the same
crate::aplicacao::Entrada singleton serialized-key axis; see
ENTRADA_KEY_HOST for the full lift rationale. The Rust field is
lowercase paths; #[serde(rename_all = "camelCase")] is a no-op
on this axis and the emitted key equals the source-side field name
byte-for-byte.