{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetDashboardOutput",
"title": "GetDashboardOutput",
"type": "object",
"properties": {
"DashboardArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the dashboard.",
"example": "example_value"
},
"DashboardBody": {
"type": "string",
"description": "The detailed information about the dashboard, including what widgets are included and their location.",
"example": "example_value"
},
"DashboardName": {
"type": "string",
"description": "The name of the dashboard.",
"example": "example_value"
}
}
}