Output JSON-schema from bottle application?

donarb donarb at nwlink.com
Fri Feb 28 10:47:23 EST 2014


On Thursday, February 27, 2014 7:49:07 PM UTC-8, Alec Taylor wrote:
> Are there libraries for doing this?
> 
> I would like to autogenerate JSON-schema for use inside an API explorer.
> 
> However whenever there is a schema change; I would only like to change
> the schema in one place (where possible).
> 
> E.g.: For use here - https://github.com/salesking/json-schema-browser
> 
> How do I do this?
> 
> Thanks for all suggestions,
> 
> Alec Taylor

Found this on PyPi, can't say if it's suitable for your requirements.

https://pypi.python.org/pypi/jsonschema



More information about the Python-list mailing list