powered by
Create a JSON Schema for integer type.
z_integer( description = NULL, nullable = FALSE, default = NULL, minimum = NULL, maximum = NULL )
A list representing JSON Schema for integer.
Optional description of the field.
If TRUE, allows null values.
Optional default value.
Optional minimum value.
Optional maximum value.
z_integer(description = "Number of items", minimum = 0)
Run the code above in your browser using DataLab