{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-documentdb/refs/heads/main/json-structure/documentdb-openapi-describe-db-clusters-result-structure.json", "name": "DescribeDBClustersResult", "description": "DescribeDBClustersResult schema from Amazon DocumentDB API", "type": "object", "properties": { "DBClusters": { "type": "array", "items": { "$ref": "#/components/schemas/DBCluster" } }, "Marker": { "type": "string" } } }