Interface: ResourcefulUnsignedIntegerType
Instance type for ResourcefulUnsignedIntegerType with validated properties. Represents unsigned integers as defined in the OpenAPI 3.0 specification.
See
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
exclusiveMaximum | boolean | Whether the maximum value is exclusive (value must be less than maximum) | ResourcefulUnsignedIntegerTypeOptions.exclusiveMaximum |
exclusiveMinimum | boolean | Whether the minimum value is exclusive (value must be greater than minimum) | ResourcefulUnsignedIntegerTypeOptions.exclusiveMinimum |
format | never | - | - |
maximum | number | Maximum value constraint for the unsigned integer | ResourcefulUnsignedIntegerTypeOptions.maximum |
minimum | number | Minimum value constraint for the unsigned integer | ResourcefulUnsignedIntegerTypeOptions.minimum |
multipleOf | number | Value must be a multiple of this number | ResourcefulUnsignedIntegerTypeOptions.multipleOf |
nullable? | boolean | Whether the value can be null | ResourcefulUnsignedIntegerTypeOptions.nullable |
readOnly? | boolean | Whether the property is read-only (not included in create/update operations) | ResourcefulUnsignedIntegerTypeOptions.readOnly |
type | "integer" | - | - |
writeOnly? | boolean | Whether the property is write-only (not included in response serialization) | ResourcefulUnsignedIntegerTypeOptions.writeOnly |