Amazon S3 · JSON Structure

Amazon S3 Rest Tagging Structure

Type: object Properties: 1
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

TagSet

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Tagging",
  "type": "object",
  "properties": {
    "TagSet": {
      "type": "object"
    }
  }
}