Fix definition for quote in JSON-LD context (#38686)

This commit is contained in:
Claire 2026-04-15 12:17:47 +02:00 committed by GitHub
parent f6652caef4
commit e9af9c649f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ module ContextHelper
},
quote_requests: { 'QuoteRequest' => 'https://w3id.org/fep/044f#QuoteRequest' },
quotes: {
'quote' => 'https://w3id.org/fep/044f#quote',
'quote' => { '@id' => 'https://w3id.org/fep/044f#quote', '@type' => '@id' },
'quoteUri' => 'http://fedibird.com/ns#quoteUri',
'_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
'quoteAuthorization' => { '@id' => 'https://w3id.org/fep/044f#quoteAuthorization', '@type' => '@id' },