Skip to main content

Module output

Module output 

Source
Expand description

Final schema output policy and serialization APIs.

Structs§

FetchPolicy
Explicit policy for schema/document retrieval during input assembly.
LoadBudget
Byte budgets for input assembly and local preparation work.
OutputPipelineOptions
Output-only schema transforms selected by CLI flags.
PolicyInputOptions
Input-loading policy for schema documents that must be prepared before final output transforms run.
PolicyInputs
Output policy inputs loaded from the filesystem before final schema transforms run.

Enums§

JsonOutputFormat
JSON serialization format for the final schema document.
ReferenceMode
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.