Skip to main content

Interface: ResolveSchema

Defined in: packages/core/src/application/use-cases/resolve-schema.ts:18

Orchestrates the full schema resolution pipeline: resolve the base schema, resolve the extends chain, resolve plugins, apply merge layers, and build the final Schema entity.

Methods

execute()

execute(): Promise<Schema>

Defined in: packages/core/src/application/use-cases/resolve-schema.ts:47

Executes the full schema resolution pipeline.

Returns

Promise<Schema>

The fully resolved Schema domain entity