A container for EdcMetric instances organized into a list.
| name | data type | description |
|---|---|---|
| metric | array of EdcMetric |
Example
{
"metric" : [ {
"name" : "...",
"type" : "...",
"value" : "..."
}, {
"name" : "...",
"type" : "...",
"value" : "..."
} ]
}