Skip to content

Interface: ResourcefulStringType

Instance type for ResourcefulStringType with validated properties. Represents a string data type with validation constraints as defined in the OpenAPI 3.0 specification.

See

OpenAPI 3.0 String Type

Extends

Properties

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