tsoa-next / tsoa-next / TsoaRoute / ParameterSchema
Interface: ParameterSchema
محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:72
الكيماوي في الوقت المناسب لمباراة طرق
التذييلات
الممتلكات
additionalProperties?
optional additionalProperties?: boolean | PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:67
Inherited from
PropertySchema.additionalProperties
array?
optional array?: PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:61
Inherited from
dataType?
optional dataType?: TypeStringLiteral;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:56
Inherited from
default?
optional default?: unknown;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:66
Inherited from
enums?
optional enums?: (string | number | boolean | null)[];محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:62
Inherited from
externalValidator?
optional externalValidator?: ExternalValidatorDescriptor;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:60
Inherited from
PropertySchema.externalValidator
in
in: string;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:75
name
name: string;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:74
nestedProperties?
optional nestedProperties?: object;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:68
مؤشر التوقيع
[name: string]: PropertySchemaInherited from
PropertySchema.nestedProperties
parameterIndex?
optional parameterIndex?: number;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:73
ref?
optional ref?: string;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:57
Inherited from
required?
optional required?: boolean;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:58
Inherited from
subSchemas?
optional subSchemas?: PropertySchema[];محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:64
Inherited from
type?
optional type?: PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:63
Inherited from
validationStrategy?
optional validationStrategy?: ValidationStrategy;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:59
Inherited from
PropertySchema.validationStrategy
validators?
optional validators?: Partial<Record<ValidatorKey, {
errorMsg?: string;
value?: unknown;
}>>;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:65
