diff --git a/schemas/config-schema.json b/schemas/config-schema.json index 60f722f0..8bad3c44 100644 --- a/schemas/config-schema.json +++ b/schemas/config-schema.json @@ -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,