Interfaces · @purista/core
GlobalContext
Context passed to all submodules
Signature
interface GlobalContext Properties
13 entries
additionalProperties
Property
additionalProperties: boolean alphabetize
Property
alphabetize: boolean defaultNonNullable
Property
defaultNonNullable: boolean discriminators
Property
discriminators: object emptyObjectsUnknown
Property
emptyObjectsUnknown: boolean excludeDeprecated
Property
excludeDeprecated: boolean immutableTypes
Property
immutableTypes: boolean indentLv
Property
indentLv: number operations
Property
operations: Record<string, { comment: string; operationType: string }> parameters
Property
parameters: Record<string, OpenAPIV3.ParameterObject> pathParamsAsTypes
Property
pathParamsAsTypes: boolean silent
Property
silent: boolean supportArrayLength
Property
supportArrayLength: boolean