Output JSON-schema from bottle application?
donarb
donarb at nwlink.com
Fri Feb 28 10:47:23 EST 2014
More information about the Python-list mailing list
Fri Feb 28 10:47:23 EST 2014
- Previous message (by thread): Output JSON-schema from bottle application?
- Next message (by thread): Persist python objects without a relational DB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Output JSON-schema from bottle application?
- Next message (by thread): Persist python objects without a relational DB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list