{ "$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-get-random-password-response-structure.json", "name": "GetRandomPasswordResponse", "description": "GetRandomPasswordResponse schema from Amazon Secrets Manager API", "type": "object", "properties": { "RandomPassword": { "type": "string", "description": "A string with the password." } } }