You can add arbitary data as files to IPFS, and then add their CID as a field to your json. Then peers in the network can decide whether to fetch that CID or not
Login to reply
Replies (1)
But why do you need the IPFS backend, when you can just allow transfer of binary data alongside text within your protocol? Like someone could just base64 arbitrary data in your protocol anyway.