| name | data type | description |
|---|---|---|
| product | Product | |
| type | string |
Example
{
"product" : {
"relatedParty" : [ {
"name" : "...",
"id" : "...",
"validFor" : { },
"role" : "...",
"href" : "..."
}, {
"name" : "...",
"id" : "...",
"validFor" : { },
"role" : "...",
"href" : "..."
} ],
"place" : {
"id" : "...",
"address" : { },
"href" : "...",
"name" : "..."
},
"href" : "...",
"productRelationship" : [ {
"product" : { },
"type" : "..."
}, {
"product" : { },
"type" : "..."
} ],
"id" : "...",
"productCharacteristic" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ]
},
"type" : "..."
}