Commit c2e61b3
committed
test/integration: make valuevalidation fields with incompatible constraints optional
StringValue and NumberValue have validation constraints (minLength,
exclusiveMinimum) that their zero values cannot satisfy. Mark them
optional to avoid enforced defaults that violate the schema.
Signed-off-by: Arthur Diniz <arthurbd@debian.org>1 parent b9c7350 commit c2e61b3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments