{"title":"Write docs",// required, max 200"description":"with examples",// optional, max 2000"priority":"HIGH",// optional: LOW | MEDIUM | HIGH (default MEDIUM)"dueDate":"2026-06-01"// optional, ISO-8601 date}
{"type":"https://federicocalo.dev/errors/validation","title":"Validation error","status":400,"detail":"Validation failed for one or more fields","errors":[{"field":"name","message":"must not be blank"}],"timestamp":"2026-05-20T18:25:43.511Z"}
{"type":"https://federicocalo.dev/errors/not-found","title":"Resource not found","status":404,"detail":"Project with id '9b1f...' not found","resourceType":"Project","identifier":"9b1f...","timestamp":"2026-05-20T18:25:43.511Z"}
{"type":"https://federicocalo.dev/errors/conflict","title":"Domain rule violation","status":409,"detail":"Invalid status transition from 'DONE' to 'IN_PROGRESS'","from":"DONE","to":"IN_PROGRESS","timestamp":"2026-05-20T18:25:43.511Z"}