powered by
all
Create an all schema combinator fragment
schema_all(..., description = NULL)
A raw schema fragment accepted by schema_doc() and schema edit verbs.
schema_doc()
Branch schema fragments.
Optional node description.
schema <- schema_doc(schema_all( schema_check("string"), schema_check("string", min.chars = 1) )) schema schema_validate(schema, "ok", mode = "test")
Run the code above in your browser using DataLab