swagger 文档格式(json) Posted on 2019-07-04 Edited on 2020-12-08 官网文档 response example raw content 123456789101112"responses": { "405": { "description": "Invalid input" }, "200": { "description": "OK", "schema": { "type": "string", "example": "{\"a\": 1}\n a test" } }},