A. T. Silva
Results
1
issues of
A. T. Silva
### feat(api): adds support for custom schema - Adds support for custom schema i.e.: ```go type ( Config struct { Path string `schema:"{'required': true, 'starts_with': '/'}"` } ) ``` ###...