Files
music_library/backlog/tasks/ml-96 - Missing-schema-validations-on-string-fields.md
T
2026-04-20 10:02:25 +01:00

840 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
https://github.com/cloud8421/music_library/issues/78
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.