Globals / Header
-
{ default?: any ; description?: string ; enum?: any[] ; exclusiveMaximum?: boolean ; exclusiveMinimum?: boolean ; format?: string ; items?: Schema | Schema[] ; maxItems?: number ; maxLength?: number ; maxProperties?: number ; maximum?: number ; minItems?: number ; minLength?: number ; minProperties?: number ; minimum?: number ; multipleOf?: number ; pattern?: string ; title?: string ; type?: ParameterType ; uniqueItems?: boolean }
↳ Header
- default
- description
- enum
- exclusiveMaximum
- exclusiveMinimum
- format
- items
- maxItems
- maxLength
- maxProperties
- maximum
- minItems
- minLength
- minProperties
- minimum
- multipleOf
- pattern
- title
- type
- uniqueItems
• Optional
default: any
Inherited from __type.default
Defined in node_modules/@types/swagger-schema-official/index.d.ts:158
• Optional
description: string
Inherited from __type.description
Defined in node_modules/@types/swagger-schema-official/index.d.ts:157
• Optional
enum: any[]
Inherited from __type.enum
Defined in node_modules/@types/swagger-schema-official/index.d.ts:172
• Optional
exclusiveMaximum: boolean
Inherited from __type.exclusiveMaximum
Defined in node_modules/@types/swagger-schema-official/index.d.ts:161
• Optional
exclusiveMinimum: boolean
Inherited from __type.exclusiveMinimum
Defined in node_modules/@types/swagger-schema-official/index.d.ts:163
• Optional
format: string
Inherited from __type.format
Defined in node_modules/@types/swagger-schema-official/index.d.ts:155
• Optional
items: Schema | Schema[]
Inherited from __type.items
Defined in node_modules/@types/swagger-schema-official/index.d.ts:173
• Optional
maxItems: number
Inherited from __type.maxItems
Defined in node_modules/@types/swagger-schema-official/index.d.ts:167
• Optional
maxLength: number
Inherited from __type.maxLength
Defined in node_modules/@types/swagger-schema-official/index.d.ts:164
• Optional
maxProperties: number
Inherited from __type.maxProperties
Defined in node_modules/@types/swagger-schema-official/index.d.ts:170
• Optional
maximum: number
Inherited from __type.maximum
Defined in node_modules/@types/swagger-schema-official/index.d.ts:160
• Optional
minItems: number
Inherited from __type.minItems
Defined in node_modules/@types/swagger-schema-official/index.d.ts:168
• Optional
minLength: number
Inherited from __type.minLength
Defined in node_modules/@types/swagger-schema-official/index.d.ts:165
• Optional
minProperties: number
Inherited from __type.minProperties
Defined in node_modules/@types/swagger-schema-official/index.d.ts:171
• Optional
minimum: number
Inherited from __type.minimum
Defined in node_modules/@types/swagger-schema-official/index.d.ts:162
• Optional
multipleOf: number
Inherited from __type.multipleOf
Defined in node_modules/@types/swagger-schema-official/index.d.ts:159
• Optional
pattern: string
Inherited from __type.pattern
Defined in node_modules/@types/swagger-schema-official/index.d.ts:166
• Optional
title: string
Inherited from __type.title
Defined in node_modules/@types/swagger-schema-official/index.d.ts:156
• type: ParameterType
Overrides __type.type
Defined in node_modules/@types/swagger-schema-official/index.d.ts:39
• Optional
uniqueItems: boolean
Inherited from __type.uniqueItems
Defined in node_modules/@types/swagger-schema-official/index.d.ts:169