chore(schema): Update config schema for `score_set`

json-serializing-nullable-fields-issue
Robert Dailey 9 months ago
parent 4f52201ede
commit 81ab62eca2

@ -131,6 +131,11 @@
}
}
},
"score_set": {
"type": "string",
"description": "The set of scores to use for custom formats assigned to a profile.",
"default": "default"
},
"upgrade": {
"type": "object",
"additionalProperties": false,

Loading…
Cancel
Save