Skip to content

Function: exportSchema()

ts
function exportSchema(
   name, 
   sections, 
   includeOmitted?): ExportedSchema;

Defined in: schemaExporter.ts:140

Exports the complete schema to a structured format

Parameters

ParameterTypeDefault valueDescription
namestringundefinedThe name of the configuration
sectionsSection[]undefinedArray of sections to export
includeOmittedbooleanfalseWhether to include elements marked with omitFromSchema (default: false)

Returns

ExportedSchema