{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManifestList", "type": "object", "description": "List of manifests.", "properties": { "registry": { "type": "string" }, "imageName": { "type": "string" }, "manifests": { "type": "array" } } }