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