Apicurio Registry

Red Hat's open-source API/schema registry that stores and validates OpenAPI, AsyncAPI, JSON Schema, Avro, Protobuf, and GraphQL artifacts. While not a pure linter, Apicurio Registry performs content-rule validation on artifact upload and is the canonical governance point in many Kafka and event-driven architectures.

API entry from apis.yml

apis.yml Raw ↑
aid: linting:apicurio-registry
name: Apicurio Registry
description: Red Hat's open-source API/schema registry that stores and validates OpenAPI, AsyncAPI, JSON
  Schema, Avro, Protobuf, and GraphQL artifacts. While not a pure linter, Apicurio Registry performs content-rule
  validation on artifact upload and is the canonical governance point in many Kafka and event-driven architectures.
humanURL: https://www.apicur.io/registry/
baseURL: https://github.com/Apicurio/apicurio-registry
tags:
- Apicurio
- AsyncAPI
- Avro
- JSON Schema
- Kafka
- OpenAPI
- Protobuf
- Red Hat
- Schema Registry
properties:
- type: Documentation
  url: https://www.apicur.io/registry/docs/apicurio-registry/3.0.x/index.html
- type: GitHubRepository
  url: https://github.com/Apicurio/apicurio-registry
- type: License
  url: https://github.com/Apicurio/apicurio-registry/blob/main/LICENSE
  x-license: Apache-2.0
- type: ContentRules
  url: https://www.apicur.io/registry/docs/apicurio-registry/3.0.x/getting-started/assembly-managing-registry-artifacts.html
x-rules-format: apicurio-content-rules
x-rules-engine: java
x-integration-points:
- rest-api
- ui
- ci
- kafka-serdes
x-supported-formats:
- openapi
- asyncapi
- avro
- json-schema
- protobuf
- graphql