Commit 66152ab
committed
Fixed Task-1634
## Dev Board Ticket
https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/1634/
## Changes
- Add geometry-aware schema selection (Point/LineString/Polygon) with sensible defaults
- Stream jsonschema_rs errors; keep legacy `errors` capped by `max_errors`
- Introduce `ValidationResult.issues` (one best error per feature) and set `errors=None` when empty
- Add friendly formatting:
- compact Enum messages
- summarize anyOf required keys (“must include one of: …”)1 parent d3aefdd commit 66152ab
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments