https://github.com/ianks/dry-schema-extensions
Extensions for dry-schema
https://github.com/ianks/dry-schema-extensions
dry-rb json-schema openapi ruby
Last synced: 2 months ago
JSON representation
Extensions for dry-schema
- Host: GitHub
- URL: https://github.com/ianks/dry-schema-extensions
- Owner: ianks
- License: mit
- Created: 2021-09-17T17:36:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T09:32:57.000Z (11 months ago)
- Last Synced: 2025-02-28T04:52:22.460Z (3 months ago)
- Topics: dry-rb, json-schema, openapi, ruby
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dry-schema-extensions

## Extensions Provided
* [Open API](docsite/source/extensions/open_api.html.md)
* [JSON Schema](docsite/source/extensions/json_schema.html.md)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI `>= 2.6.0`
* ~~jruby~~ `>= 9.3` (we are waiting for [2.6 support](https://github.com/jruby/jruby/issues/6161))## License
See `LICENSE` file.