Expand description
Final schema output policy and serialization APIs.
Structs§
- Fetch
Policy - Explicit policy for schema/document retrieval during input assembly.
- Load
Budget - Byte budgets for input assembly and local preparation work.
- Output
Pipeline Options - Output-only schema transforms selected by CLI flags.
- Policy
Input Options - Input-loading policy for schema documents that must be prepared before final output transforms run.
- Policy
Inputs - Output policy inputs loaded from the filesystem before final schema transforms run.
Enums§
- Json
Output Format - JSON serialization format for the final schema document.
- Reference
Mode - How final output should handle JSON Schema references.
Functions§
- apply_
schema_ output_ pipeline - Applies overrides, subchart mirroring, reference policy, and final minimization.
- load_
policy_ inputs - Loads and prepares override schemas according to reference and fetch policy.
- write_
schema_ json - Serializes a schema in the requested JSON format and appends a newline.