Amazon S3 · JSON Structure

Amazon S3 Rest Delete Structure

Type: object Properties: 2
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Delete is a JSON Structure definition published by Amazon S3, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Object Quiet

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Delete",
  "type": "object",
  "properties": {
    "Object": {
      "type": "array"
    },
    "Quiet": {
      "type": "boolean"
    }
  }
}