v0.2.5
Bug Fix
Fix two spec issues with DataObjectFieldInputRepresentation discovered during DMO PATCH testing.
- Add
dataTypeas required field with typed enum ("Boolean" | "Date" | "DateOnly" | "DateTime" | "Email" | "Number" | "Percent" | "Phone" | "Text" | "Url") — the API expectsdataType, nottype, for the field data type - Make
typeoptional — the spec's field that the API ignores - Add
isDynamicLookupas requiredboolean— omitting causes 500 on PATCH operations
Both are upstream spec issues.
Full Changelog: v0.2.4...v0.2.5