Manifest wrapper.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManifestWrapper", "type": "object", "description": "Manifest wrapper.", "properties": { "annotations": { "type": "object", "description": "Additional information about the manifest." } } }