powered by
Create a JSON Schema for boolean type.
z_boolean(description = NULL, nullable = FALSE, default = NULL)
A list representing JSON Schema for boolean.
Optional description of the field.
If TRUE, allows null values.
Optional default value.
z_boolean(description = "Whether to include details")
Run the code above in your browser using DataLab