Browse code

api/docs: move ImageHistoryResponseItem to definitions (API v1.25-v1.52)

Similar to caaa9c9bb5617aa46f06c3051c1d92b21255610c, but applied to
existing API versions, so that it's easier to compare differences
between versions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/12/16 19:42:03
Showing 28 changed files
... ...
@@ -129,6 +129,34 @@ tags:
129 129
     x-displayName: "System"
130 130
 
131 131
 definitions:
132
+  ImageHistoryResponseItem:
133
+    type: "object"
134
+    x-go-name: HistoryResponseItem
135
+    title: "HistoryResponseItem"
136
+    description: "individual image layer information in response to ImageHistory operation"
137
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
138
+    properties:
139
+      Id:
140
+        type: "string"
141
+        x-nullable: false
142
+      Created:
143
+        type: "integer"
144
+        format: "int64"
145
+        x-nullable: false
146
+      CreatedBy:
147
+        type: "string"
148
+        x-nullable: false
149
+      Tags:
150
+        type: "array"
151
+        items:
152
+          type: "string"
153
+      Size:
154
+        type: "integer"
155
+        format: "int64"
156
+        x-nullable: false
157
+      Comment:
158
+        type: "string"
159
+        x-nullable: false
132 160
   Port:
133 161
     type: "object"
134 162
     description: "An open port on a container"
... ...
@@ -4602,24 +4630,7 @@ paths:
4602 4602
           schema:
4603 4603
             type: "array"
4604 4604
             items:
4605
-              type: "object"
4606
-              properties:
4607
-                Id:
4608
-                  type: "string"
4609
-                Created:
4610
-                  type: "integer"
4611
-                  format: "int64"
4612
-                CreatedBy:
4613
-                  type: "string"
4614
-                Tags:
4615
-                  type: "array"
4616
-                  items:
4617
-                    type: "string"
4618
-                Size:
4619
-                  type: "integer"
4620
-                  format: "int64"
4621
-                Comment:
4622
-                  type: "string"
4605
+              $ref: "#/definitions/ImageHistoryResponseItem"
4623 4606
           examples:
4624 4607
             application/json:
4625 4608
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -129,6 +129,34 @@ tags:
129 129
     x-displayName: "System"
130 130
 
131 131
 definitions:
132
+  ImageHistoryResponseItem:
133
+    type: "object"
134
+    x-go-name: HistoryResponseItem
135
+    title: "HistoryResponseItem"
136
+    description: "individual image layer information in response to ImageHistory operation"
137
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
138
+    properties:
139
+      Id:
140
+        type: "string"
141
+        x-nullable: false
142
+      Created:
143
+        type: "integer"
144
+        format: "int64"
145
+        x-nullable: false
146
+      CreatedBy:
147
+        type: "string"
148
+        x-nullable: false
149
+      Tags:
150
+        type: "array"
151
+        items:
152
+          type: "string"
153
+      Size:
154
+        type: "integer"
155
+        format: "int64"
156
+        x-nullable: false
157
+      Comment:
158
+        type: "string"
159
+        x-nullable: false
132 160
   Port:
133 161
     type: "object"
134 162
     description: "An open port on a container"
... ...
@@ -4612,24 +4640,7 @@ paths:
4612 4612
           schema:
4613 4613
             type: "array"
4614 4614
             items:
4615
-              type: "object"
4616
-              properties:
4617
-                Id:
4618
-                  type: "string"
4619
-                Created:
4620
-                  type: "integer"
4621
-                  format: "int64"
4622
-                CreatedBy:
4623
-                  type: "string"
4624
-                Tags:
4625
-                  type: "array"
4626
-                  items:
4627
-                    type: "string"
4628
-                Size:
4629
-                  type: "integer"
4630
-                  format: "int64"
4631
-                Comment:
4632
-                  type: "string"
4615
+              $ref: "#/definitions/ImageHistoryResponseItem"
4633 4616
           examples:
4634 4617
             application/json:
4635 4618
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -4681,24 +4709,7 @@ paths:
4681 4681
           schema:
4682 4682
             type: "array"
4683 4683
             items:
4684
-              type: "object"
4685
-              properties:
4686
-                Id:
4687
-                  type: "string"
4688
-                Created:
4689
-                  type: "integer"
4690
-                  format: "int64"
4691
-                CreatedBy:
4692
-                  type: "string"
4693
-                Tags:
4694
-                  type: "array"
4695
-                  items:
4696
-                    type: "string"
4697
-                Size:
4698
-                  type: "integer"
4699
-                  format: "int64"
4700
-                Comment:
4701
-                  type: "string"
4684
+              $ref: "#/definitions/ImageHistoryResponseItem"
4702 4685
           examples:
4703 4686
             application/json:
4704 4687
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -4781,31 +4809,7 @@ paths:
4781 4781
           schema:
4782 4782
             type: "array"
4783 4783
             items:
