APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Amazon Neptune
OpenCypherNode
Amazon Neptune
· Schema
OpenCypherNode
A property graph node as returned by openCypher queries.
AWS
Database
Graph Database
Gremlin
Neptune
Property Graph
RDF
SPARQL
Properties
Name
Type
Description
~id
string
The unique identifier of the node.
~entityType
string
The entity type (always 'node').
~labels
array
The labels assigned to the node.
~properties
object
The node properties as key-value pairs.
View JSON Schema on GitHub