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
Alright, so I was dumb and didn't realize all the comments for the schema properties were in common/documents/_types.mjs so I was doing a hodgepodge of already existing comments and "standardizing" them without realizing there was a source for them. I copied over the comments and everything should be good.
There are some exceptions I wanted to point out, most of these are from the data in core being outdated and some fields missing. If you want me to remove these let me know.
There were a couple of documents that were missing _stats and so I just put An object of creation and access information to match all the documents that aren't missing them
There were a couple of documents that were missing levels or level, so I put The level IDs or The level ID to match
ChatMessage has a author but core has a user so I just used the description from user
FogExploration is missing the level so I just used The _id of the Level document to which this fog applies which matches the same format as user and scene
Scene actually has a typo for folder and sort, they both mention this Actor which is obviously wrong and I changed them to this Scene
Other than that I left Level alone since that one doesn't contain any property description for some reason
Alright, there we go the only comments are from the property descriptions defined in core, if they aren't defined they aren't there.
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
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.
This is another attempt at #22127 since I borked the PR with a rebase.