PipelineSchemaService

constructor();
loggerService: any
schemaContextService: { readonly context: ISchemaContext; }

Schema context service instance, injected via DI, for managing schema-related context operations. Provides utilities and methods to interact with schema contexts, supporting schema validation, retrieval, and updates.

_registry: any
validateShallow: any
register: (key: string, value: IPipelineSchema<any>) => void
override: (key: string, value: Partial<IPipelineSchema<any>>) => IPipelineSchema<any>
get: (key: string) => IPipelineSchema<any>