SettingsDepotContentBaseImagesFilterSpec
The BaseImages.FilterSpec structure contains fields used to filter the results when listing base images, see BaseImages.list).
Properties
string
min_version
Optional
Minimum version of a base image that can match the filter. If set, only base images with version greater than or equal to this version will be returned.
JSON Example
{
"min_version": "string"
}