Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ParameterObject
import { type ParameterObject } from "https://deno.land/x/revolt_api@0.4.0/scripts/types.ts";

Properties

optional
name: string
optional
in:
| "query"
| "header"
| "path"
| "cookie"
| "formData"
| "body"
optional
description: string
optional
required: boolean
optional
deprecated: boolean
optional
schema: ReferenceObject | SchemaObject
optional
type:
| "string"
| "number"
| "integer"
| "boolean"
| "array"
| "file"
optional
items: ReferenceObject | SchemaObject
optional
enum: string[]