onExportSchema Method
Serialize a source schema to the temporary directory used by processSchemas.
onExportSchema(schema: Schema): Promise<void | ExportSchemaResult>
@returns A path to the serialized schema file.
@note The file name is not derived reliably from the schema name. Use the returned path when a subclass calls super.
| Parameter | Type | Description |
|---|---|---|
| schema | Schema |
Returns - Promise<void | ExportSchemaResult>
A path to the serialized schema file.
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.