Skip to content

🐛 Bug: Incorrect <id> format in Atom feed #2226

@Adityakk9031

Description

@Adityakk9031

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:

https://json-schema.org/

This ensures better compatibility with feed readers and avoids warnings in validators.

Screenshots

Image

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

Metadata

Metadata

Assignees

Labels

Status: TriageThis is the initial status for an issue that requires triage.🐛 BugIndicates that the issue is a bug or defect.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions