cloudapi: Add optional image_type to depsolve yaml

This will be used to select the image type to combine the blueprint with
when depsolving the packages that will be on the final image.
This commit is contained in:
Brian C. Lane 2025-08-04 15:29:29 -07:00 committed by Brian C. Lane
parent 37cf953f5a
commit c2f982e6cc
2 changed files with 216 additions and 213 deletions

View file

@ -2586,6 +2586,8 @@ components:
example: 'x86_64'
blueprint:
$ref: '#/components/schemas/Blueprint'
image_type:
$ref: '#/components/schemas/ImageTypes'
DepsolveResponse:
type: object