SchemaProcessingContext Interface @beta
Context supplied to a SchemaProcessingStrategy.
Properties
| Name | Type | Description | |
|---|---|---|---|
| shouldExportSchema Readonly | (schemaKey: SchemaKey) => Promise<boolean> | The schema-selection hook used by the default transformer path. | |
| sourceSchemas Readonly | ReadonlyArray<Schema> | Source schemas in dependency order. | |
| targetSchemas Readonly | ReadonlySchemaAccessor | Read-only access to schemas already present in the target. |
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.