Hi All,
I am trying to add vertex properties as key & value pairs but something i am looking for some customized structure as below .
{
"Vertex": [
{
"id": "Test1",
"label": "Runnable",
"name": " Test1",
"Attributes": [
{
"name": "Test Name",
"label": "Test Label",
"value": "1",
"type": "Int",
"isShow": "True"
},
......
]
}
but when i trying g.addV().property('name', 'mark', 'm-k1', 'meta1', 'm-k2', 'meta2')
All properties bundled with "properties":{
}
can we add properties name of Attributes ?