chrusty / protoc-gen-jsonschema

Protobuf to JSON-Schema compiler
Apache License 2.0
496 stars 101 forks source link

feat: support constraints on string (minLength, maxLength, pattern) #116

Closed faroceann closed 2 years ago

faroceann commented 2 years ago

Support JSON schema string contraints:

Gives more power to downstream validators.

chrusty commented 2 years ago

Thank you @faroceann, you've done a thorough job with this PR!

Let me have a closer look then I'll merge it in and make a new release.

And thanks for your interest in the project!

chrusty commented 2 years ago

See https://github.com/chrusty/protoc-gen-jsonschema/releases/tag/1.3.7