@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
21 lines (20 loc) • 380 B
JSON
{
"id": "teams",
"title": "Teams",
"description": "Teams",
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The name of the team"
},
"description": {
"type": "string",
"description": "The description of the team"
},
"style": {
"type": "object",
"description": "The style"
}
}
}