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
Revise our different schemas and make sure date validations are in place as follows:
The publication date MUST be greater than or equal to the creation date.
In the case where the publication date is a year, the year must be >= the year of the creation date.
Do not compare the publication date to the modification date because it is possible in some instances that a resource could be modified after publication.
Additional technical limitations:
$data reference syntax is not supported inside of anyOf schema definitions. This means that this type of validation is not possible for elements nested inside combinator schemas trying to access data outside.
Revise our different schemas and make sure date validations are in place as follows:
Additional technical limitations:
$data
reference syntax is not supported inside ofanyOf
schema definitions. This means that this type of validation is not possible for elements nested inside combinator schemas trying to access data outside.https://ajv.js.org/guide/combining-schemas.html#data-reference
The text was updated successfully, but these errors were encountered: