Amazon S3 API · Schema

Tagging

Container for TagSet elements.

Cloud StorageObject StorageStorage

Properties

Name Type Description
TagSet object
View JSON Schema on GitHub

JSON Schema

s3-tagging-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tagging",
  "type": "object",
  "properties": {
    "TagSet": {}
  },
  "required": [
    "TagSet"
  ],
  "description": "Container for <code>TagSet</code> elements."
}