getSchemaInfo Method

Gets the schema info which matches the provided SchemaKey. The schema info may be returned before the schema is fully loaded. The fully loaded schema can be gotten later from the context using SchemaContext.getSchema.

getSchemaInfo(schemaKey: Readonly<SchemaKey>, matchType: SchemaMatchType): Promise<undefined | SchemaInfo>

Parameter Type Description
schemaKey Readonly<SchemaKey> The SchemaKey describing the schema to get from the cache.
matchType SchemaMatchType The match type to use when locating the schema

Returns - Promise<undefined | SchemaInfo>

Defined in

Last Updated: 16 April, 2024