AdobeDocs/analytics-2.0-apis

Use more strict shema for ReportFilter's segmentDefinition

Closed this issue · 1 comments

mems commented

The field segmentDefinition of ReportFilter should use the AnalyticsSegmentDefinition schema instead of object:

"segmentDefinition": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},

Looks like this is complete - thank you for the PR!