Create a new properties list
Examples
properties <- properties(
property_string("Name", "The name of the user", required = TRUE),
property_number("Age", "The age of the user in years", minimum = 0)
)
Create a new properties list
properties <- properties(
property_string("Name", "The name of the user", required = TRUE),
property_number("Age", "The age of the user in years", minimum = 0)
)