Add optional CommunityRating element to v1.1 schema#85
Merged
Conversation
Adds AverageRating (decimal, 0-5.0) and RatingCount (optional positiveInteger) sub-elements for tracking community rating data, along with sample XML and schema validation tests.
bpepple
force-pushed
the
83-add-communityrating-element
branch
from
July 17, 2026 15:08
68259db to
2f4b448
Compare
|
Rating Count is interesting. Can give some weight to the average. |
Member
Author
Yeah, I thought it might be useful for additional sorting/filtering options. |
ajslater
approved these changes
Jul 18, 2026
ajslater
left a comment
There was a problem hiding this comment.
Means to approve with my last comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CommunityRatingelement to the v1.1 schema, containing:AverageRating(required,xs:decimalrestricted to 0–5.0)RatingCount(optional,xs:positiveInteger)drafts/v1.1/Sample.xmlwith an exampleCommunityRatingblockRatingCount) and invalid cases (out-of-range rating, missing requiredAverageRating, zeroRatingCount)Closes #83