Like: ``` "openapi" : "3.0.1", "info" : { ... }, "servers": [ { "url": "localhost:8080", "description": "local testing" } ], ``` This then means that tooling like IntelliJ can automatically use it for local testing.