{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListDashboardsInput", "title": "ListDashboardsInput", "type": "object", "properties": { "DashboardNamePrefix": { "type": "string", "description": "If you specify this parameter, only the dashboards with names starting with the specified string are listed.", "example": "example_value" }, "NextToken": { "type": "string", "description": "The token returned by a previous call to indicate there is more data available.", "example": "example_value" } } }