diff options
Diffstat (limited to 'test/afb-test/fixtures/source.json')
-rw-r--r-- | test/afb-test/fixtures/source.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/afb-test/fixtures/source.json b/test/afb-test/fixtures/source.json new file mode 100644 index 0000000..817874f --- /dev/null +++ b/test/afb-test/fixtures/source.json @@ -0,0 +1,8 @@ +{ + "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", + "sources": { + "uid": "Dummy_Source", + "api": "dummy", + "info": "A dummy source to be used as test source" + } + } |