changedInput schema / properties / body / properties / defaultRetryStrategy / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "interval": {
- "description": "Delay between retry attempts in seconds",
- "type": "integer"
- },
- "maxRetries": {
- "description": "Maximum number of retries after a failed check",
- "type": "integer"
- },
- "type": {
- "description": "Retry strategy kind, e.g. fixed interval between attempts",
- "type": "string"
- }
- },
- "required": [
- "type",
- "maxRetries",
- "interval"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "interval": {
+ "description": "Delay between retry attempts in seconds",
+ "type": "integer"
+ },
+ "maxRetries": {
+ "description": "Maximum number of retries after a failed check",
+ "type": "integer"
+ },
+ "type": {
+ "description": "Retry strategy kind, e.g. fixed interval between attempts",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "maxRetries",
+ "interval"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]