-
-
Notifications
You must be signed in to change notification settings - Fork 435
Open
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.🐛 BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.
Description
Describe the bug
The atom feed at https://json-schema.org/rss/atom.xml uses a non-canocial URL in its element:
https://json-schema.org
Feed validator recommends that identifiers use a canonical URL ending with a trailing slash.
Expected canonical form:
https://json-schema.org/
Steps To Reproduce
Go to: https://json-schema.org/rss/atom.xml
Go to feed validator and paste the link https://json-schema.org/rss/atom.xml
Observe the recommendation/warning:
“Identifier is not in canonical form. Should be https://json-schema.org/”
Notice the contains no trailing slash.
Expected Behavior
The element in the Atom feed should follow canonical URL formatting standards and include the trailing slash:
This ensures better compatibility with feed readers and avoids warnings in validators.
Screenshots
Device Information [optional]
- OS:
- Browser:
- version:Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.🐛 BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.