4784
-              type: "object"
4785
-              x-go-name: HistoryResponseItem
4786
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
4787
-              properties:
4788
-                Id:
4789
-                  type: "string"
4790
-                  x-nullable: false
4791
-                Created:
4792
-                  type: "integer"
4793
-                  format: "int64"
4794
-                  x-nullable: false
4795
-                CreatedBy:
4796
-                  type: "string"
4797
-                  x-nullable: false
4798
-                Tags:
4799
-                  type: "array"
4800
-                  items:
4801
-                    type: "string"
4802
-                Size:
4803
-                  type: "integer"
4804
-                  format: "int64"
4805
-                  x-nullable: false
4806
-                Comment:
4807
-                  type: "string"
4808
-                  x-nullable: false
4784
+              $ref: "#/definitions/ImageHistoryResponseItem"
4809 4785
           examples:
4810 4786
             application/json:
4811 4787
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -4814,31 +4842,7 @@ paths:
4814 4814
           schema:
4815 4815
             type: "array"
4816 4816
             items:
4817
-              type: "object"
4818
-              x-go-name: HistoryResponseItem
4819
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
4820
-              properties:
4821
-                Id:
4822
-                  type: "string"
4823
-                  x-nullable: false
4824
-                Created:
4825
-                  type: "integer"
4826
-                  format: "int64"
4827
-                  x-nullable: false
4828
-                CreatedBy:
4829
-                  type: "string"
4830
-                  x-nullable: false
4831
-                Tags:
4832
-                  type: "array"
4833
-                  items:
4834
-                    type: "string"
4835
-                Size:
4836
-                  type: "integer"
4837
-                  format: "int64"
4838
-                  x-nullable: false
4839
-                Comment:
4840
-                  type: "string"
4841
-                  x-nullable: false
4817
+              $ref: "#/definitions/ImageHistoryResponseItem"
4842 4818
           examples:
4843 4819
             application/json:
4844 4820
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -5058,31 +5086,7 @@ paths:
5058 5058
           schema:
5059 5059
             type: "array"
5060 5060
             items:
5061
-              type: "object"
5062
-              x-go-name: HistoryResponseItem
5063
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
5064
-              properties:
5065
-                Id:
5066
-                  type: "string"
5067
-                  x-nullable: false
5068
-                Created:
5069
-                  type: "integer"
5070
-                  format: "int64"
5071
-                  x-nullable: false
5072
-                CreatedBy:
5073
-                  type: "string"
5074
-                  x-nullable: false
5075
-                Tags:
5076
-                  type: "array"
5077
-                  items:
5078
-                    type: "string"
5079
-                Size:
5080
-                  type: "integer"
5081
-                  format: "int64"
5082
-                  x-nullable: false
5083
-                Comment:
5084
-                  type: "string"
5085
-                  x-nullable: false
5061
+              $ref: "#/definitions/ImageHistoryResponseItem"
5086 5062
           examples:
5087 5063
             application/json:
5088 5064
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -5152,31 +5180,7 @@ paths:
5152 5152
           schema:
5153 5153
             type: "array"
5154 5154
             items:
5155
-              type: "object"
5156
-              x-go-name: HistoryResponseItem
5157
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
5158
-              properties:
5159
-                Id:
5160
-                  type: "string"
5161
-                  x-nullable: false
5162
-                Created:
5163
-                  type: "integer"
5164
-                  format: "int64"
5165
-                  x-nullable: false
5166
-                CreatedBy:
5167
-                  type: "string"
5168
-                  x-nullable: false
5169
-                Tags:
5170
-                  type: "array"
5171
-                  items:
5172
-                    type: "string"
5173
-                Size:
5174
-                  type: "integer"
5175
-                  format: "int64"
5176
-                  x-nullable: false
5177
-                Comment:
5178
-                  type: "string"
5179
-                  x-nullable: false
5155
+              $ref: "#/definitions/ImageHistoryResponseItem"
5180 5156
           examples:
5181 5157
             application/json:
5182 5158
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -131,6 +131,34 @@ tags:
131 131
     x-displayName: "System"
132 132
 
133 133
 definitions:
134
+  ImageHistoryResponseItem:
135
+    type: "object"
136
+    x-go-name: HistoryResponseItem
137
+    title: "HistoryResponseItem"
138
+    description: "individual image layer information in response to ImageHistory operation"
139
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
140
+    properties:
141
+      Id:
142
+        type: "string"
143
+        x-nullable: false
144
+      Created:
145
+        type: "integer"
146
+        format: "int64"
147
+        x-nullable: false
148
+      CreatedBy:
149
+        type: "string"
150
+        x-nullable: false
151
+      Tags:
152
+        type: "array"
153
+        items:
154
+          type: "string"
155
+      Size:
156
+        type: "integer"
157
+        format: "int64"
158
+        x-nullable: false
159
+      Comment:
160
+        type: "string"
161
+        x-nullable: false
134 162
   Port:
135 163
     type: "object"
136 164
     description: "An open port on a container"
... ...
@@ -6357,31 +6385,7 @@ paths:
6357 6357
           schema:
6358 6358
             type: "array"
6359 6359
             items:
