Merge pull request #35705 from tiborvass/platform-version
api: generalize version information to any platform component Upstream-commit: a1be987ea9e03e5ebdb1b415a7acdd8d6f0aaa08 Component: engine
This commit is contained in:
@@ -6761,6 +6761,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