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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,24 @@ routes(_Environment) ->
35
35
36
36
Then put `my_schema.jsons` that contains the schema in your `priv/schemas/` directory (json schemas is read related from priv-directory of your main nova application).
37
37
38
+
### Additional validation and other options to Jesse
39
+
40
+
The schema validation is performed by the Jesse library
41
+
(https://github.com/for-GET/jesse). To perform additional custom
42
+
validation, you can pass an `external_validator` option to Jesse via a
43
+
`jesse_options` entry in the `extra_state`. Other options to Jesse are
0 commit comments