6360
-              type: "object"
6361
-              x-go-name: HistoryResponseItem
6362
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6363
-              properties:
6364
-                Id:
6365
-                  type: "string"
6366
-                  x-nullable: false
6367
-                Created:
6368
-                  type: "integer"
6369
-                  format: "int64"
6370
-                  x-nullable: false
6371
-                CreatedBy:
6372
-                  type: "string"
6373
-                  x-nullable: false
6374
-                Tags:
6375
-                  type: "array"
6376
-                  items:
6377
-                    type: "string"
6378
-                Size:
6379
-                  type: "integer"
6380
-                  format: "int64"
6381
-                  x-nullable: false
6382
-                Comment:
6383
-                  type: "string"
6384
-                  x-nullable: false
6360
+              $ref: "#/definitions/ImageHistoryResponseItem"
6385 6361
           examples:
6386 6362
             application/json:
6387 6363
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -135,6 +135,34 @@ tags:
135 135
     x-displayName: "System"
136 136
 
137 137
 definitions:
138
+  ImageHistoryResponseItem:
139
+    type: "object"
140
+    x-go-name: HistoryResponseItem
141
+    title: "HistoryResponseItem"
142
+    description: "individual image layer information in response to ImageHistory operation"
143
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
144
+    properties:
145
+      Id:
146
+        type: "string"
147
+        x-nullable: false
148
+      Created:
149
+        type: "integer"
150
+        format: "int64"
151
+        x-nullable: false
152
+      CreatedBy:
153
+        type: "string"
154
+        x-nullable: false
155
+      Tags:
156
+        type: "array"
157
+        items:
158
+          type: "string"
159
+      Size:
160
+        type: "integer"
161
+        format: "int64"
162
+        x-nullable: false
163
+      Comment:
164
+        type: "string"
165
+        x-nullable: false
138 166
   Port:
139 167
     type: "object"
140 168
     description: "An open port on a container"
... ...
@@ -6361,31 +6389,7 @@ paths:
6361 6361
           schema:
6362 6362
             type: "array"
6363 6363
             items:
6364
-              type: "object"
6365
-              x-go-name: HistoryResponseItem
6366
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6367
-              properties:
6368
-                Id:
6369
-                  type: "string"
6370
-                  x-nullable: false
6371
-                Created:
6372
-                  type: "integer"
6373
-                  format: "int64"
6374
-                  x-nullable: false
6375
-                CreatedBy:
6376
-                  type: "string"
6377
-                  x-nullable: false
6378
-                Tags:
6379
-                  type: "array"
6380
-                  items:
6381
-                    type: "string"
6382
-                Size:
6383
-                  type: "integer"
6384
-                  format: "int64"
6385
-                  x-nullable: false
6386
-                Comment:
6387
-                  type: "string"
6388
-                  x-nullable: false
6364
+              $ref: "#/definitions/ImageHistoryResponseItem"
6389 6365
           examples:
6390 6366
             application/json:
6391 6367
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -137,6 +137,34 @@ tags:
137 137
     x-displayName: "System"
138 138
 
139 139
 definitions:
140
+  ImageHistoryResponseItem:
141
+    type: "object"
142
+    x-go-name: HistoryResponseItem
143
+    title: "HistoryResponseItem"
144
+    description: "individual image layer information in response to ImageHistory operation"
145
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
146
+    properties:
147
+      Id:
148
+        type: "string"
149
+        x-nullable: false
150
+      Created:
151
+        type: "integer"
152
+        format: "int64"
153
+        x-nullable: false
154
+      CreatedBy:
155
+        type: "string"
156
+        x-nullable: false
157
+      Tags:
158
+        type: "array"
159
+        items:
160
+          type: "string"
161
+      Size:
162
+        type: "integer"
163
+        format: "int64"
164
+        x-nullable: false
165
+      Comment:
166
+        type: "string"
167
+        x-nullable: false
140 168
   Port:
141 169
     type: "object"
142 170
     description: "An open port on a container"
... ...
@@ -6401,31 +6429,7 @@ paths:
6401 6401
           schema:
6402 6402
             type: "array"
6403 6403
             items:
6404
-              type: "object"
6405
-              x-go-name: HistoryResponseItem
6406
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6407
-              properties:
6408
-                Id:
6409
-                  type: "string"
6410
-                  x-nullable: false
6411
-                Created:
6412
-                  type: "integer"
6413
-                  format: "int64"
6414
-                  x-nullable: false
6415
-                CreatedBy:
6416
-                  type: "string"
6417
-                  x-nullable: false
6418
-                Tags:
6419
-                  type: "array"
6420
-                  items:
6421
-                    type: "string"
6422
-                Size:
6423
-                  type: "integer"
6424
-                  format: "int64"
6425
-                  x-nullable: false
6426
-                Comment:
6427
-                  type: "string"
6428
-                  x-nullable: false
6404
+              $ref: "#/definitions/ImageHistoryResponseItem"
6429 6405
           examples:
6430 6406
             application/json:
6431 6407
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -146,6 +146,34 @@ tags:
146 146
     x-displayName: "System"
147 147
 
148 148
 definitions:
