📄️ Overview
Response examples can be added to parameters, properties and objects in your OpenAPI document schema.
📄️ Adding example keys
In this example, the OpenAPI connector is used to return an example instead of contacting an API.
📄️ Returning an example list
In this example, an endpoint example response is added for endpoints that would typically serve an array of objects.
📄️ Returning a failing status code response
In this example, a custom response is served instead of the standard 200 \(OK\) response.
📄️ Choosing one of a list of named examples
In this example, a list of named examples are referenced in the OpenAPI document schema.