Describe the bug
When calling the otidvs list endpoint without shaping, the response includes both type_of_ot_agreement and extent_competed fields, but when passing a shape which includes either of those attributes, the API returns: {"error":"Invalid shape","issues":[{"path":"type_of_ot_agreement","reason":"unknown_field"},{"path":"extent_competed","reason":"unknown_field"}]}
Describe the bug
When calling the otidvs list endpoint without shaping, the response includes both
type_of_ot_agreementandextent_competedfields, but when passing a shape which includes either of those attributes, the API returns:{"error":"Invalid shape","issues":[{"path":"type_of_ot_agreement","reason":"unknown_field"},{"path":"extent_competed","reason":"unknown_field"}]}