{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-secrets-manager/refs/heads/main/json-structure/amazon-secrets-manager-list-secrets-response-structure.json", "name": "ListSecretsResponse", "description": "ListSecretsResponse schema from Amazon Secrets Manager API", "type": "object", "properties": { "SecretList": { "type": "array", "items": { "$ref": "#/components/schemas/Secret" } }, "NextToken": { "type": "string" } } }