{ "$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

" }, "filterCriteria": { "description": "This container is used to customize and set criteria for Customer Service Metric report that will be associated with the task.", "$ref": "#/components/schemas/CustomerServiceMetricsFilterCriteria" }, "schemaVersion": { "type": "string", "description": "The version number of the customer service metric.

Note: This field must have a value of 1.0." } }, "description": "The type that defines the fields for the Customer Service Metric reports generated with the Feed API." }