swagger-py-codegen
swagger-py-codegen copied to clipboard
tornado, fix post json error using request body
- fix post json error using request body: json data is bytes, not string, cause validation failed.
- support ref in request body:
post:
summary: Creates a new user.
consumes:
- application/json
parameters:
- in: body
name: user
description: The user to create.
schema:
$ref: '#/definitions/User' # <----------