Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inecas/apipie-params
DSL for describing data structures with json-schema bindings
https://github.com/inecas/apipie-params
Last synced: 20 days ago
JSON representation
DSL for describing data structures with json-schema bindings
- Host: GitHub
- URL: https://github.com/inecas/apipie-params
- Owner: iNecas
- License: mit
- Created: 2013-04-24T21:23:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T07:56:55.000Z (over 8 years ago)
- Last Synced: 2024-10-16T07:12:54.486Z (about 1 month ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
Apipie Params
=============DSL for Hash/JSON descriptions. Describe format of hashes using Ruby
code, generate a json-schema for it and validate values against it.It's based on the DSL of apipie-rails. See
[its documentation](https://github.com/Pajk/apipie-rails#parameter-description)
for more details. It basically lets you use the param descriptions
outside of Rails controllers.In this phase, the validation itself is an experimental feature. You
need to install `json-schema` gem explicitly.License
-------MIT
Author
------Ivan Nečas