149
+  ImageHistoryResponseItem:
150
+    type: "object"
151
+    x-go-name: HistoryResponseItem
152
+    title: "HistoryResponseItem"
153
+    description: "individual image layer information in response to ImageHistory operation"
154
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
155
+    properties:
156
+      Id:
157
+        type: "string"
158
+        x-nullable: false
159
+      Created:
160
+        type: "integer"
161
+        format: "int64"
162
+        x-nullable: false
163
+      CreatedBy:
164
+        type: "string"
165
+        x-nullable: false
166
+      Tags:
167
+        type: "array"
168
+        items:
169
+          type: "string"
170
+      Size:
171
+        type: "integer"
172
+        format: "int64"
173
+        x-nullable: false
174
+      Comment:
175
+        type: "string"
176
+        x-nullable: false
149 177
   Port:
150 178
     type: "object"
151 179
     description: "An open port on a container"
... ...
@@ -6410,31 +6438,7 @@ paths:
6410 6410
           schema:
6411 6411
             type: "array"
6412 6412
             items:
6413
-              type: "object"
6414
-              x-go-name: HistoryResponseItem
6415
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6416
-              properties:
6417
-                Id:
6418
-                  type: "string"
6419
-                  x-nullable: false
6420
-                Created:
6421
-                  type: "integer"
6422
-                  format: "int64"
6423
-                  x-nullable: false
6424
-                CreatedBy:
6425
-                  type: "string"
6426
-                  x-nullable: false
6427
-                Tags:
6428
-                  type: "array"
6429
-                  items:
6430
-                    type: "string"
6431
-                Size:
6432
-                  type: "integer"
6433
-                  format: "int64"
6434
-                  x-nullable: false
6435
-                Comment:
6436
-                  type: "string"
6437
-                  x-nullable: false
6413
+              $ref: "#/definitions/ImageHistoryResponseItem"
6438 6414
           examples:
6439 6415
             application/json:
6440 6416
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -146,6 +146,34 @@ tags:
146 146
     x-displayName: "System"
147 147
 
148 148
 definitions:
149
+  ImageHistoryResponseItem:
150
+    type: "object"
151
+    x-go-name: HistoryResponseItem
152
+    title: "HistoryResponseItem"
153
+    description: "individual image layer information in response to ImageHistory operation"
154
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
155
+    properties:
156
+      Id:
157
+        type: "string"
158
+        x-nullable: false
159
+      Created:
160
+        type: "integer"
161
+        format: "int64"
162
+        x-nullable: false
163
+      CreatedBy:
164
+        type: "string"
165
+        x-nullable: false
166
+      Tags:
167
+        type: "array"
168
+        items:
169
+          type: "string"
170
+      Size:
171
+        type: "integer"
172
+        format: "int64"
173
+        x-nullable: false
174
+      Comment:
175
+        type: "string"
176
+        x-nullable: false
149 177
   Port:
150 178
     type: "object"
151 179
     description: "An open port on a container"
... ...
@@ -6447,33 +6475,7 @@ paths:
6447 6447
           schema:
6448 6448
             type: "array"
6449 6449
             items:
6450
-              type: "object"
6451
-              x-go-name: HistoryResponseItem
6452
-              title: "HistoryResponseItem"
6453
-              description: "individual image layer information in response to ImageHistory operation"
6454
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6455
-              properties:
6456
-                Id:
6457
-                  type: "string"
6458
-                  x-nullable: false
6459
-                Created:
6460
-                  type: "integer"
6461
-                  format: "int64"
6462
-                  x-nullable: false
6463
-                CreatedBy:
6464
-                  type: "string"
6465
-                  x-nullable: false
6466
-                Tags:
6467
-                  type: "array"
6468
-                  items:
6469
-                    type: "string"
6470
-                Size:
6471
-                  type: "integer"
6472
-                  format: "int64"
6473
-                  x-nullable: false
6474
-                Comment:
6475
-                  type: "string"
6476
-                  x-nullable: false
6450
+              $ref: "#/definitions/ImageHistoryResponseItem"
6477 6451
           examples:
6478 6452
             application/json:
6479 6453
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -146,6 +146,34 @@ tags:
146 146
     x-displayName: "System"
147 147
 
148 148
 definitions:
149
+  ImageHistoryResponseItem:
150
+    type: "object"
151
+    x-go-name: HistoryResponseItem
152
+    title: "HistoryResponseItem"
153
+    description: "individual image layer information in response to ImageHistory operation"
154
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
155
+    properties:
156
+      Id:
157
+        type: "string"
158
+        x-nullable: false
159
+      Created:
160
+        type: "integer"
161
+        format: "int64"
162
+        x-nullable: false
163
+      CreatedBy:
164
+        type: "string"
165
+        x-nullable: false
166
+      Tags:
167
+        type: "array"
168
+        items:
169
+          type: "string"
170
+      Size:
171
+        type: "integer"
172
+        format: "int64"
173
+        x-nullable: false
174
+      Comment:
175
+        type: "string"
176
+        x-nullable: false
149 177
   Port:
150 178
     type: "object"
151 179
     description: "An open port on a container"
... ...
@@ -6490,33 +6518,7 @@ paths:
6490 6490
           schema:
6491 6491
             type: "array"
6492 6492
             items:
