Profile: network-aggregation
A network-aggregation is a document meant to aggregate child documents at the network level. This serves as an explicit signal that clients should expect this aggregation to include documents from many different publishers in query results. See the aggregation profile for more details on child documents.
Structure
The network-aggregation profile requires that the document also list the aggregation profile in its profile list; the aggregation profile provides further constraints on the items array.
Example network-aggregation document
{
"id": "12345",
"profiles": [
{
"href": "/v1/profiles/network-aggregation"
},
{
"href": "/v1/profiles/aggregation"
},
{
"href": "/v1/profiles/document"
}
],
"items": []
}