This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ed2e76cb2 [hotfix][docs] Regenerate REST docs
a5ed2e76cb2 is described below

commit a5ed2e76cb2f762da99ba7e9429e5a0686c3c26c
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Apr 4 18:03:37 2023 +0200

    [hotfix][docs] Regenerate REST docs
---
 docs/layouts/shortcodes/generated/rest_v1_dispatcher.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/layouts/shortcodes/generated/rest_v1_dispatcher.html 
b/docs/layouts/shortcodes/generated/rest_v1_dispatcher.html
index 70ef8a1c5bc..f64a73b508a 100644
--- a/docs/layouts/shortcodes/generated/rest_v1_dispatcher.html
+++ b/docs/layouts/shortcodes/generated/rest_v1_dispatcher.html
@@ -3127,11 +3127,11 @@ Using 'curl' you can upload a jar via 'curl -X POST -H 
"Expect:" -F "jarfile=@pa
   "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:job:JobResourceRequirementsBody",
   "additionalProperties" : {
     "type" : "object",
-    "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobmaster:JobVertexResourceRequirements",
+    "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobgraph:JobVertexResourceRequirements",
     "properties" : {
       "parallelism" : {
         "type" : "object",
-        "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobmaster:JobVertexResourceRequirements:Parallelism",
+        "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobgraph:JobVertexResourceRequirements:Parallelism",
         "properties" : {
           "lowerBound" : {
             "type" : "integer"
@@ -3181,11 +3181,11 @@ Using 'curl' you can upload a jar via 'curl -X POST -H 
"Expect:" -F "jarfile=@pa
   "id" : 
"urn:jsonschema:org:apache:flink:runtime:rest:messages:job:JobResourceRequirementsBody",
   "additionalProperties" : {
     "type" : "object",
-    "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobmaster:JobVertexResourceRequirements",
+    "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobgraph:JobVertexResourceRequirements",
     "properties" : {
       "parallelism" : {
         "type" : "object",
-        "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobmaster:JobVertexResourceRequirements:Parallelism",
+        "id" : 
"urn:jsonschema:org:apache:flink:runtime:jobgraph:JobVertexResourceRequirements:Parallelism",
         "properties" : {
           "lowerBound" : {
             "type" : "integer"

Reply via email to