{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateServiceMetricsTaskRequest", "title": "CreateServiceMetricsTaskRequest", "type": "object", "properties": { "feedType": { "type": "string", "description": "The feedType specified for the customer service metric task being created. The report lists the transaction details that contribute to the service metrics evaluation. Supported types include:
CUSTOMER_SERVICE_METRICS_REPORT
1.0."
}
},
"description": "The type that defines the fields for the Customer Service Metric reports generated with the Feed API."
}