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
Therefore in order to implement @id reference validation with feed context, the rule must use the kind to determine what is valid, and therefore kind must be passed into the .validate() function options when used.
Test Suite
To finish this task, Test Suite must pass kind where it validates the feeds in order to ensure that the Slots and ScheduledSession feeds are fully validated.
The text was updated successfully, but these errors were encountered:
In certain contexts some fields must have compact
@id
references instead of the data object. This card is related #402 which was fixed by #407For the Slots feed, the correct implementation is
The below example is incorrect:
This is also the case for a ScheduledSession feed of RPDE
kind: ScheduledSession
but not RPDEkind:ScheduledSession.SessionSeries
. Examples below:Validator
Therefore in order to implement @id reference validation with feed context, the rule must use the
kind
to determine what is valid, and thereforekind
must be passed into the.validate()
function options when used.Test Suite
To finish this task, Test Suite must pass kind where it validates the feeds in order to ensure that the Slots and ScheduledSession feeds are fully validated.
The text was updated successfully, but these errors were encountered: