Data Response Object
| Field | Type | Details | 
|---|---|---|
| name | string | Used to specify the name of the entity to which the value refers, e.g.  | 
| value | string | The value for the named data type being returned to the Supplier, e.g.  | 
{
 "seatbid":{
     "bid":{
         "ext":{
             "data":[
                 {
                     "name":"vdeal-id",
                     "value":"abc123"
                 },
                 {
                     "name":"dmp-data",
                     "value":"56752-86862"
                 }
             ]
         }
     }
 }
}
