Hello!
I have a django application with django-rest-framework and Android
application.
I want to generate JSON-Schema from my API fitting for jsonschema2pojo.org.
It means I want structure with properties like following
{
"type":"object",
"properties": {
"foo": {
"type": "string"
},
"bar": {
"type": "integer"
},
"baz": {
"type": "boolean"
}
}
}
I know about coreapi but it generates another schema.
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.