842 B
842 B
id, title, status, assignee, created_date, labels, dependencies, references, priority
| id | title | status | assignee | created_date | labels | dependencies | references | priority | |
|---|---|---|---|---|---|---|---|---|---|
| ML-96 | Missing schema validations on string fields | Done | 2026-04-20 08:58 |
|
medium |
Description
GitHub: created 2026-02-17 · updated 2026-03-05 · closed 2026-03-05
Priority: Medium
Description
Most schemas lack length validations on string fields. OnlineStoreTemplate is the exception — it validates name (max 100) and url_template (max 500). Other schemas like Artist, Record, Note, and RecordSet only validate presence.
Expected behavior
Add appropriate length validations to string fields across all schemas.
Source
From technical debt audit (2026-02-17), item #5.