Has the possibility of using linked data like JSON-LD been discussed?
http://computingjoy.com/blog/2016/09/26/understanding-linked-data/
A few JSON-LD resources:
https://json-ld.org/
https://developers.google.com/search/docs/guides/intro-structured-data
Schema.org likely has many of the terms required and those that are not already there can be added. You can see how an album might be represented in JSON-LD by selecting the JSON-LD tab under 'Examples' near the bottom of the page.
http://schema.org/MusicAlbum
Another benefit to using JSON-LD is that there is a digital signature specification: https://w3c-dvcg.github.io/ld-signatures/ which might come in handy. Here is a javascript implementation: https://github.com/digitalbazaar/jsonld-signatures/
Has the possibility of using linked data like JSON-LD been discussed?
http://computingjoy.com/blog/2016/09/26/understanding-linked-data/
A few JSON-LD resources:
https://json-ld.org/
https://developers.google.com/search/docs/guides/intro-structured-data
Schema.org likely has many of the terms required and those that are not already there can be added. You can see how an album might be represented in JSON-LD by selecting the JSON-LD tab under 'Examples' near the bottom of the page.
http://schema.org/MusicAlbum
Another benefit to using JSON-LD is that there is a digital signature specification: https://w3c-dvcg.github.io/ld-signatures/ which might come in handy. Here is a javascript implementation: https://github.com/digitalbazaar/jsonld-signatures/