6493
-              type: "object"
6494
-              x-go-name: HistoryResponseItem
6495
-              title: "HistoryResponseItem"
6496
-              description: "individual image layer information in response to ImageHistory operation"
6497
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6498
-              properties:
6499
-                Id:
6500
-                  type: "string"
6501
-                  x-nullable: false
6502
-                Created:
6503
-                  type: "integer"
6504
-                  format: "int64"
6505
-                  x-nullable: false
6506
-                CreatedBy:
6507
-                  type: "string"
6508
-                  x-nullable: false
6509
-                Tags:
6510
-                  type: "array"
6511
-                  items:
6512
-                    type: "string"
6513
-                Size:
6514
-                  type: "integer"
6515
-                  format: "int64"
6516
-                  x-nullable: false
6517
-                Comment:
6518
-                  type: "string"
6519
-                  x-nullable: false
6493
+              $ref: "#/definitions/ImageHistoryResponseItem"
6520 6494
           examples:
6521 6495
             application/json:
6522 6496
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -146,6 +146,34 @@ tags:
146 146
     x-displayName: "System"
147 147
 
148 148
 definitions:
149
+  ImageHistoryResponseItem:
150
+    type: "object"
151
+    x-go-name: HistoryResponseItem
152
+    title: "HistoryResponseItem"
153
+    description: "individual image layer information in response to ImageHistory operation"
154
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
155
+    properties:
156
+      Id:
157
+        type: "string"
158
+        x-nullable: false
159
+      Created:
160
+        type: "integer"
161
+        format: "int64"
162
+        x-nullable: false
163
+      CreatedBy:
164
+        type: "string"
165
+        x-nullable: false
166
+      Tags:
167
+        type: "array"
168
+        items:
169
+          type: "string"
170
+      Size:
171
+        type: "integer"
172
+        format: "int64"
173
+        x-nullable: false
174
+      Comment:
175
+        type: "string"
176
+        x-nullable: false
149 177
   Port:
150 178
     type: "object"
151 179
     description: "An open port on a container"
... ...
@@ -6550,33 +6578,7 @@ paths:
6550 6550
           schema:
6551 6551
             type: "array"
6552 6552
             items:
6553
-              type: "object"
6554
-              x-go-name: HistoryResponseItem
6555
-              title: "HistoryResponseItem"
6556
-              description: "individual image layer information in response to ImageHistory operation"
6557
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
6558
-              properties:
6559
-                Id:
6560
-                  type: "string"
6561
-                  x-nullable: false
6562
-                Created:
6563
-                  type: "integer"
6564
-                  format: "int64"
6565
-                  x-nullable: false
6566
-                CreatedBy:
6567
-                  type: "string"
6568
-                  x-nullable: false
6569
-                Tags:
6570
-                  type: "array"
6571
-                  items:
6572
-                    type: "string"
6573
-                Size:
6574
-                  type: "integer"
6575
-                  format: "int64"
6576
-                  x-nullable: false
6577
-                Comment:
6578
-                  type: "string"
6579
-                  x-nullable: false
6553
+              $ref: "#/definitions/ImageHistoryResponseItem"
6580 6554
           examples:
6581 6555
             application/json:
6582 6556
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -7815,33 +7843,7 @@ paths:
7815 7815
           schema:
7816 7816
             type: "array"
7817 7817
             items:
7818
-              type: "object"
7819
-              x-go-name: HistoryResponseItem
7820
-              title: "HistoryResponseItem"
7821
-              description: "individual image layer information in response to ImageHistory operation"
7822
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
7823
-              properties:
7824
-                Id:
7825
-                  type: "string"
7826
-                  x-nullable: false
7827
-                Created:
7828
-                  type: "integer"
7829
-                  format: "int64"
7830
-                  x-nullable: false
7831
-                CreatedBy:
7832
-                  type: "string"
7833
-                  x-nullable: false
7834
-                Tags:
7835
-                  type: "array"
7836
-                  items:
7837
-                    type: "string"
7838
-                Size:
7839
-                  type: "integer"
7840
-                  format: "int64"
7841
-                  x-nullable: false
7842
-                Comment:
7843
-                  type: "string"
7844
-                  x-nullable: false
7818
+              $ref: "#/definitions/ImageHistoryResponseItem"
7845 7819
           examples:
7846 7820
             application/json:
7847 7821
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8161,33 +8189,7 @@ paths:
8161 8161
           schema:
8162 8162
             type: "array"
8163 8163
             items:
8164
-              type: "object"
8165
-              x-go-name: HistoryResponseItem
8166
-              title: "HistoryResponseItem"
8167
-              description: "individual image layer information in response to ImageHistory operation"
8168
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8169
-              properties:
8170
-                Id:
8171
-                  type: "string"
8172
-                  x-nullable: false
8173
-                Created:
8174
-                  type: "integer"
8175
-                  format: "int64"
8176
-                  x-nullable: false
8177
-                CreatedBy:
8178
-                  type: "string"
8179
-                  x-nullable: false
8180
-                Tags:
8181
-                  type: "array"
8182
-                  items:
8183
-                    type: "string"
8184
-                Size:
8185
-                  type: "integer"
8186
-                  format: "int64"
8187
-                  x-nullable: false
8188
-                Comment:
8189
-                  type: "string"
8190
-                  x-nullable: false
8164
+              $ref: "#/definitions/ImageHistoryResponseItem"
8191 8165
           examples:
