Amazon S3 API · Schema

Errors

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Key": {},
      "VersionId": {},
      "Code": {},
      "Message": {}
    },
    "description": "Container for all error elements."
  }
}