{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RecommendationDateRange", "title": "RecommendationDateRange", "properties": { "fromDate": { "type": "string", "description": "from date for Recommendation

Expected format - yyyy-MM-dd'T'HH:mm:ss. Note- The date is in UTC timezone instead of Local timezone.

Endpoints:", "example": "2020-05-23T10:40:59.000Z" }, "toDate": { "type": "string", "description": "to date for Recommendation.

Expected format - yyyy-MM-dd'T'HH:mm:ss.Note- The date is in UTC timezone instead of Local timezone.

Endpoints:", "example": "2020-05-23T10:40:59.000Z" } } }