8192 8166
             application/json:
8193 8167
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8450,33 +8478,7 @@ paths:
8450 8450
           schema:
8451 8451
             type: "array"
8452 8452
             items:
8453
-              type: "object"
8454
-              x-go-name: HistoryResponseItem
8455
-              title: "HistoryResponseItem"
8456
-              description: "individual image layer information in response to ImageHistory operation"
8457
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8458
-              properties:
8459
-                Id:
8460
-                  type: "string"
8461
-                  x-nullable: false
8462
-                Created:
8463
-                  type: "integer"
8464
-                  format: "int64"
8465
-                  x-nullable: false
8466
-                CreatedBy:
8467
-                  type: "string"
8468
-                  x-nullable: false
8469
-                Tags:
8470
-                  type: "array"
8471
-                  items:
8472
-                    type: "string"
8473
-                Size:
8474
-                  type: "integer"
8475
-                  format: "int64"
8476
-                  x-nullable: false
8477
-                Comment:
8478
-                  type: "string"
8479
-                  x-nullable: false
8453
+              $ref: "#/definitions/ImageHistoryResponseItem"
8480 8454
           examples:
8481 8455
             application/json:
8482 8456
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8707,33 +8735,7 @@ paths:
8707 8707
           schema:
8708 8708
             type: "array"
8709 8709
             items:
8710
-              type: "object"
8711
-              x-go-name: HistoryResponseItem
8712
-              title: "HistoryResponseItem"
8713
-              description: "individual image layer information in response to ImageHistory operation"
8714
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8715
-              properties:
8716
-                Id:
8717
-                  type: "string"
8718
-                  x-nullable: false
8719
-                Created:
8720
-                  type: "integer"
8721
-                  format: "int64"
8722
-                  x-nullable: false
8723
-                CreatedBy:
8724
-                  type: "string"
8725
-                  x-nullable: false
8726
-                Tags:
8727
-                  type: "array"
8728
-                  items:
8729
-                    type: "string"
8730
-                Size:
8731
-                  type: "integer"
8732
-                  format: "int64"
8733
-                  x-nullable: false
8734
-                Comment:
8735
-                  type: "string"
8736
-                  x-nullable: false
8710
+              $ref: "#/definitions/ImageHistoryResponseItem"
8737 8711
           examples:
8738 8712
             application/json:
8739 8713
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8725,33 +8753,7 @@ paths:
8725 8725
           schema:
8726 8726
             type: "array"
8727 8727
             items:
8728
-              type: "object"
8729
-              x-go-name: HistoryResponseItem
8730
-              title: "HistoryResponseItem"
8731
-              description: "individual image layer information in response to ImageHistory operation"
8732
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8733
-              properties:
8734
-                Id:
8735
-                  type: "string"
8736
-                  x-nullable: false
8737
-                Created:
8738
-                  type: "integer"
8739
-                  format: "int64"
8740
-                  x-nullable: false
8741
-                CreatedBy:
8742
-                  type: "string"
8743
-                  x-nullable: false
8744
-                Tags:
8745
-                  type: "array"
8746
-                  items:
8747
-                    type: "string"
8748
-                Size:
8749
-                  type: "integer"
8750
-                  format: "int64"
8751
-                  x-nullable: false
8752
-                Comment:
8753
-                  type: "string"
8754
-                  x-nullable: false
8728
+              $ref: "#/definitions/ImageHistoryResponseItem"
8755 8729
           examples:
8756 8730
             application/json:
8757 8731
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8866,33 +8894,7 @@ paths:
8866 8866
           schema:
8867 8867
             type: "array"
8868 8868
             items:
8869
-              type: "object"
8870
-              x-go-name: HistoryResponseItem
8871
-              title: "HistoryResponseItem"
8872
-              description: "individual image layer information in response to ImageHistory operation"
8873
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8874
-              properties:
8875
-                Id:
8876
-                  type: "string"
8877
-                  x-nullable: false
8878
-                Created:
8879
-                  type: "integer"
8880
-                  format: "int64"
8881
-                  x-nullable: false
8882
-                CreatedBy:
8883
-                  type: "string"
8884
-                  x-nullable: false
8885
-                Tags:
8886
-                  type: "array"
8887
-                  items:
8888
-                    type: "string"
8889
-                Size:
8890
-                  type: "integer"
8891
-                  format: "int64"
8892
-                  x-nullable: false
8893
-                Comment:
8894
-                  type: "string"
8895
-                  x-nullable: false
8869
+              $ref: "#/definitions/ImageHistoryResponseItem"
8896 8870
           examples:
8897 8871
             application/json:
8898 8872
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8852,33 +8880,7 @@ paths:
8852 8852
           schema:
8853 8853
             type: "array"
8854 8854
             items:
