{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BusinessMetricInput",
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The title of the Business Metric."
},
"values": {
"type": "array",
"description": "The values of the Business Metric."
},
"cost_report_tokens_with_metadata": {
"type": "array",
"description": "Associated cost reports with metadata."
}
}
}