{ "apiVersion": 3, "name": "swi-foot/schedule", "title": "Swiss Football Schedule", "category": "swi-football", "icon": "calendar", "description": "Display upcoming matches for a team.", "attributes": { "teamId": { "type": "string", "default": "" }, "limit": { "type": "number", "default": 5 }, "matchFilter": { "type": "string", "default": "all", "enum": ["all", "home", "away"] } } , "usesContext": ["swi-foot/context"] }