powered by
Create a JSON Schema for number (floating point) type.
z_number( description = NULL, nullable = FALSE, default = NULL, minimum = NULL, maximum = NULL )
A list representing JSON Schema for number.
Optional description of the field.
If TRUE, allows null values.
Optional default value.
Optional minimum value.
Optional maximum value.
z_number(description = "Temperature value", minimum = -100, maximum = 100)
Run the code above in your browser using DataLab