powered by
Create a JSON Schema for string type.
z_string(description = NULL, nullable = FALSE, default = NULL)
A list representing JSON Schema for string.
Optional description of the field.
If TRUE, allows null values.
Optional default value.
z_string(description = "The city name")
Run the code above in your browser using DataLab