I assume this is similar to #19
I am using the latest 0.9.0 version but still getting:
Openapi3Parser.load_file("swagger_v3.json")
Generated swagger file found to be invalid: swagger/v3.json
Error count: 302
source_location: #/paths//api/v3/files/{file_uuid}/get/responses/200 (Response): Unexpected fields: examples
source_location: #/paths//api/v3/files/{file_uuid}/get/responses/403 (Response): Unexpected fields: examples
source_location: #/paths//api/v3/files/{file_uuid}/get/responses/404 (Response): Unexpected fields: examples
Could it be they are loading by yaml and I am loading by JSON?
I assume this is similar to #19
I am using the latest
0.9.0version but still getting:Could it be they are loading by yaml and I am loading by JSON?