Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,7 @@
"description": "Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.",
"$ref": "#/definitions/ExportRecurrencePeriod"
}
},
"required": [
"recurrence"
]
}
},
"ExportDeliveryInfo": {
"description": "The delivery information associated with a export.",
Expand Down Expand Up @@ -1032,7 +1029,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
Expand Down