index
Interfaces
| Interface | Description |
|---|---|
| components | - |
Type Aliases
| Type Alias | Description |
|---|---|
| Address | - |
| ExtractRequestBody | Convenience type to lookup the request body by operationId. |
| ExtractRequestPathParams | Convenience type to lookup the path params by operationId. |
| ExtractRequestQueryParams | Convenience type to lookup the query params by operationId. |
| ExtractResponseBody | Convenience type to lookup the response body by operationId. |
Functions
| Function | Description |
|---|---|
| castJson | Takes an imported JSON object and casts it to the OpenAPIV3.DocumentV3 type so that express-openapi-validator can validate the JSON against the OpenAPI spec without complaining about a type mismatch. |