Skip to content

Interface: ResourcefulIntegerType

Instance type for ResourcefulIntegerType with validated properties. Represents 32-bit signed 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)ResourcefulIntegerTypeOptions.exclusiveMaximum
exclusiveMinimumbooleanWhether the minimum value is exclusive (value must be greater than minimum)ResourcefulIntegerTypeOptions.exclusiveMinimum
format"int32"--
maximumnumberMaximum value constraint for the integerResourcefulIntegerTypeOptions.maximum
minimumnumberMinimum value constraint for the integerResourcefulIntegerTypeOptions.minimum
multipleOfnumberValue must be a multiple of this numberResourcefulIntegerTypeOptions.multipleOf
nullable?booleanWhether the value can be nullResourcefulIntegerTypeOptions.nullable
readOnly?booleanWhether the property is read-only (not included in create/update operations)ResourcefulIntegerTypeOptions.readOnly
type"integer"--
writeOnly?booleanWhether the property is write-only (not included in response serialization)ResourcefulIntegerTypeOptions.writeOnly