You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I'm struggling with the DSL. In an example, there's params.req_typed("name", json_dsl::string()); OK, a required string called "name". But how do you add other string validations like maxLength?
I'm sorry, I'm struggling with the DSL. In an example, there's
params.req_typed("name", json_dsl::string());OK, a required string called "name". But how do you add other string validations likemaxLength?