CompDataSet With Counts
The dataset passed to the template used with COMP commands.
This dataset is used to render a final report (after processing) for all COMP commands, if the /template
option is provided. See Reveal an API Component for an example.
Inherits from Component Metadata DataSet
"dataset" : {
"name" : "CompTemplateDataSet",
"version" : "1.0.0"
}
counts provides the number of children and parents for each component. The content depends on the provided arguments.
"counts": [
{
"ComponentId": "54222e4e-e9c1-490b-becc-7d51a8208993",
"ParentCount": 0,
"ChildrenCount": 6
},
Last updated