This github repo contains the document development for the simplified GS1 VC Data Model.
View the document here.
Its best to view this in a webserver since content is dynamic. I use
python -m http.server 8000
I used this to build this document
npm install -g respec
respec index.html -o output.html
open output.html
To generate the JWT data, first ensure the templates in the jsons
directory are valid and accurate. Then execute this sequence.
Don't forget to check them in.
cd tools
npm install
node issue_go.mjs
node issue_mo.mjs
node issue_mc.mjs