API Reference > ecschema-metadata > SchemaPartVisitorDelegate > ISchemaPartVisitor > visitEmptySchema visitEmptySchema MethodOptional Called for a partially loaded schema. During deserialization, this would be after a schema and all its references are deserialized, but before any of its items or custom attributes have been deserialized. visitEmptySchema(schema: Schema): Promise<void> Parameter Type Description schema Schema A partially-loaded Schema. Returns - Promise<void> Defined in core/ecschema-metadata/src/SchemaPartVisitorDelegate.ts Line 39 Last Updated: 11 June, 2024