Signed-off-by: Tibor Vass <tibor@docker.com>
@@ -6764,6 +6764,28 @@ paths:
schema:
type: "object"
properties:
+ Platform:
+ type: "object"
+ required: [Name]
+ properties:
+ Name:
+ type: "string"
+ Components:
+ type: "array"
+ items:
+ x-go-name: ComponentVersion
+ required: [Name, Version]
+ Version:
+ x-nullable: false
+ Details:
+ x-nullable: true
+
Version:
type: "string"
ApiVersion: