Add logo shape
[platform/core/api/mediavision.git] / media-vision-config-example.json
1 {
2     "attributes":
3     [
4         {   "name"  : "sample_double_attribute",
5             "type"  : "double",
6             "value" : 0.82,
7         },
8         {   "name"  : "sample_integer_attribute",
9             "type"  : "integer",
10             "value" : 50,
11         },
12         {   "name"  : "sample_boolean_attribute",
13             "type"  : "boolean",
14             "value" : true,
15         },
16         {   "name"  : "sample_string attribute",
17             "type"  : "string",
18             "value" : "test string",
19         },
20     ]
21 }