I would like something like:
My list
Item 1
Item 2
Item 3
Here's my current non-indenting code
{
"type": "paragraph",
"content": "The following have limitations on the amount that can be claimed:",
"listofitems": [
{ "itemtext": "my text her" },
{ "itemtext": "my second line of text" },
{ "itemtext": "my final line of text" }
],
"listunstyled": false,
"isunordered": true
},