mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-12 20:25:00 +00:00
context: add featured & backgroundUrl definitions
These were missing from our context, which caused interoperability issues with people who do context processing
This commit is contained in:
parent
889b57df82
commit
8fbd771d6e
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue