You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Json has 3 latest drafts in draft 4, 6 and 7 which are most popular. Jackson's JsonSchema library we have used only supports draft 3. We should use a different library, perhaps everit, to support validation of schemas for draft 4, 6 and 7.
Problem location
JsonSchema and service
Suggestions for an improvement
Use everit library to support newer drafts
The text was updated successfully, but these errors were encountered:
shiveshr
changed the title
Issue 4944: Change granularity of Time based Retention Config in REST API
Support Json draft 6 and 7, jackson's library only parses draft 4
Jul 16, 2020
shiveshr
changed the title
Support Json draft 6 and 7, jackson's library only parses draft 4
Support Json draft 4, 6 and 7, jackson's library only parses draft 3
Jul 16, 2020
Problem description
Json has 3 latest drafts in draft 4, 6 and 7 which are most popular. Jackson's JsonSchema library we have used only supports draft 3. We should use a different library, perhaps everit, to support validation of schemas for draft 4, 6 and 7.
Problem location
JsonSchema and service
Suggestions for an improvement
Use everit library to support newer drafts
The text was updated successfully, but these errors were encountered: