Fix definition for quote in JSON-LD context (#38686)
This commit is contained in:
parent
f6652caef4
commit
e9af9c649f
@ -34,7 +34,7 @@ module ContextHelper
|
|||||||
},
|
},
|
||||||
quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
|
quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
|
||||||
quotes: {
|
quotes: {
|
||||||
'quote' => 'https://w3id.org/fep/044f#quote',
|
'quote' => { '@id' => 'https://w3id.org/fep/044f#quote', '@type' => '@id' },
|
||||||
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
|
||||||
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
|
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
|
||||||
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
|
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user