Canvas: Add nodeId field to dodo-app.jsonschema

Change-Id: I2761a6f91f98c610b5436c6e6586d1ceecafcf70
diff --git a/apps/canvas/back/src/dodo-app.jsonschema b/apps/canvas/back/src/dodo-app.jsonschema
index bbb8cee..50b21fc 100644
--- a/apps/canvas/back/src/dodo-app.jsonschema
+++ b/apps/canvas/back/src/dodo-app.jsonschema
@@ -115,7 +115,7 @@
                         },
                         "nodeId": {
                             "type": "string",
-                            "description": "Identifier of the node this resource is assigned to."
+                            "description": "Identifier of the node this resource is assigned to. Generated by server."
                         }
                     },
                     "required": ["port"]
@@ -207,7 +207,7 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["network", "subdomain", "port", "auth"]
@@ -342,7 +342,7 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["type", "name", "source"]
@@ -478,7 +478,7 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["name"]
@@ -501,7 +501,7 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["name", "accessMode", "size"]
@@ -528,7 +528,7 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["name", "size"]
@@ -555,10 +555,10 @@
                 },
                 "nodeId": {
                     "type": "string",
-                    "description": "Identifier of the node this resource is assigned to."
+                    "description": "Identifier of the node this resource is assigned to. Generated by server."
                 }
             },
             "required": ["name", "size"]
         }
     }
-}
\ No newline at end of file
+}