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:
Brian C. Lane 2024-10-25 09:54:32 -07:00 committed by Tomáš Hozza
parent 30198922a5
commit c0bf89b51f
2 changed files with 147 additions and 143 deletions

View file

@ -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