{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteDashboardsInput", "type": "object", "properties": { "DashboardNames": { "type": "array", "description": "The dashboards to be deleted. This parameter is required." } } }