mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Merge pull request #2 from shaun-emburse/openapi-request-response-serializers
flake8 formatting - Openapi request response serializers
This commit is contained in:
commit
263512d0ec
|
@ -743,16 +743,17 @@ class TestOperationIntrospection(TestCase):
|
|||
'type': 'string'
|
||||
}
|
||||
},
|
||||
'required': ['text'],
|
||||
'type': 'object'
|
||||
'required': ['text'],
|
||||
'type': 'object'
|
||||
},
|
||||
'Response': {
|
||||
'properties': {
|
||||
'text': {
|
||||
'type': 'boolean'}
|
||||
},
|
||||
'required': ['text'],
|
||||
'type': 'object'
|
||||
'type': 'boolean'
|
||||
}
|
||||
},
|
||||
'required': ['text'],
|
||||
'type': 'object'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user