Field | Type | Required | Description | Example |
---|---|---|---|---|
content_type |
::String | ✔️ | HTTP response content type for this operation | |
status_code |
::Integer | ✔️ | HTTP response status code for this operation | |
raw_response |
Faraday::Response | ✔️ | Raw HTTP response; suitable for custom response parsing | |
manifest |
T.nilable(::OpenApiSDK::Shared::Manifest) | ➖ | OK | { "config": { "digest": "sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f", "mediaType": "application/vnd.docker.container.image.v1+json", "size": 1512 }, "layers": [ { "digest": "sha256:5d20c808ce198565ff70b3ed23a991dd49afac45dece63474b27ce6ed036adc6", "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "size": 2107098 } ], "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "schemaVersion": 2 } |
error |
T.nilable(::OpenApiSDK::Shared::Error) | ➖ | Default error response |