{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DashboardEntry",
"type": "object",
"description": "Represents a specific dashboard.",
"properties": {
"DashboardName": {
"type": "string",
"description": "The name of the dashboard."
},
"DashboardArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the dashboard."
},
"LastModified": {
"type": "string",
"description": "The time stamp of when the dashboard was last modified."
},
"Size": {
"type": "integer",
"description": "The size of the dashboard, in bytes."
}
}
}