In a nutshell:

const jsonLD = {

'@id': '',

mainEntity: {

'@context': 'https://w3id.org/nostr/context',

'@id': 'nostr:event:' + event.id,

'@type': 'Event',

...event

}

}

return jsonLD

Reply to this note

Please Login to reply.

Discussion

No replies yet.