summaryrefslogtreecommitdiff
path: root/media-vision-config-example.json
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2015-09-02 11:15:49 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2015-09-02 11:16:38 +0900
commitf9a7bf0d54a3c6d5369973613ce2d7b26fb4f98b (patch)
tree5228de6fcab8aea63b93c7827744df58b113bb38 /media-vision-config-example.json
parentd5ee156444947e46ab1b06f94f57e786197bf152 (diff)
downloadmediavision-f9a7bf0d54a3c6d5369973613ce2d7b26fb4f98b.tar.gz
mediavision-f9a7bf0d54a3c6d5369973613ce2d7b26fb4f98b.tar.bz2
mediavision-f9a7bf0d54a3c6d5369973613ce2d7b26fb4f98b.zip
Change-Id: If6f9ed9a48376d9a179c5c1fa865b1630a701830 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Diffstat (limited to 'media-vision-config-example.json')
-rw-r--r--media-vision-config-example.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-vision-config-example.json b/media-vision-config-example.json
new file mode 100644
index 00000000..2de8fed7
--- /dev/null
+++ b/media-vision-config-example.json
@@ -0,0 +1,21 @@
+{
+ "attributes":
+ [
+ { "name" : "sample_double_attribute",
+ "type" : "double",
+ "value" : 0.82,
+ },
+ { "name" : "sample_integer_attribute",
+ "type" : "integer",
+ "value" : 50,
+ },
+ { "name" : "sample_boolean_attribute",
+ "type" : "boolean",
+ "value" : true,
+ },
+ { "name" : "sample_string attribute",
+ "type" : "string",
+ "value" : "test string",
+ },
+ ]
+}