|
@@ -114,12 +114,13 @@ type GraphNode struct {
|
|
|
ID string `json:"id"`
|
|
|
Labels []string `json:"labels"`
|
|
|
Properties struct {
|
|
|
- CreatedAt float64 `json:"createdAt"`
|
|
|
- Aliases []string `json:"aliases"`
|
|
|
- Name string `json:"name"`
|
|
|
- UUID string `json:"uuid"`
|
|
|
- Tags []string `json:"tags"`
|
|
|
- Props string `json:"props"`
|
|
|
+ CreatedAt float64 `json:"createdAt"`
|
|
|
+ Aliases []string `json:"aliases"`
|
|
|
+ Name string `json:"name"`
|
|
|
+ UUID string `json:"uuid"`
|
|
|
+ Tags []string `json:"tags"`
|
|
|
+ Props string `json:"props"`
|
|
|
+ Neo4JImportId string `json:"neo4jImportId"`
|
|
|
} `json:"properties"`
|
|
|
}
|
|
|
|