ListGraphSnapshotsOutput schema from Neptune
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/analytics-list-graph-snapshots-output-schema.json", "title": "ListGraphSnapshotsOutput", "description": "ListGraphSnapshotsOutput schema from Neptune", "type": "object", "properties": { "graphSnapshots": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "arn": { "type": "string" }, "sourceGraphId": { "type": "string" }, "snapshotCreateTime": { "type": "string", "format": "date-time" }, "status": { "type": "string" } } } }, "nextToken": { "type": "string" } } }