removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
addedInput schema / properties / agent_id / maxLength
Added value: +32
addedInput schema / properties / agent_id / minLength
Added value: +1
addedInput schema / properties / agent_id / pattern
Added value: +"^\\d+$"
addedInput schema / properties / end_time
Added value: +{
+ "description": "Only return alerts at or before this timestamp",
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+}
addedInput schema / properties / include_full_log
Added value: +{
+ "default": false,
+ "description": "Include full raw alert log text in the response",
+ "type": "boolean"
+}
changedInput schema / properties / limit / description
Previous value: -"Maximum number of alerts to return (1-100)"New value: +"Maximum number of items to return (1-100)"
changedInput schema / properties / offset / maximum
Previous value: -9007199254740991New value: +100000
addedInput schema / properties / query / maxLength
Added value: +256
addedInput schema / properties / query / minLength
Added value: +1
addedInput schema / properties / query / pattern
Added value: +"^[\\p{L}\\p{N}\\s._:@/+,\\-#()[\\]]+$"
addedInput schema / properties / start_time
Added value: +{
+ "description": "Only return alerts at or after this timestamp",
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
+ "type": "string"
+}