Provide API Schema in jsonschema format
Created by: NotSpecial
The javascript acces library (handling most api request in the amiv web apps) should contain a input validator in the future. For this reason it would be nice if we could use an automatically generated schema.
the docs/json.spec endpoint already does this but returns our cerberus schema.
It would be nice if we could return it in the jsonschema standard because there are javascript solutions to use this directly for validation. (Using the cerberus file we would have to parse it all ourselves)
I think it should not be to complicated to generate the jsonschema from our cerberusschema.