Efrat19 commented on code in PR #26320: URL: https://github.com/apache/flink/pull/26320#discussion_r2034672644
########## docs/static/generated/rest_v1_dispatcher.yml: ########## @@ -2663,6 +2679,19 @@ components: type: object allOf: - $ref: '#/components/schemas/SubtaskCheckpointStatistics' + Plan: + type: object + properties: + jid: + type: string + name: + type: string + nodes: + type: array + items: + $ref: '#/components/schemas/Node' Review Comment: Renamed the schema to `PlanNode` -- 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