blob: 6133412f03af75497e24853db15ac3de1e146234 [file] [log] [blame]
Carol Wang612f35b2019-08-26 17:14:26 +08001{
2 "entries" : [
3 {
4 "attribute_name" : "str_example1",
5 "string_type" : "ASCII",
6 "minimum_string_length" : 1,
7 "maximum_string_length" : 100,
8 "default_string_length" : 3,
9 "default_string" : "abc",
10 "dbus" : {
11 "object_path" : "/xyz/abc/def",
12 "interface" : "xyz.openbmc_project.str_example1.value",
13 "property_name" : "Str_example1",
14 "property_type" : "string"
15 }
16 },
17 {
18 "attribute_name" : "str_example2",
19 "string_type" : "Hex",
20 "minimum_string_length" : 0,
21 "maximum_string_length" : 100,
22 "default_string_length" : 0,
23 "default_string" : "",
24 "dbus" : {
25 "object_path" : "/xyz/abc/def",
26 "interface" : "xyz.openbmc_project.str_example2.value",
27 "property_name" : "Str_example2",
28 "property_type" : "string"
29 }
30 },
31 {
32 "attribute_name" : "str_example3",
33 "string_type" : "Unknown",
34 "minimum_string_length" : 1,
35 "maximum_string_length" : 100,
36 "default_string_length" : 2,
37 "default_string" : "ef"
38 }
39 ]
40}