A long-lived project that still receives updates
Takes a Foobara type and converts it to a json schema
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.0.92
 Project Readme

Foobara::JsonSchemaGenerator

Takes a Foobara type and converts it to a json schema

Installation

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.

Usage

The usage is Foobara::JsonSchemaGenerator.to_json_schema(some_foobara_type) which will output a json schema string

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/foobara-empty_ruby_project_generator.

License

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.