Skip to content

Interface: ResourcefulBigintTypeOptions

Configuration options for ResourcefulBigintType instances. Defines validation rules and constraints for 64-bit integer fields in OpenAPI schemas.

See

OpenAPI 3.0 Integer Type

Extends

Extended by

Properties

PropertyTypeDescriptionInherited from
exclusiveMaximumbooleanWhether the maximum value is exclusive (value must be less than maximum)-
exclusiveMinimumbooleanWhether the minimum value is exclusive (value must be greater than minimum)-
maximumbigintMaximum value constraint for the 64-bit integer-
minimumbigintMinimum value constraint for the 64-bit integer-
multipleOfbigintValue must be a multiple of this number-
nullable?booleanWhether the value can be nullBaseInterface.nullable
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