{ "apiVersion": 3, "name": "swi-foot/match-roster", "title": "Swiss Football Match Roster", "category": "swi-football", "icon": "groups", "description": "Display match roster for a selected match and side.", "attributes": { "selectedTeam": { "type": "string", "default": "" }, "selectedMatch": { "type": "string", "default": "" }, "side": { "type": "string", "default": "home" }, "showStartingSquad": { "type": "boolean", "default": true }, "showBench": { "type": "boolean", "default": false } } , "usesContext": ["swi-foot/context"] }