Transforms JSON Schema definitions into Apache Avro schema format using the jsonschema and fastavro Python libraries. Handles nested objects, arrays, optional fields, and $ref resolution. Registers the resulting Avro schema to Confluent Schema Registry via the Schema Registry REST API.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "JSON-to-Avro Schema Transformer"
slug: "json-to-avro-schema-transformer"
description: "Transforms JSON Schema definitions into Apache Avro schema format using the jsonschema and fastavro Python libraries. Handles nested objects, arrays, optional fields, and $ref resolution. Registers the resulting Avro schema to Confluent Schema Registry via the Schema Registry REST API."
github_stars: 3265
verification: "security_reviewed"
source: "https://github.com/apache/avro"
author: "Apache Software Foundation"
category: "Data Extraction & Transformation"
framework: "OpenClaw"
tool_ecosystem:
github_repo: "apache/avro"
github_stars: 3265
---
# JSON-to-Avro Schema Transformer
Transforms JSON Schema definitions into Apache Avro schema format using the jsonschema and fastavro Python libraries. Handles nested objects, arrays, optional fields, and $ref resolution. Registers the resulting Avro schema to Confluent Schema Registry via the Schema Registry REST API.
## Installation
Requirements and caveats from upstream:
- [![test python][test python img]][test python]
- [![codeql python][codeql python img]][codeql python]
- [test python]: https://github.com/apache/avro/actions/workflows/test-lang-py.yml
- Source: https://github.com/apache/avro
- Extracted from upstream docs: https://raw.githubusercontent.com/apache/avro/HEAD/README.md
## Documentation
- https://avro.apache.org/docs/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/json-to-avro-schema-transformer/)
No comments yet. Be the first to comment!