Merge pull request 'context: add featured definition' (#717) from erincandescent/akkoma:context-featured into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/717
This commit is contained in:
floatingghost 2024-04-03 10:22:09 +00:00
commit b8393ad9ed
1 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"toot": "http://joinmastodon.org/ns#", "toot": "http://joinmastodon.org/ns#",
"misskey": "https://misskey-hub.net/ns#", "misskey": "https://misskey-hub.net/ns#",
"fedibird": "http://fedibird.com/ns#", "fedibird": "http://fedibird.com/ns#",
"sharkey": "https://joinsharkey.org/ns#",
"value": "schema:value", "value": "schema:value",
"sensitive": "as:sensitive", "sensitive": "as:sensitive",
"litepub": "http://litepub.social/ns#", "litepub": "http://litepub.social/ns#",
@ -45,6 +46,14 @@
"contentMap": { "contentMap": {
"@id": "as:content", "@id": "as:content",
"@container": "@language" "@container": "@language"
},
"featured": {
"@id": "toot:featured",
"@type": "@id"
},
"backgroundUrl": {
"@id": "sharkey:backgroundUrl",
"@type": "@id"
} }
} }
] ]