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