{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.rdb.v1.ListInstancesResponse", "title": "scaleway.rdb.v1.ListInstancesResponse", "type": "object", "properties": { "instances": { "type": "array", "description": "List of all Database Instances available in an Organization or Project.", "items": { "$ref": "#/components/schemas/scaleway.rdb.v1.Instance" } }, "total_count": { "type": "integer", "description": "Total count of Database Instances available in a Organization or Project.", "format": "uint32" } }, "x-properties-order": [ "instances", "total_count" ] }