LogoLogo
  • Sign Protocol
    • Introduction
    • FAQ
  • For Hackers
    • Getting Started
  • For Builders
    • Getting Started
      • Fundamentals
      • Tutorials
        • Building a Simple Notary Platform
          • Schema Creation
          • Attestation Creation
          • Querying Attestations
          • Parsing Attestation Data
        • Delegate Attestation Creation
          • Express Backend
          • Solidity
      • Examples
        • Attestation Discord Bot
        • KYC-Gated Smart Contract Access Control
    • Supported Networks
    • Sign Developer Platform
    • Advanced Topics
      • Cross Chain Attestations
      • Hybrid Attestations
      • Schema Hooks
        • Tutorial: Checking Attestation Data
          • Schema Creation
          • Schema Hook
          • Creating an Attestation (Solidity)
      • ZK Attestations
        • Compile a Circuit
        • Create a Schema Hook
    • Querying Data
      • NPM SDK
        • Usage & Examples
      • REST APIs
        • Schemas
        • Attestations
      • GraphQL
        • Schemas
        • Attestations
    • Writing Data
      • NPM SDK
        • Installation
        • Usage
          • Schemas
          • Attestations
        • Examples
        • Changelog
      • Smart Contract
        • EVM
          • Interfaces
            • ISP
            • ISPHook
            • IVersionable
          • Data Models
            • Schema
            • Attestation
            • DataLocation
  • For Thinkers
    • A Future Of Verifiable Trust
    • Effective Attestations
    • Incentive-Aligned Public Good
    • Glossary
      • Attestations
      • Schema
      • Schema Registry
      • Attestation Repository
  • Case Study
    • EthSign
    • KYC-Gated Contract Calls
    • Proof of Audit
    • Developer Onchain Reputation
    • Onboarding Web2 Data
Powered by GitBook
LogoLogo

Copyright Sign 2021-2024

On this page
  • Overview
  • Role of a Schema Registry
  • Locating a Schema Registry
  • Benefits of a Schema Registry

Was this helpful?

  1. For Thinkers
  2. Glossary

Schema Registry

Overview

A schema registry is a centralized repository for storing, managing, validating, and referencing schemas. It serves as an authoritative system that enforces standards for schema creation, ensuring compliance and efficiency within an attestation ecosystem.

Role of a Schema Registry

Schema creators need a platform to store and publicize their schemas, while attesters require a reference point for schemas to make robust attestations. A schema registry acts as this central hub, offering an environment for schema validation against predefined rules and standards.

When creating an attestation, an attester can design a new schema or search for an existing one. The schema registry provides a comprehensive selection of schemas, contributed by both registry proprietors and third-party creators.

Sign Protocol offers a dedicated schema registry for public schema recording and referencing, facilitating the attestation process.

Locating a Schema Registry

To reference or submit a schema, you must know the registry's location, which determines interaction permissions. Popular platforms for hosting a schema registry include:

  1. Blockchain Systems (Onchain): Provide censorship-resistance, tamper-resistance, and global access. Examples: Ethereum, Optimism, Solana.

  2. Data Storage and Information Exchange Systems (Offchain): Focus on data storage and sharing, with robust security measures. Examples: Google Drive, iCloud, Arweave, IPFS.

Benefits of a Schema Registry

A schema registry offers several advantages:

  • Version Control: Tracks changes and improvements, mitigating incompatibilities and conflicts.

  • Schema Evolution: Allows schemas to improve over time, maintaining version control and provenance.

  • Validation: Ensures schemas meet ecosystem standards, preventing errors and inefficiencies.

  • Governance: Coordinates standards and guidelines, fostering growth and innovation.

  • Conformity: Enforces quality control through strict rules for schema crafting.

A schema registry is essential for maintaining a high-quality attestation ecosystem, driving standardization and innovation.

PreviousSchemaNextAttestation Repository

Last updated 4 months ago

Was this helpful?