Traceback (most recent call last): File "/home/pavel/.local/bin/swg2rst", line 11, in sys.exit(main()) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger2rst.py", line 51, in main swagger_doc = doc_module.SwaggerObject(doc, examples=examples) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/base_swagger_object.py", line 76, in __init__ self._fill_operations(obj) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/base_swagger_object.py", line 93, in _fill_operations op = Operation(operation, method, path, self, self.schemas, path_params) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/operation.py", line 32, in __init__ self._fill_responses(obj['responses']) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/operation.py", line 70, in _fill_responses self.responses[code] = Response(obj, name=code, root=self.root, storage=self.storage) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/response.py", line 18, in __init__ self._set_type() File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/response.py", line 30, in _set_type self.set_type_by_schema(self.raw['schema'], SchemaTypes.INLINE) File "/home/pavel/.local/lib/python2.7/site-packages/swg2rst/swagger/abstract_type_object.py", line 88, in set_type_by_schema assert schema.schema_id == schema_id AssertionError