Takes a Foobara type and converts it to a json schema
Typical stuff: add gem "foobara-json-schema-generator
to your Gemfile or .gemspec file. Or even just
gem install foobara-json-schema-generator
if just playing with it directly in scripts.
The usage is Foobara::JsonSchemaGenerator.to_json_schema(some_foobara_type)
which will output a json schema string
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/foobara-empty_ruby_project_generator.
This project is dual licensed under your choice of the Apache-2.0 license and the MIT license. Please see LICENSE.txt for more info.