Efrat19 commented on code in PR #26488:
URL: https://github.com/apache/flink/pull/26488#discussion_r2058014064


##########
flink-runtime-web/src/test/resources/rest_api_v1.snapshot:
##########
@@ -366,7 +366,8 @@
                     "type" : "string"
                   },
                   "optimizer_properties" : {
-                    "type" : "string"
+                    "type" : "object",
+                    "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:JobPlanInfo:RawJson"

Review Comment:
   I don't think so. `id` isn't a property of `optimizer_properties` but rather 
contains the schema path (since its an object now)
   Objects have either `id` or a `$ref` to their schema (not sure when is each 
used)



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to