import * as alosaur from "https://deno.land/x/alosaur@v0.31.0/openapi/builder/openapi-models.ts";
Functions
A type guard to check if the given value is a | |
A type guard to check if the given object is a |
Interfaces
Rename it to Paths Object to be consistent with the spec See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#pathsObject | |
Type Aliases
The location of a parameter. Possible values are "query", "header", "path" or "cookie". Specification: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#parameter-locations | |
The style of a parameter. Describes how the parameter value will be serialized. (serialization is not implemented yet) Specification: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#style-values | |