-
Notifications
You must be signed in to change notification settings - Fork 215
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
Labels
help wanted
Help most welcome
Comments
Awesome idea :) |
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
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: