openapi: Add ComposeRequest as part of the ComposeMetadata response
This will allow clients to display more information about a compose, including the image type created, arch and distro, and blueprint to customizations used to create it. Related: RHEL-60120
This commit is contained in:
parent
30198922a5
commit
c0bf89b51f
2 changed files with 147 additions and 143 deletions
|
|
@ -1050,6 +1050,9 @@ components:
|
|||
ostree_commit:
|
||||
type: string
|
||||
description: 'ID (hash) of the built commit'
|
||||
request:
|
||||
$ref: '#/components/schemas/ComposeRequest'
|
||||
description: 'Original request to create this compose'
|
||||
PackageMetadata:
|
||||
required:
|
||||
- type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue