Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 708 Bytes

File metadata and controls

25 lines (20 loc) · 708 Bytes

Node

The node is a base object that makes up the diagnostic graph. Any derived object can be used where a node object is required.

Format

Name Type Required Description
type string yes The string indicating the type of derived object.
path string no Any string to reference from other nodes.

Derived objects