constructor();
loggerService: LoggerService
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: IComputeSchema<any>) => void
override: (key: string, value: Partial<IComputeSchema<any>>) => IComputeSchema<any>
get: (key: string) => IComputeSchema<any>