Interfaces · @purista/core

GlobalContext

Context passed to all submodules

Signature

GlobalContext.ts typescript
interface GlobalContext

Properties

13 entries

additionalProperties

Property

Source
additionalProperties.ts typescript
additionalProperties: boolean

alphabetize

Property

Source
alphabetize.ts typescript
alphabetize: boolean

defaultNonNullable

Property

Source
defaultNonNullable.ts typescript
defaultNonNullable: boolean

discriminators

Property

Source
discriminators.ts typescript
discriminators: object

emptyObjectsUnknown

Property

Source
emptyObjectsUnknown.ts typescript
emptyObjectsUnknown: boolean

excludeDeprecated

Property

Source
excludeDeprecated.ts typescript
excludeDeprecated: boolean

immutableTypes

Property

Source
immutableTypes.ts typescript
immutableTypes: boolean

indentLv

Property

Source
indentLv.ts typescript
indentLv: number

operations

Property

Source
operations.ts typescript
operations: Record<string, { comment: string; operationType: string }>

parameters

Property

Source
parameters.ts typescript
parameters: Record<string, OpenAPIV3.ParameterObject>

pathParamsAsTypes

Property

Source
pathParamsAsTypes.ts typescript
pathParamsAsTypes: boolean

silent

Property

Source
silent.ts typescript
silent: boolean

supportArrayLength

Property

Source
supportArrayLength.ts typescript
supportArrayLength: boolean