ClusterExtendedCredentials schema from Amazon Redshift
{ "type": "object", "properties": { "DbUser": {}, "DbPassword": {}, "Expiration": {}, "NextRefreshTime": {} }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-cluster-extended-credentials-schema.json", "title": "ClusterExtendedCredentials", "description": "ClusterExtendedCredentials schema from Amazon Redshift" }