{
"type": "object",
"properties": {
"Name": {},
"Values": {}
},
"required": [
"Name",
"Values"
],
"description": "A set of elements to filter the returned scheduled actions. ",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-scheduled-action-filter-schema.json",
"title": "ScheduledActionFilter"
}