Interfaces · @purista/core
GlobalContext
Context passed to all submodules
Signature
interface GlobalContextProperties
13 entries
additionalProperties
Property
additionalProperties: booleanalphabetize
Property
alphabetize: booleandefaultNonNullable
Property
defaultNonNullable: booleandiscriminators
Property
discriminators: objectemptyObjectsUnknown
Property
emptyObjectsUnknown: booleanexcludeDeprecated
Property
excludeDeprecated: booleanimmutableTypes
Property
immutableTypes: booleanindentLv
Property
indentLv: numberoperations
Property
operations: Record<string, { comment: string; operationType: string }>parameters
Property
parameters: Record<string, OpenAPIV3.ParameterObject>pathParamsAsTypes
Property
pathParamsAsTypes: booleansilent
Property
silent: booleansupportArrayLength
Property
supportArrayLength: boolean