Update 52.md

Fixed formatting issue in schema definition.
This commit is contained in:
neilck 2023-01-25 16:36:26 -08:00 committed by GitHub
parent 557633526d
commit c7442edf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
52.md
View File

@ -81,7 +81,7 @@ Membership Badge Schema
"alias": <optional string ofuser alias>,
"member_since": <optional unix timestamp of when member joined>,
"expiry_date": <optional unix timestamp of membership expiry date>,
"profile": "<optional url to user profile page in app>",
"profile": <optional url to user profile page in app>,
"followers": <optional integer count of followers if applicable>,
"connections": <optional integer count of connections if applicable>,
"posts": <optional integer count of posts if applicable>