Amazon · JSON Structure

Advertising Target Response Structure

TargetResponse schema from Amazon Advertising API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

TargetResponse is a JSON Structure definition published by Amazon, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

targetId code description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "targetId": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TargetResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/advertising-target-response-structure.json",
  "description": "TargetResponse schema from Amazon Advertising API"
}