Re: OpenAPI Schema generation missing titlte

2017-08-29 Thread Dan Davis
I've now discovered that either verbose_name or label automatic flow through to the label, when looking at the Metadata using the SimpleMetadata: "actions": { "POST": { "user": { "label": "User", "type": "field", "read_only": false, "required": true

OpenAPI Schema generation missing titlte

2017-08-28 Thread Dan Davis
Hi guys, I'm trying to understand what I would need to do to get the schema generation to include verbose_name from my model or a label from a serializer form. I'm converting the schema all the way through to to try to drive a React schema-driven form using the javascript package reach-jsons