Fixed sdk from local file installation
[src/xds/xds-server.git] / scripts / sdks / README.md
index 97bae21..c887293 100644 (file)
@@ -35,6 +35,7 @@ Returned the list all SDKs (available and installed) using JSON format.
 [
   {
     "name":         "My SDK name",
+    "uuid":         "a-unique-id",
     "description":  "A description",
     "profile":      "profile",
     "version":      "version",
@@ -102,6 +103,7 @@ returned the following JSON structure:
 ```json
 {
     "name":         "My SDK name",
+    "uuid":         "a-unique-id",
     "description":  "A description",
     "profile":      "profile",
     "version":      "version",