diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index dd15ca65c56..301069e8f96 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -6016,9 +6016,6 @@ "ReportSchedule": { "type": "object", "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -6029,10 +6026,6 @@ "frequency": { "type": "string" }, - "hour": { - "type": "integer", - "format": "int64" - }, "intervalAmount": { "type": "integer", "format": "int64" @@ -6040,10 +6033,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "type": "integer", - "format": "int64" - }, "startDate": { "type": "string", "format": "date-time" diff --git a/public/api-merged.json b/public/api-merged.json index 75c450e5825..535da6ed45b 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -17840,9 +17840,6 @@ "ReportSchedule": { "type": "object", "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -17853,10 +17850,6 @@ "frequency": { "type": "string" }, - "hour": { - "type": "integer", - "format": "int64" - }, "intervalAmount": { "type": "integer", "format": "int64" @@ -17864,10 +17857,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "type": "integer", - "format": "int64" - }, "startDate": { "type": "string", "format": "date-time" diff --git a/public/openapi3.json b/public/openapi3.json index 49f5cbf42b9..a4d18749dd3 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -8824,9 +8824,6 @@ }, "ReportSchedule": { "properties": { - "day": { - "type": "string" - }, "dayOfMonth": { "type": "string" }, @@ -8837,10 +8834,6 @@ "frequency": { "type": "string" }, - "hour": { - "format": "int64", - "type": "integer" - }, "intervalAmount": { "format": "int64", "type": "integer" @@ -8848,10 +8841,6 @@ "intervalFrequency": { "type": "string" }, - "minute": { - "format": "int64", - "type": "integer" - }, "startDate": { "format": "date-time", "type": "string"