swagger-parser
swagger-parser copied to clipboard
Parser assumes that array's items are always defined using '$ref'
Functions _example_from_complex_def
and get_send_request_correct_body
do not verify if the dictionary has ['schema']['items']['$ref']. This causes problems for the following example
"responses": "200": "description": >- OK "schema": "items": "type": >- string "type": >- array