Closed carltongibson closed 4 years ago
c.f. https://github.com/encode/django-rest-framework/pull/6565
Required structure looks like this:
request_body['content']['application/json']['schema']
Prior to this fix I'd missed the schema level, but apistar was reporting a valid schema.
schema
apistar
c.f. https://github.com/encode/django-rest-framework/pull/6565
Required structure looks like this:
Prior to this fix I'd missed the
schema
level, butapistar
was reporting a valid schema.