Amazon S3 API · Schema

Tag

A container of a key value name pair.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Key object
Value object
View JSON Schema on GitHub

JSON Schema

s3-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "type": "object",
  "properties": {
    "Key": {},
    "Value": {}
  },
  "required": [
    "Key",
    "Value"
  ],
  "description": "A container of a key value name pair."
}