Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Protobuf3 definition/schema #166

Open
chorin1 opened this issue Jan 15, 2020 · 1 comment · May be fixed by #1085
Open

Support for Protobuf3 definition/schema #166

chorin1 opened this issue Jan 15, 2020 · 1 comment · May be fixed by #1085
Labels
help wanted Help most welcome

Comments

@chorin1
Copy link

chorin1 commented Jan 15, 2020

Would be useful if you could generate a Protobuf3 schema in the same way you can transform to a json & swagger schemas.

https://github.com/nytimes/openapi2proto

@ikitommi
Copy link
Member

Awesome idea :)

@ikitommi ikitommi added the help wanted Help most welcome label Feb 17, 2020
kapilreddy pushed a commit to kapilreddy/malli that referenced this issue Aug 6, 2024
The commit introduces Protocol Buffer 3 (protobuf3) support for Malli schemas:

- Implement transform function to convert Malli schemas to protobuf3
- Add transform-schema function for handling nested structures
- Add support for enum types in Malli schemas
- Add comprehensive test suite for transform and transform-schema functions
- Include tests for deeply nested structures and complex schemas
- Ensure generated protobuf3 definitions are syntactically correct
kapilreddy pushed a commit to kapilreddy/malli that referenced this issue Aug 6, 2024
The commit introduces Protocol Buffer 3 (protobuf3) support for Malli schemas:

- Implement transform function to convert Malli schemas to protobuf3
- Add transform-schema function for handling nested structures
- Add support for enum types in Malli schemas
- Add comprehensive test suite for transform and transform-schema functions
- Include tests for deeply nested structures and complex schemas
- Ensure generated protobuf3 definitions are syntactically correct
kapilreddy added a commit to kapilreddy/malli that referenced this issue Aug 6, 2024
The commit introduces Protocol Buffer 3 (protobuf3) support for Malli schemas:

- Implement transform function to convert Malli schemas to protobuf3
- Add transform-schema function for handling nested structures
- Add support for enum types in Malli schemas
- Add comprehensive test suite for transform and transform-schema functions
- Include tests for deeply nested structures and complex schemas
- Ensure generated protobuf3 definitions are syntactically correct
@kapilreddy kapilreddy linked a pull request Aug 7, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Help most welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants