removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / direction / default
Added value: +"forward"
changedInput schema / properties / direction / description
Previous value: -"'forward' (what uses X, default) or 'inverse' (what X uses)"New value: +"Query direction: 'forward' finds what uses this object, 'inverse' finds what this object uses"
addedInput schema / properties / direction / enum
Added value: +[
+ "forward",
+ "inverse"
+]
addedInput schema / properties / direction / example
Added value: +"forward"
addedInput schema / properties / max_results / default
Added value: +100
changedInput schema / properties / max_results / description
Previous value: -"Maximum results (default 100)"New value: +"Maximum number of results to return (max: 1000)"
addedInput schema / properties / max_results / example
Added value: +100
addedInput schema / properties / max_results / maximum
Added value: +1000
addedInput schema / properties / max_results / minimum
Added value: +1
changedInput schema / properties / max_results / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / name_filter
Added value: +{
+ "description": "Filter pattern for object names (e.g., 'Z*' for custom objects, 'Y*' for Y namespace). Supports * as wildcard. REQUIRED for heavily-used tables like MARA to avoid timeout!",
+ "example": "Z*",
+ "type": "string"
+}
changedInput schema / properties / object_name / description
Previous value: -"Object name, e.g. MARA, ZCL_MY_CLASS"New value: +"Name of the object to look up (e.g., MARA, BAPI_PO_CREATE, ZCL_MY_CLASS)"
addedInput schema / properties / object_name / example
Added value: +"MARA"
addedInput schema / properties / object_type / default
Added value: +"TABL"
changedInput schema / properties / object_type / description
Previous value: -"TABL, VIEW, DTEL, DOMA, STRU, PROG, INCL, FUNC, CLAS or FUGR (default TABL)"New value: +"Type of the object"
addedInput schema / properties / object_type / enum
Added value: +[
+ "TABL",
+ "VIEW",
+ "DTEL",
+ "DOMA",
+ "STRU",
+ "PROG",
+ "INCL",
+ "FUNC",
+ "CLAS",
+ "FUGR"
+]
addedInput schema / properties / object_type / example
Added value: +"TABL"