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" + } + ] }