# Pull Request
## Description
Brief description of the changes in this PR.
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
## Related Issues
Fixes #(issue number)
Related to #(issue number)
## Changes Made
- List the specific changes made
- Use bullet points for clarity
- Include any breaking changes
## Testing
- [ ] All existing tests pass
- [ ] New tests added for new functionality
- [ ] Integration tests pass (if applicable)
- [ ] Manual testing completed
### Test Environment
- OS: [e.g. macOS 13.0]
- Rust version: [e.g. 1.70.0]
- Registry version: [e.g. Apicurio Registry 2.4.14]
## Documentation
- [ ] Code comments updated
- [ ] README updated (if needed)
- [ ] API documentation updated
- [ ] Tutorial/examples updated (if needed)
- [ ] Changelog updated
## Quality Checklist
- [ ] Code follows project style guidelines
- [ ] Self-review of code completed
- [ ] Code formatted with `cargo fmt`
- [ ] Linter passes with `cargo clippy`
- [ ] No new compiler warnings
## Screenshots/Examples
If applicable, add screenshots or command-line examples demonstrating the changes.
## Additional Notes
Any additional information that reviewers should know about this PR.