{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetDashboardInput", "type": "object", "properties": { "DashboardName": { "type": "string", "description": "The name of the dashboard to be described." } } }