From 8ce51aaaac3df32b0fca71aa2fc3abee40acfe07 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:37:56 +0100 Subject: [PATCH] Update wf-test.json --- json/wf-test.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/json/wf-test.json b/json/wf-test.json index d7ff498..6ac6952 100644 --- a/json/wf-test.json +++ b/json/wf-test.json @@ -28,5 +28,14 @@ "username": "test", "password": "password" }, - "notes": [] + "notes": [ + { + "text": "note1", + "type": "warning" + }, + { + "text": "note2", + "type": "warning" + } + ] }