Adjust swagger definitions
Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 87ebfa11f66d2109054ad3024217a5101b45aa8c Component: engine
This commit is contained in:
@@ -6764,6 +6764,28 @@ paths:
|
||||
schema:
|
||||
type: "object"
|
||||
properties:
|
||||
Platform:
|
||||
type: "object"
|
||||
required: [Name]
|
||||
properties:
|
||||
Name:
|
||||
type: "string"
|
||||
Components:
|
||||
type: "array"
|
||||
items:
|
||||
type: "object"
|
||||
x-go-name: ComponentVersion
|
||||
required: [Name, Version]
|
||||
properties:
|
||||
Name:
|
||||
type: "string"
|
||||
Version:
|
||||
type: "string"
|
||||
x-nullable: false
|
||||
Details:
|
||||
type: "object"
|
||||
x-nullable: true
|
||||
|
||||
Version:
|
||||
type: "string"
|
||||
ApiVersion:
|
||||
|
||||
Reference in New Issue
Block a user