List Tags Response

Response containing tags for a resource.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

list-tags-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/list-tags-response-schema.json",
  "title": "List Tags Response",
  "description": "Response containing tags for a resource.",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}