{ "$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-clusters-response-structure.json", "description": "Response from the DescribeDBClusters action", "type": "object", "properties": { "dBClusters": { "type": "array", "description": "A list of DB cluster descriptions", "items": { "$ref": "#/components/schemas/DBCluster" } }, "marker": { "type": "string", "description": "An optional pagination token provided by a previous request" } }, "name": "DescribeDBClustersResponse" }