We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56a9d0 commit 8536ec9Copy full SHA for 8536ec9
README.md
@@ -301,7 +301,7 @@ Ends a validation definition
301
"field1": "Value", // String, Mandatory
302
"field2": [ // array, Mandatory
303
{ "field21": "44443" } // Number Optional
304
- ]
+ ],
305
"field3": { // Object Optional
306
{ "field31": "true" } // Boolean Mandatory
307
{ "field32": "String" } // String Mandatory
0 commit comments