diff --git a/assets/schema.json b/assets/schema.json index 4bd1df6..f5e363b 100644 --- a/assets/schema.json +++ b/assets/schema.json @@ -161,6 +161,26 @@ "type": "string" } }, + "scores": { + "type": "object", + "items": { + "type": "array", + "items": { + "type": "string", + "properties": { + "roundNumber": { + "type": "number" + }, + "score": { + "type": "number" + }, + "change": { + "type": "number" + } + } + } + } + }, "notes": { "type": "string" }