Last active
July 15, 2016 18:12
-
-
Save robertdale/6c074b165a72efee701e26f851f8b68a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":{ | |
"type":"long", | |
"value":2 | |
}, | |
"type":"vertex", | |
"label":"person", | |
"properties":{ | |
"age":{ | |
"type":"short", | |
"value":18 | |
}, | |
"gender":{ | |
"type":"string", | |
"value":"non-binary" | |
}, | |
"mixed_bag":{ | |
"type":"list", | |
"value":[ | |
{ | |
"type":"boolean", | |
"value":true | |
}, | |
{ | |
"type":"string", | |
"value":"foo" | |
}, | |
{ | |
"type":"int8", | |
"value":2345 | |
} | |
], | |
"uuids":{ | |
"type":"list", | |
"value":[ | |
{ | |
"type":"uuid", | |
"value":"6f6c66c1-b8aa-4f42-bba3-2196f48ba90b" | |
}, | |
{ | |
"type":"uuid", | |
"value":"0819df0d-2121-4350-832b-133db030e423" | |
} | |
] | |
} | |
}, | |
"inE":{ | |
"type":"set", | |
"value":[ | |
{ | |
"id":{ | |
"type":"long", | |
"value":3 | |
} | |
}, | |
{ | |
"id":{ | |
"type":"long", | |
"value":4 | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment