{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/management-describe-db-subnet-groups-response-schema.json", "title": "DescribeDBSubnetGroupsResponse", "description": "DescribeDBSubnetGroupsResponse schema from Neptune", "type": "object", "properties": { "DBSubnetGroups": { "type": "array", "items": { "$ref": "#/components/schemas/DBSubnetGroup" } }, "Marker": { "type": "string" } } }