Skip to content

Interface: ResourcefulStringTypeOptions

Configuration options for ResourcefulStringType instances. Defines validation rules and constraints for string-based fields in OpenAPI schemas.

See

OpenAPI 3.0 String Type

Extends

Extended by

Properties

PropertyTypeDescriptionInherited from
enum?ResourcefulEnum<string>Array of allowed string values for enumeration validation-
format?stringString format specification, excluding OpenAPI reserved formats like date, date-time, and binary-
maxLengthnumberMaximum length constraint for the string value-
minLengthnumberMinimum length constraint for the string value-
nullable?booleanWhether the value can be nullBaseInterface.nullable
pattern?stringRegular expression pattern that the string value must match-
readOnly?booleanWhether the property is read-only (not included in create/update operations)BaseInterface.readOnly
writeOnly?booleanWhether the property is write-only (not included in response serialization)BaseInterface.writeOnly