{ "operationId": "Manifests_Get", "method": "GET", "path": "/v2/{name}/manifests/{reference}", "summary": "Microsoft Azure Get a Manifest", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/vnd.docker.distribution.manifest.v2+json", "name": "ManifestsGet200Example", "example": { "annotations": "example_value" } }, { "status": "200", "contentType": "application/vnd.oci.image.manifest.v1+json", "name": "ManifestsGet200Example", "example": { "annotations": "example_value" } }, { "status": "default", "contentType": "application/json", "name": "ManifestsGetdefaultExample", "example": { "errors": [ { "code": "example_value", "message": "example_value", "detail": "example_value" } ] } } ] }