Commit 17168c7
committed
fix: move the
This commit moves the `required` validation for the example schema in
ch05's lesson "Expanding If-then-else" and places it in the `if`
subschema, so that it applies only for the purpose of the condition.required validation to the if schema1 parent 273e52c commit 17168c7
File tree
1 file changed
+3
-3
lines changed- content/05-Conditional-Validation/06-Expanding-If-then-else
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments