Documentation / @agentick/gateway / buildConfigSchema
Function: buildConfigSchema() ​
buildConfigSchema():
ZodLikeSchema
Defined in: gateway/src/config.ts:139
Build the merged schema from all registered fragments. Returns a ZodLikeSchema whose parse() validates the full config.
The merged schema is an object where each registered key maps to its fragment schema (all optional at the top level).