{ "$schema": "https://frontmatter.codes/config/data.folders.schema.json", "id": "Data", "path": "[[workspace]]/data", "singleEntry": false, "enableFileCreation": true, "fileType": "yaml", "type": "timeline", "schema": { "title": "Timeline", "type": "object", "required": [ "title", "date" ], "properties": { "title": { "type": "string", "title": "Title" }, "date": { "type": "string", "title": "Date" }, "icon": { "type": "string", "title": "Icon" }, "color": { "type": "string", "title": "Color" }, "url": { "type": "string", "title": "URL" }, "content": { "type": "string", "title": "Content" } } } }