| z_integer | R Documentation |
Create a JSON Schema for integer type.
z_integer(
description = NULL,
nullable = FALSE,
default = NULL,
minimum = NULL,
maximum = NULL
)
description |
Optional description of the field. |
nullable |
If TRUE, allows null values. |
default |
Optional default value. |
minimum |
Optional minimum value. |
maximum |
Optional maximum value. |
A list representing JSON Schema for integer.
z_integer(description = "Number of items", minimum = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.