Some json configurations will emit a single root node named after the object's type or an abstractable name for the object depending on context. This document outlines the differences and examples of both included and discluded root nodes in JSON responses.
Nodes of this type, for request GET foos
will respond with this body:
{
"foo": {
"bar": "baz"
}