Show TOC

The Configuration Root ObjectLocate this document in the navigation structure

The configuration root object encapsulates all configuration objects that represent a function and that exist as runtime objects. The format is as follows:

{
  steps : [ <step>* ],
  requests : [ <request>* ],
  bindings : [ <binding>* ],
  categories : [ <category>* ],
  representationTypes : [ <representationType>* ],
  facetFilters : [ <facetFilter>* ],
  navigationTargets : [ <navigationTarget>* ]
 }
Note

The notation [ <type>* ] indicates an array of one or more elements.