Graph
graph
A graph data structure representation with nodes and edges.
Attributes
| Caption | Name | Type | Description | 
|---|---|---|---|
| Description | desc | 
        String | The graph description - provides additional details about the graph's purpose and contents. | 
| Edges | edges | 
        Edge[] | 
        The edges/connections between nodes in the graph - contains the collection of edge objects defining relationships between nodes.
        
         | 
    
| Directed | is_directed | 
        Boolean | 
        Indicates if the graph is directed (true) or undirected (false).
        
         | 
    
| Name | name | 
        String | The graph name - a human readable identifier for the graph. | 
| Nodes | nodes | 
        Node[] | 
        The nodes/vertices of the graph - contains the collection of node objects that make up the graph.
        
         | 
    
| Query Language | query_language | 
        String | 
        The graph query language, normalized to the caption of the query_language_id value.
        
         | 
    
| Query Language ID | query_language_id | 
        Integer | 
        The normalized identifier of a graph query language that can be used to interact with the graph.
        
            
  | 
    
| Raw Data | raw_data | 
        JSON | 
            Group:contextThe event data as received from the event source.  | 
    
| Record ID | record_id | 
        String | 
            Group:primaryUnique identifier for the object  | 
    
| Type | type | 
        String | The graph type. Typically useful to represent the specific type of graph that is used. | 
| Unique ID | uid | 
        String | Unique identifier of the graph - a unique ID to reference this specific graph. | 
| Unmapped | unmapped | 
        Unmapped[] | Data from the source that was not mapped into the schema. | 
Relationships
Inbound Relationships
These objects and events reference Graph in their attributes:
Outbound Relationships
Graph references the following objects and events in its attributes:
This page describes qdm-1.5.1+ocsf-1.6.0
Updated about 7 hours ago