{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/management-describe-db-cluster-snapshots-response-structure.json", "name": "DescribeDBClusterSnapshotsResponse", "description": "DescribeDBClusterSnapshotsResponse schema from Neptune", "type": "object", "properties": { "DBClusterSnapshots": { "type": "array", "items": { "$ref": "#/components/schemas/DBClusterSnapshot" } }, "Marker": { "type": "string" } } }