API Reference > imodeljs-backend > Schema > Schema > schemaName schemaName AccessorStaticReadOnly The name of the BIS schema handled by this Schema. get: string note Every subclass of Schema ** MUST ** override this method to identify its BIS schema. Failure to do so will ordinarily result in an error when the schema is registered, since there may only be one JavaScript class for a given BIS schema (usually the errant schema will collide with its superclass.) Returns - string Defined in core/backend/src/Schema.ts Line 23 Last Updated: 13 June, 2024