|=== |Path|Type|Description |`+contexts+` |`+Object+` |Application contexts keyed by id. |`+contexts.*.parentId+` |`+String+` |Id of the parent application context, if any. |`+contexts.*.beans+` |`+Object+` |Beans in the application context keyed by name. |`+contexts.*.beans.*.aliases+` |`+Array+` |Names of any aliases. |`+contexts.*.beans.*.scope+` |`+String+` |Scope of the bean. |`+contexts.*.beans.*.type+` |`+String+` |Fully qualified type of the bean. |`+contexts.*.beans.*.resource+` |`+String+` |Resource in which the bean was defined, if any. |`+contexts.*.beans.*.dependencies+` |`+Array+` |Names of any dependencies. |===