Confluent Schema Registry REST API

The Schema Registry REST API stores and serves Avro, JSON Schema, and Protobuf schemas with versioning and compatibility enforcement. It is available both as a managed Confluent Cloud service and as a self-managed component of Confluent Platform. The full developer profile lives in the api-evangelist/confluent-schema-registry repository.

API entry from apis.yml

apis.yml Raw ↑
aid: confluent-the-data-streaming-platform:schema-registry-api
name: Confluent Schema Registry REST API
description: The Schema Registry REST API stores and serves Avro, JSON Schema, and Protobuf schemas with
  versioning and compatibility enforcement. It is available both as a managed Confluent Cloud service
  and as a self-managed component of Confluent Platform. The full developer profile lives in the api-evangelist/confluent-schema-registry
  repository.
humanURL: https://docs.confluent.io/platform/current/schema-registry/develop/api.html
baseURL: https://psrc-XXXXX.region.aws.confluent.cloud
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- Avro
- JSON Schema
- Protobuf
- Schema Registry
properties:
- type: Documentation
  url: https://docs.confluent.io/platform/current/schema-registry/develop/api.html
- type: Companion Repo
  url: https://github.com/api-evangelist/confluent-schema-registry
x-features:
- Avro/JSON Schema/Protobuf Support
- Compatibility Enforcement
- Schema Versioning
- Schema References
- Schema Linking
x-use-cases:
- Govern data contracts across producers and consumers
- Evolve schemas with backward and forward compatibility
- Share schemas across environments via Schema Linking