8855
-              type: "object"
8856
-              x-go-name: HistoryResponseItem
8857
-              title: "HistoryResponseItem"
8858
-              description: "individual image layer information in response to ImageHistory operation"
8859
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8860
-              properties:
8861
-                Id:
8862
-                  type: "string"
8863
-                  x-nullable: false
8864
-                Created:
8865
-                  type: "integer"
8866
-                  format: "int64"
8867
-                  x-nullable: false
8868
-                CreatedBy:
8869
-                  type: "string"
8870
-                  x-nullable: false
8871
-                Tags:
8872
-                  type: "array"
8873
-                  items:
8874
-                    type: "string"
8875
-                Size:
8876
-                  type: "integer"
8877
-                  format: "int64"
8878
-                  x-nullable: false
8879
-                Comment:
8880
-                  type: "string"
8881
-                  x-nullable: false
8855
+              $ref: "#/definitions/ImageHistoryResponseItem"
8882 8856
           examples:
8883 8857
             application/json:
8884 8858
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -8973,33 +9001,7 @@ paths:
8973 8973
           schema:
8974 8974
             type: "array"
8975 8975
             items:
8976
-              type: "object"
8977
-              x-go-name: HistoryResponseItem
8978
-              title: "HistoryResponseItem"
8979
-              description: "individual image layer information in response to ImageHistory operation"
8980
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
8981
-              properties:
8982
-                Id:
8983
-                  type: "string"
8984
-                  x-nullable: false
8985
-                Created:
8986
-                  type: "integer"
8987
-                  format: "int64"
8988
-                  x-nullable: false
8989
-                CreatedBy:
8990
-                  type: "string"
8991
-                  x-nullable: false
8992
-                Tags:
8993
-                  type: "array"
8994
-                  items:
8995
-                    type: "string"
8996
-                Size:
8997
-                  type: "integer"
8998
-                  format: "int64"
8999
-                  x-nullable: false
9000
-                Comment:
9001
-                  type: "string"
9002
-                  x-nullable: false
8976
+              $ref: "#/definitions/ImageHistoryResponseItem"
9003 8977
           examples:
9004 8978
             application/json:
9005 8979
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -9114,33 +9142,7 @@ paths:
9114 9114
           schema:
9115 9115
             type: "array"
9116 9116
             items:
9117
-              type: "object"
9118
-              x-go-name: HistoryResponseItem
9119
-              title: "HistoryResponseItem"
9120
-              description: "individual image layer information in response to ImageHistory operation"
9121
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9122
-              properties:
9123
-                Id:
9124
-                  type: "string"
9125
-                  x-nullable: false
9126
-                Created:
9127
-                  type: "integer"
9128
-                  format: "int64"
9129
-                  x-nullable: false
9130
-                CreatedBy:
9131
-                  type: "string"
9132
-                  x-nullable: false
9133
-                Tags:
9134
-                  type: "array"
9135
-                  items:
9136
-                    type: "string"
9137
-                Size:
9138
-                  type: "integer"
9139
-                  format: "int64"
9140
-                  x-nullable: false
9141
-                Comment:
9142
-                  type: "string"
9143
-                  x-nullable: false
9117
+              $ref: "#/definitions/ImageHistoryResponseItem"
9144 9118
           examples:
9145 9119
             application/json:
9146 9120
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -9690,33 +9718,7 @@ paths:
9690 9690
           schema:
9691 9691
             type: "array"
9692 9692
             items:
9693
-              type: "object"
9694
-              x-go-name: HistoryResponseItem
9695
-              title: "HistoryResponseItem"
9696
-              description: "individual image layer information in response to ImageHistory operation"
9697
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9698
-              properties:
9699
-                Id:
9700
-                  type: "string"
9701
-                  x-nullable: false
9702
-                Created:
9703
-                  type: "integer"
9704
-                  format: "int64"
9705
-                  x-nullable: false
9706
-                CreatedBy:
9707
-                  type: "string"
9708
-                  x-nullable: false
9709
-                Tags:
9710
-                  type: "array"
9711
-                  items:
9712
-                    type: "string"
9713
-                Size:
9714
-                  type: "integer"
9715
-                  format: "int64"
9716
-                  x-nullable: false
9717
-                Comment:
9718
-                  type: "string"
9719
-                  x-nullable: false
9693
+              $ref: "#/definitions/ImageHistoryResponseItem"
9720 9694
           examples:
9721 9695
             application/json:
9722 9696
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -9690,33 +9718,7 @@ paths:
9690 9690
           schema:
9691 9691
             type: "array"
9692 9692
             items:
9693
-              type: "object"
9694
-              x-go-name: HistoryResponseItem
9695
-              title: "HistoryResponseItem"
9696
-              description: "individual image layer information in response to ImageHistory operation"
9697
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9698
-              properties:
9699
-                Id:
9700
-                  type: "string"
9701
-                  x-nullable: false
9702
-                Created:
9703
-                  type: "integer"
9704
-                  format: "int64"
9705
-                  x-nullable: false
9706
-                CreatedBy:
9707
-                  type: "string"
9708
-                  x-nullable: false
9709
-                Tags:
9710
-                  type: "array"
9711
-                  items:
9712
-                    type: "string"
9713
-                Size:
9714
-                  type: "integer"
9715
-                  format: "int64"
9716
-                  x-nullable: false
9717
-                Comment:
9718
-                  type: "string"
9719
-                  x-nullable: false
9693
+              $ref: "#/definitions/ImageHistoryResponseItem"
9720 9694
           examples:
