ClusterParameterStatusList schema from Amazon Redshift
{ "type": "array", "items": { "type": "object", "properties": { "ParameterName": {}, "ParameterApplyStatus": {}, "ParameterApplyErrorDescription": {} }, "description": "Describes the status of a parameter group." }, "$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-parameter-status-list-schema.json", "title": "ClusterParameterStatusList", "description": "ClusterParameterStatusList schema from Amazon Redshift" }