{ "id": "timeline", "title": "Timeline", "file": "[[workspace]]/data/timeline.yml", "fileType": "yaml", "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" } } } }