Browse code

api: align Topology swagger with Segments JSON shape

Signed-off-by: Nishant Maheshwari <mnishant222@gmail.com>

Nishant Maheshwari authored on 2026/04/14 05:34:36
Showing 1 changed files
... ...
@@ -8134,8 +8134,11 @@ definitions:
8134 8134
       details, see documentation for the Topology object in the CSI
8135 8135
       specification.
8136 8136
     type: "object"
8137
-    additionalProperties:
8138
-      type: "string"
8137
+    properties:
8138
+      Segments:
8139
+        type: "object"
8140
+        additionalProperties:
8141
+          type: "string"
8139 8142
 
8140 8143
   ImageManifestSummary:
8141 8144
     x-go-name: "ManifestSummary"