powered by
Create a JSON Schema that accepts any JSON value.
z_any(description = NULL, nullable = TRUE, default = NULL)
A list representing JSON Schema for any value.
Optional description of the field.
If TRUE, allows null values.
Optional default value.
z_any(description = "Flexible input")
Run the code above in your browser using DataLab