{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.secret_manager.v1beta1.ListSecretsResponse", "title": "scaleway.secret_manager.v1beta1.ListSecretsResponse", "type": "object", "properties": { "secrets": { "type": "array", "description": "Single page of secrets matching the requested criteria.", "items": { "$ref": "#/components/schemas/scaleway.secret_manager.v1beta1.Secret" } }, "total_count": { "type": "integer", "description": "Count of all secrets matching the requested criteria.", "format": "uint64" } }, "x-properties-order": [ "secrets", "total_count" ] }