List of manifests.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManifestList", "title": "ManifestList", "type": "object", "description": "List of manifests.", "properties": { "registry": { "type": "string", "example": "example_value" }, "imageName": { "type": "string", "example": "example_value" }, "manifests": { "type": "array", "items": { "$ref": "#/components/schemas/ManifestAttributesBase" }, "example": [] } } }