Show TOC

 The Category Object Locate this document in the navigation structure

 

The category object defines the categories that are displayed in the analysis step gallery. It has the following format:

Syntax Syntax

  1. {
  2.   "type" : "category",    // optional
  3.   "id" : <id::string>,
  4.   "label" : <label>
  5. }
End of the code.