File tree
5 files changed
+51
-3
lines changed- json-schema-validator/src
- commonMain/kotlin/io/github/optimumcode/json/schema/internal
- formats
- commonTest/kotlin/io/github/optimumcode/json/schema
- assertions/general/format
- base
- test-suites
5 files changed
+51
-3
lines changedLines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| 715 | + | |
715 | 716 | | |
716 | 717 | | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
717 | 755 | | |
718 | 756 | | |
719 | 757 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
Submodule schema-test-suite updated 28 files
- README.md+11-12
- output-tests/v1/content/general.json+3-3
- output-tests/v1/content/readOnly.json+3-3
- output-tests/v1/content/type.json+3-3
- output-tests/v1/output-schema.json
- tests/draft2019-09/const.json+44
- tests/draft2019-09/optional/format/hostname.json+15
- tests/draft2019-09/optional/format/idn-hostname.json+60
- tests/draft2019-09/optional/refOfUnknownKeyword.json+44
- tests/draft2019-09/ref.json+33
- tests/draft2020-12/const.json+44
- tests/draft2020-12/optional/format/hostname.json+15
- tests/draft2020-12/optional/format/idn-hostname.json+60
- tests/draft2020-12/optional/refOfUnknownKeyword.json+44
- tests/draft2020-12/ref.json+33
- tests/draft4/enum.json+42
- tests/draft4/optional/format/hostname.json+15
- tests/draft6/const.json+42
- tests/draft6/optional/format/hostname.json+15
- tests/draft7/const.json+42
- tests/draft7/optional/format/hostname.json+15
- tests/draft7/optional/format/idn-hostname.json+60
- tests/v1/const.json+44
- tests/v1/format/hostname.json+15
- tests/v1/format/idn-hostname.json+60
- tests/v1/optional/refOfUnknownKeyword.json+44
- tests/v1/optional/unknownKeyword.json+4-4
- tests/v1/ref.json+33
0 commit comments