rework to use properties instead of compound typing, per SocialCG
This commit is contained in:
parent
189a288925
commit
c9280b9730
5 changed files with 7 additions and 11 deletions
|
|
@ -12,7 +12,8 @@
|
|||
"Emoji": "toot:Emoji"
|
||||
}],
|
||||
"id": "http://mastodon.example.org/users/admin",
|
||||
"type": ["Application", "Invisible"],
|
||||
"type": "Application",
|
||||
"invisible": true,
|
||||
"following": "http://mastodon.example.org/users/admin/following",
|
||||
"followers": "http://mastodon.example.org/users/admin/followers",
|
||||
"inbox": "http://mastodon.example.org/users/admin/inbox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue