| { |
| "entries" : [ |
| { |
| "attribute_name" : "str_example1", |
| "string_type" : "ASCII", |
| "minimum_string_length" : 1, |
| "maximum_string_length" : 100, |
| "default_string_length" : 3, |
| "default_string" : "abc", |
| "readOnly" : false, |
| "helpText" : "str_example1 HelpText", |
| "displayName" : "str_example1 DisplayName", |
| "dbus" : { |
| "object_path" : "/xyz/abc/def", |
| "interface" : "xyz.openbmc_project.str_example1.value", |
| "property_name" : "Str_example1", |
| "property_type" : "string" |
| } |
| }, |
| { |
| "attribute_name" : "str_example2", |
| "string_type" : "Hex", |
| "minimum_string_length" : 0, |
| "maximum_string_length" : 100, |
| "default_string_length" : 0, |
| "default_string" : "", |
| "readOnly" : false, |
| "helpText" : "str_example2 HelpText", |
| "displayName" : "str_example2 DisplayName", |
| "dbus" : { |
| "object_path" : "/xyz/abc/def", |
| "interface" : "xyz.openbmc_project.str_example2.value", |
| "property_name" : "Str_example2", |
| "property_type" : "string" |
| } |
| }, |
| { |
| "attribute_name" : "str_example3", |
| "string_type" : "Unknown", |
| "minimum_string_length" : 1, |
| "maximum_string_length" : 100, |
| "default_string_length" : 2, |
| "default_string" : "ef", |
| "readOnly" : true, |
| "helpText" : "str_example3 HelpText", |
| "displayName" : "str_example3 DisplayName" |
| } |
| ] |
| } |