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
The category schema currently allows additional properties on category data, but these attributes are not used by the website (and cannot be used without first being validated by the schema). The schema should disallow this, which may also result in adding newly allowed values (with some currently existing examples being URLs and start / end dates of events).
The text was updated successfully, but these errors were encountered:
The intent of this change is to update the schema without any test
failures. This means that other changes that affect the data should
happen independently from the pull request associated with this commit,
and it should be kept up to date and merged once the schema tests pass.
To contribute to this change, open PRs that would correct any data that
does not conform to the JSON schema. Discussion regarding other schema
updates should happen in the associated issue at #1171.
Resolves#1171.
The intent of this change is to update the schema without any test
failures. This means that other changes that affect the data should
happen independently from the pull request associated with this commit,
and it should be kept up to date and merged once the schema tests pass.
To contribute to this change, open PRs that would correct any data that
does not conform to the JSON schema. Discussion regarding other schema
updates should happen in the associated issue at #1171.
Resolves#1171.
The category schema currently allows additional properties on category data, but these attributes are not used by the website (and cannot be used without first being validated by the schema). The schema should disallow this, which may also result in adding newly allowed values (with some currently existing examples being URLs and start / end dates of events).
The text was updated successfully, but these errors were encountered: