powered by
not
Create a not schema combinator fragment
schema_not(branch, description = NULL)
A raw schema fragment accepted by schema_doc() and schema edit verbs.
schema_doc()
Branch schema fragment.
Optional node description.
schema <- schema_doc(schema_not(schema_check("null"))) schema schema_validate(schema, "ok", mode = "test")
Run the code above in your browser using DataLab