Amazon Data Exchange · JSON Structure

List Tags Response Structure

Response containing tags for a resource.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

List Tags Response Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/list-tags-response-structure.json",
  "title": "List Tags Response",
  "description": "Response containing tags for a resource.",
  "type": "typedMap",
  "fields": {
    "Tags": {
      "type": "map",
      "description": "The Tags field"
    }
  }
}