removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / date_from / description
Previous value: -"Start date YYYYMMDD (default last 7 days)"New value: +"Start date in YYYYMMDD format (default: last 7 days)"
addedInput schema / properties / date_from / example
Added value: +"20260101"
changedInput schema / properties / date_to / description
Previous value: -"End date YYYYMMDD"New value: +"End date in YYYYMMDD format (default: today)"
addedInput schema / properties / date_to / example
Added value: +"20260131"
changedInput schema / properties / job_name / description
Previous value: -"Job name prefix filter"New value: +"Filter by job name prefix"
addedInput schema / properties / job_name / example
Added value: +"ZPROG_"
addedInput schema / properties / max_rows / default
Added value: +100
changedInput schema / properties / max_rows / description
Previous value: -"Maximum rows (default 100)"New value: +"Maximum rows to return"
addedInput schema / properties / max_rows / example
Added value: +100
changedInput schema / properties / max_rows / type
Previous value: -"number"New value: +"integer"
changedInput schema / properties / status / description
Previous value: -"F, A, R, S or P"New value: +"Job status: F=Finished, A=Aborted, R=Running, S=Scheduled, P=Ready"
addedInput schema / properties / status / enum
Added value: +[
+ "F",
+ "A",
+ "R",
+ "S",
+ "P"
+]
addedInput schema / properties / user / example
Added value: +"BATCH"