{ "@context": "https://schema.org", "@type": "MusicRecording", "name": "My Awesome Music", "cid": "bafybeigadrq2yzmw45rclkxghf4beekmr2jmr4afhsxjvfqr7j4ajwi374", "creator": { "@type": "Person", "name": "Alice", "walletAddress": "bc1qzjhm26d90dga8dp3tgx07n76aky7psz4jexmx3" }, "album": { "@type": "MusicAlbum", "name": "My Awesome Album", "coverArtUrl": "https://www.andysowards.com/blog/assets/01-album.jpg" }, "royalty": { "percentage": 10, "recipients": [ { "walletAddress": "0x64f822DfCD52d5387fED65378d0004763B18d882", "share": 100 } ] }, "license": { "@type": "CreativeWork", "license": "https://creativecommons.org/licenses/by/4.0/" } }