{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rds/refs/heads/main/json-structure/amazon-rds-openapi-describe-db-snapshots-response-structure.json", "description": "Response from the DescribeDBSnapshots action", "type": "object", "properties": { "dBSnapshots": { "type": "array", "description": "A list of DB snapshot descriptions", "items": { "$ref": "#/components/schemas/DBSnapshot" } }, "marker": { "type": "string", "description": "An optional pagination token provided by a previous request" } }, "name": "DescribeDBSnapshotsResponse" }