// SPDX-License-Identifier: FSL-1.1-MIT pragma solidity ^0.8.26; import { SchemaRegistry } from "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol"; contract CustomSchemaRegistry is SchemaRegistry { }