Skip to content

Interface: Parameter ​

Defined in: cli/redcap-openapi/src/core/types.ts:33

API parameter definition

Properties ​

default? ​

optional default?: string | number | boolean

Defined in: cli/redcap-openapi/src/core/types.ts:38


description ​

description: string

Defined in: cli/redcap-openapi/src/core/types.ts:36


enum? ​

optional enum?: string[]

Defined in: cli/redcap-openapi/src/core/types.ts:37


format? ​

optional format?: string

Defined in: cli/redcap-openapi/src/core/types.ts:41


items? ​

optional items?: object

Defined in: cli/redcap-openapi/src/core/types.ts:40

type ​

type: string


name ​

name: string

Defined in: cli/redcap-openapi/src/core/types.ts:34


pattern? ​

optional pattern?: string

Defined in: cli/redcap-openapi/src/core/types.ts:39


type ​

type: ParameterType

Defined in: cli/redcap-openapi/src/core/types.ts:35