{ "$schema": "https://frontmatter.codes/config/data.files.schema.json", "id": "bs-timeline", "title": "bs-timeline", "file": "[[workspace]]/data/bs-timeline.yml", "labelField": "name", "fileType": "yaml", "singleEntry": true, "schema": { "title": "Timeline", "type": "object", "required": [ "title", "date" ], "properties": { "name": { "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" } } }, "type": "bs-timeline" }