| z_any | R Documentation |
Create a JSON Schema that accepts any JSON value.
z_any(description = NULL, nullable = TRUE, default = NULL)
description |
Optional description of the field. |
nullable |
If TRUE, allows null values. |
default |
Optional default value. |
A list representing JSON Schema for any value.
z_any(description = "Flexible input")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.