Experimental: Conceptual storage models, with editor implementation.
The schema is pretty simple & powerful for scaling! An array of objects. Each object is a 'file' which allows for any number of custom properties.
[
{
"id": 1234,
"content": ""
},
{
"id": 1234,
"content": ""
},
{
"id": 1234,
"content": ""
}
]