getSchema Method

Get a schema by name

getSchema<T extends Schema>(schemaName: string): T

@throws ECObjectsError if the schema is not found or cannot be loaded.

Parameter Type Description
schemaName string a string with the name of the schema to load.

Returns - T

Defined in

Last Updated: 13 May, 2024