Manifest wrapper.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManifestWrapper", "title": "ManifestWrapper", "type": "object", "description": "Manifest wrapper.", "allOf": [ { "$ref": "#/components/schemas/Manifest" } ], "properties": { "annotations": { "type": "object", "additionalProperties": { "type": "string" }, "description": "Additional information about the manifest.", "example": "example_value" } } }