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
In PR #380 some validation of link types was added to the json schemas. There are even more link type validations that could be implemented though, such as:
Link types not available should not be possible to use, or? Should we instead provide an optional customLinks object, similar to customData but for links?
Motivation
Better event validations
Exemplification
.
Benefits
See motivation
Possible Drawbacks
Disallowing custom link types from the links object would be a non-backward compatible change
The text was updated successfully, but these errors were encountered:
Description
In PR #380 some validation of link types was added to the json schemas. There are even more link type validations that could be implemented though, such as:
uniqueKeys
as described here: Key-based item uniqueness json-schema-org/json-schema-vocabularies#22customLinks
object, similar tocustomData
but for links?Motivation
Better event validations
Exemplification
.
Benefits
See motivation
Possible Drawbacks
Disallowing custom link types from the
links
object would be a non-backward compatible changeThe text was updated successfully, but these errors were encountered: