Commit bd68e85
authored
Fix/id field non nullable json schema (#1118)
* Enforce non-nullability in required ID field
* Fix broken Goose documentation link
The Goose docs moved from block.github.io/goose to goose-docs.ai,
causing a 404 in the HTML-Proofer CI check.
* remove unnecessary change
* remove non-nullable from ID field to force test coverage
* update schema rtifacts1 parent 14cb7cf commit bd68e85
5 files changed
Lines changed: 29 additions & 4 deletions
File tree
- config/schema
- artifacts_with_apollo
- artifacts
- elasticgraph-schema_definition
- lib/elastic_graph/schema_definition/indexing
- spec/unit/elastic_graph/schema_definition
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10318 | 10318 | | |
10319 | 10319 | | |
10320 | 10320 | | |
10321 | | - | |
| 10321 | + | |
10322 | 10322 | | |
10323 | 10323 | | |
10324 | 10324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10641 | 10641 | | |
10642 | 10642 | | |
10643 | 10643 | | |
10644 | | - | |
| 10644 | + | |
10645 | 10645 | | |
10646 | 10646 | | |
10647 | 10647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
1143 | 1166 | | |
1144 | 1167 | | |
1145 | 1168 | | |
| |||
0 commit comments