Skip to content

Interface: ResourcefulUnsignedIntegerType

Instance type for ResourcefulUnsignedIntegerType with validated properties. Represents unsigned integers as defined in the OpenAPI 3.0 specification.

See

OpenAPI 3.0 Integer Type

Extends

Properties

PropertyTypeDescriptionInherited from
exclusiveMaximumbooleanWhether the maximum value is exclusive (value must be less than maximum)ResourcefulUnsignedIntegerTypeOptions.exclusiveMaximum
exclusiveMinimumbooleanWhether the minimum value is exclusive (value must be greater than minimum)ResourcefulUnsignedIntegerTypeOptions.exclusiveMinimum
formatnever--
maximumnumberMaximum value constraint for the unsigned integerResourcefulUnsignedIntegerTypeOptions.maximum
minimumnumberMinimum value constraint for the unsigned integerResourcefulUnsignedIntegerTypeOptions.minimum
multipleOfnumberValue must be a multiple of this numberResourcefulUnsignedIntegerTypeOptions.multipleOf
nullable?booleanWhether the value can be nullResourcefulUnsignedIntegerTypeOptions.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)ResourcefulUnsignedIntegerTypeOptions.readOnly
type"integer"--
writeOnly?booleanWhether the property is write-only (not included in response serialization)ResourcefulUnsignedIntegerTypeOptions.writeOnly