Amazon Neptune · Schema

PropertyGraphData

The serialized property graph change data. The type field indicates the element kind.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
id string The unique identifier of the element.
type string The element type: v (vertex), vl (vertex label), vp (vertex property), e (edge), ep (edge property).
key string The property key name.
value object The property value with its data type.
from string Source vertex ID (for edges only).
to string Target vertex ID (for edges only).
View JSON Schema on GitHub