Amazon S3 · Schema

Tagging

Container for TagSet elements.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
TagSet object
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-tagging-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tagging",
  "type": "object",
  "description": "Container for TagSet elements.",
  "properties": {
    "TagSet": {
      "type": "object"
    }
  }
}