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