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
I have noticed a few discrepancies in the JSON schemas that are specified in this repository, you will find next a list of comments with some suggestions. I am submitting this as an issue rather than a pull request as per the FAQs. Also, a note: I have not checked if the automated tests need to be updated in some way accordingly to these suggested changes.
"contact" : {"type": "string"}, should be listed under the properties for the nested list of objects under "sets" and not for the global object as it currently is.
additionally, the "oneOf" keyword could also be used the following way to make sure that at least one of these 3 entries is present:
For consistency, if you add the "oneOf" keyword to SCHEMA.json, it should also be added here.
The example and the schema for the primary set does not contain "contact" : {"type": "string"}, anymore.
Is there a reason why contact is not required in the well-known file hosted at the primary domain?
It would likely make things easier if it were required in both places: canonical sets file on GitHub and hosted well-known primary files. If so, schemas and examples need to be updated to reflect this.
The formatting of the example URLs/filenames with the back quotes is incorrect as well as some Markdown links.
It does not seem that the 2 paths in bold in the following quote are supposed to be the same, right?
The primary domain must serve a JSON file at /.well-known/related-website-set.json (Note: list entries merged before September 15th 2023 may serve their well-known file at /.well-known/related-website-set.json instead; however, any changes to those entries will require that the primary and all members of the set must be served at /.well-known/related-website-set.json like any other entry). The contents of the file must be identical to the submission. Each member domain must serve a JSON file at /.well-known/related-website-set.json. The contents of the file must name the primary domain. These files must be maintained for the duration of the domain’s inclusion in the set.
Best regards,
Yohan
The text was updated successfully, but these errors were encountered:
Hello,
I have noticed a few discrepancies in the JSON schemas that are specified in this repository, you will find next a list of comments with some suggestions. I am submitting this as an issue rather than a pull request as per the FAQs. Also, a note: I have not checked if the automated tests need to be updated in some way accordingly to these suggested changes.
In
SCHEMA.json
:"contact" : {"type": "string"},
should be listed under the properties for the nested list of objects under"sets"
and not for the global object as it currently is."oneOf"
keyword could also be used the following way to make sure that at least one of these 3 entries is present:In RWS-Submission_Guidelines.md
First schema under #set-submissions:
"contact"
as"required"
."oneOf"
keyword toSCHEMA.json
, it should also be added here.The example and the schema for the primary set does not contain
"contact" : {"type": "string"},
anymore.Other Misc
Under #set-level-technical-validation:
The formatting of the example URLs/filenames with the back quotes is incorrect as well as some Markdown links.
It does not seem that the 2 paths in bold in the following quote are supposed to be the same, right?
Best regards,
Yohan
The text was updated successfully, but these errors were encountered: