getSchemaInfo Method
Gets the schema info which matches the provided SchemaKey. The schema info may be returned before the schema is fully loaded.
getSchemaInfo(schemaKey: SchemaKey, matchType: SchemaMatchType, context: SchemaContext): Promise<undefined | SchemaInfo>
Parameter | Type | Description |
---|---|---|
schemaKey | SchemaKey | The SchemaKey describing the schema to get from the cache. |
matchType | SchemaMatchType | The match type to use when locating the schema |
context | SchemaContext |
Returns - Promise<undefined | SchemaInfo>
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.