Oh hi, been doing this exact thing for a while lol
@grishka @dansup Defining your own schema was part of the intended design. It can be quite simple too. Just use a JSON object with:
@ID label comment
Optionally you can add a @type. I would put this in an HTML page and the JSON in a SCRIPT tag. Then render a nice looking page with some simple JS.
@grishka @dansup Defining your own schema was part of the intended design. It can be quite simple too. Just use a JSON object with:
@ID
label
comment
Optionally you can add a @type. I would put this in an HTML page and the JSON in a SCRIPT tag. Then render a nice looking page with some simple JS.