interface BaseParameterObject
implements ISpecificationExtension
import { type BaseParameterObject } from "https://deno.land/x/alosaur@v0.31.0/openapi/builder/openapi-models.ts";
Properties
optional
style: ParameterStyleoptional
schema: SchemaObject | ReferenceObjectoptional
examples: { [param: string]: ExampleObject | ReferenceObject; }optional
content: ContentObject