Amazon S3 API · Schema

GetObjectOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
Body object
Metadata object
View JSON Schema on GitHub

JSON Schema

s3-getobjectoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetObjectOutput",
  "type": "object",
  "properties": {
    "Body": {},
    "Metadata": {}
  }
}