Dredd and also editor.swagger.io reads example from parameter (editor.swagger.io can read it also from schema, but rendering in console is different)
Dredd also needs content with charset: application/json; charset=utf-8 instead of application/json
Dredd discover that we have all responses for all endpoints - even if they cannot be achieved - 403 status is only for endpoints with authorization, 400 status can be achieved only if there are some parameters in endpoint
application/json; charset=utf-8
instead ofapplication/json