9721 9695
             application/json:
9722 9696
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -9520,33 +9548,7 @@ paths:
9520 9520
           schema:
9521 9521
             type: "array"
9522 9522
             items:
9523
-              type: "object"
9524
-              x-go-name: HistoryResponseItem
9525
-              title: "HistoryResponseItem"
9526
-              description: "individual image layer information in response to ImageHistory operation"
9527
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9528
-              properties:
9529
-                Id:
9530
-                  type: "string"
9531
-                  x-nullable: false
9532
-                Created:
9533
-                  type: "integer"
9534
-                  format: "int64"
9535
-                  x-nullable: false
9536
-                CreatedBy:
9537
-                  type: "string"
9538
-                  x-nullable: false
9539
-                Tags:
9540
-                  type: "array"
9541
-                  items:
9542
-                    type: "string"
9543
-                Size:
9544
-                  type: "integer"
9545
-                  format: "int64"
9546
-                  x-nullable: false
9547
-                Comment:
9548
-                  type: "string"
9549
-                  x-nullable: false
9523
+              $ref: "#/definitions/ImageHistoryResponseItem"
9550 9524
           examples:
9551 9525
             application/json:
9552 9526
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   Port:
176 204
     type: "object"
177 205
     description: "An open port on a container"
... ...
@@ -9541,33 +9569,7 @@ paths:
9541 9541
           schema:
9542 9542
             type: "array"
9543 9543
             items:
9544
-              type: "object"
9545
-              x-go-name: HistoryResponseItem
9546
-              title: "HistoryResponseItem"
9547
-              description: "individual image layer information in response to ImageHistory operation"
9548
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9549
-              properties:
9550
-                Id:
9551
-                  type: "string"
9552
-                  x-nullable: false
9553
-                Created:
9554
-                  type: "integer"
9555
-                  format: "int64"
9556
-                  x-nullable: false
9557
-                CreatedBy:
9558
-                  type: "string"
9559
-                  x-nullable: false
9560
-                Tags:
9561
-                  type: "array"
9562
-                  items:
9563
-                    type: "string"
9564
-                Size:
9565
-                  type: "integer"
9566
-                  format: "int64"
9567
-                  x-nullable: false
9568
-                Comment:
9569
-                  type: "string"
9570
-                  x-nullable: false
9544
+              $ref: "#/definitions/ImageHistoryResponseItem"
9571 9545
           examples:
9572 9546
             application/json:
9573 9547
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"
... ...
@@ -172,6 +172,34 @@ tags:
172 172
     x-displayName: "System"
173 173
 
174 174
 definitions:
175
+  ImageHistoryResponseItem:
176
+    type: "object"
177
+    x-go-name: HistoryResponseItem
178
+    title: "HistoryResponseItem"
179
+    description: "individual image layer information in response to ImageHistory operation"
180
+    required: [Id, Created, CreatedBy, Tags, Size, Comment]
181
+    properties:
182
+      Id:
183
+        type: "string"
184
+        x-nullable: false
185
+      Created:
186
+        type: "integer"
187
+        format: "int64"
188
+        x-nullable: false
189
+      CreatedBy:
190
+        type: "string"
191
+        x-nullable: false
192
+      Tags:
193
+        type: "array"
194
+        items:
195
+          type: "string"
196
+      Size:
197
+        type: "integer"
198
+        format: "int64"
199
+        x-nullable: false
200
+      Comment:
201
+        type: "string"
202
+        x-nullable: false
175 203
   PortSummary:
176 204
     type: "object"
177 205
     description: |
... ...
@@ -9821,33 +9849,7 @@ paths:
9821 9821
           schema:
9822 9822
             type: "array"
9823 9823
             items:
9824
-              type: "object"
9825
-              x-go-name: HistoryResponseItem
9826
-              title: "HistoryResponseItem"
9827
-              description: "individual image layer information in response to ImageHistory operation"
9828
-              required: [Id, Created, CreatedBy, Tags, Size, Comment]
9829
-              properties:
9830
-                Id:
9831
-                  type: "string"
9832
-                  x-nullable: false
9833
-                Created:
9834
-                  type: "integer"
9835
-                  format: "int64"
9836
-                  x-nullable: false
9837
-                CreatedBy:
9838
-                  type: "string"
9839
-                  x-nullable: false
9840
-                Tags:
9841
-                  type: "array"
9842
-                  items:
9843
-                    type: "string"
9844
-                Size:
9845
-                  type: "integer"
9846
-                  format: "int64"
9847
-                  x-nullable: false
9848
-                Comment:
9849
-                  type: "string"
9850
-                  x-nullable: false
9824
+              $ref: "#/definitions/ImageHistoryResponseItem"
9851 9825
           examples:
9852 9826
             application/json:
9853 9827
               - Id: "3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710"