tsoa-next / @tsoa-next/runtime / TsoaRoute / PropertySchema
Interface: PropertySchema
محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:55
الشظايا الكيميائيّة تستخدم للتحقق من ممتلكات واحدة أو قيمة مخصّصة في وقت التشغيل.
Extended by
الممتلكات
additionalProperties?
optional additionalProperties?: boolean | PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:67
array?
optional array?: PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:61
dataType?
optional dataType?: TypeStringLiteral;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:56
default?
optional default?: unknown;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:66
enums?
optional enums?: (string | number | boolean | null)[];محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:62
externalValidator?
optional externalValidator?: ExternalValidatorDescriptor;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:60
nestedProperties?
optional nestedProperties?: object;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:68
مؤشر التوقيع
[name: string]: PropertySchemaref?
optional ref?: string;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:57
required?
optional required?: boolean;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:58
subSchemas?
optional subSchemas?: PropertySchema[];محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:64
type?
optional type?: PropertySchema;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:63
validationStrategy?
optional validationStrategy?: ValidationStrategy;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:59
validators?
optional validators?: Partial<Record<ValidatorKey, {
errorMsg?: string;
value?: unknown;
}>>;محددة في: packages/runtime/src/routeGeneration/tsoa-route.ts:65
