A container for a list of OSGi component configurations.
| name | data type | description |
|---|---|---|
| configuration | array of DeviceComponentConfiguration |
Example
{
"configuration" : [ {
"pid" : "...",
"OCD" : {
"AD" : [ { }, { } ],
"Icon" : [ { }, { } ],
"any" : [ { }, { } ],
"id" : "...",
"name" : "...",
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"properties" : {
"property" : [ { }, { } ]
}
}, {
"pid" : "...",
"OCD" : {
"AD" : [ { }, { } ],
"Icon" : [ { }, { } ],
"any" : [ { }, { } ],
"id" : "...",
"name" : "...",
"otherAttributes" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"properties" : {
"property" : [ { }, { } ]
}
} ]
}