API Reference > ecschema-metadata > Context > ISchemaLocater > getSchema getSchema Method Attempts to get a schema from the locater. Yields undefined if no matching schema is found. For schemas that may have references, construct and call through a SchemaContext instead. getSchema<T extends Schema<T>>(schemaKey: SchemaKey, matchType: SchemaMatchType, context?: SchemaContext): Promise<undefined | T> Parameter Type Description schemaKey SchemaKey key to look up matchType SchemaMatchType how to match key against candidate schemas context SchemaContext optional context for loading schema references Returns - Promise<undefined | T> Last Updated: 09 November, 2021