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
CI: Check if all paths inside `paths/` are included in `paths.yml` (#555)
Fixes#313
Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com>
Incorrect definition of the lower length bound for the "name" field i…
…n the World schema (#556)
Fixes#547
Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com>
Reorders enum varname entries for consistency (#552)
Corrects the sequence of enum variable names by placing 'hidden' after 'plus18' to match enum order, improving consistency and clarity in the AgeVerificationStatus schema.
Sets durationInMs to use 64-bit integer format (#551)
Enhances schema accuracy by specifying a 64-bit integer format for durationInMs, supporting larger duration values and improving data consistency.
Remove unused LimitedGroupMember, Remerge GroupLimitedMember with Gro…
…upMember (#546)
* Remove unused LimitedGroupMember, Remerge GroupLimitedMember with GroupMember
The LimitedGroupMember schema appears to have been completely unused/unreferenced.
The properties often missing from Group(Limited)Member are only missing when explicitly fetching the Group(Limited)Member for the currently logged in user, they are not simply endpoint-specific; the only endpoint-specific property is the `user` property.
* Fix typos, add information to hasJoinedFromPurchase
---------
Co-authored-by: jellejurre <jelle@jilles.com>