zentol commented on code in PR #21227:
URL: https://github.com/apache/flink/pull/21227#discussion_r1012607697


##########
docs/layouts/shortcodes/generated/rest_v1_dispatcher.html:
##########
@@ -1368,7 +1368,8 @@
     "job-accumulators" : {
       "type" : "array",
       "items" : {
-        "type" : "any"
+        "type" : "object",
+        "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:JobAccumulatorsInfo:JobAccumulator"

Review Comment:
   The schema extraction seems to have become smarter. This is a good thing; an 
object without any properties better resembles an empty response than `any` 
(which could be _anything_).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to