Function: exportSchema()
ts
function exportSchema(
name,
sections,
includeOmitted?): ExportedSchema;Defined in: schemaExporter.ts:153
Exports the complete schema to a structured format.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
name | string | undefined | Name of the configuration. |
sections | readonly Section[] | undefined | Sections to include in the export. |
includeOmitted | boolean | false | Whether to include elements marked with omitFromSchema (default: false). |
Returns
Exported schema representation.