@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
19 lines (18 loc) • 439 B
JSON
{
"id": "settings",
"title": "Settings",
"description": "Settings",
"primaryKey": ["userId"],
"type": "object",
"properties": {
"userId": {
"type": "string",
"description": "The ID of the user the settings belongs to"
},
"categoryRelevance": {
"type": "object",
"description": "list containing the order of user category relevance"
}
},
"required": ["userID", "categoryRelevance"]
}