Urban Outfitters · JSON Structure

Affiliate Api Creative List Response Structure

List of creative assets

Type: object Properties: 1
RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

CreativeListResponse is a JSON Structure definition published by Urban Outfitters, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

creatives

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/urban-outfitters/refs/heads/main/json-structure/affiliate-api-creative-list-response-structure.json",
  "name": "CreativeListResponse",
  "description": "List of creative assets",
  "type": "object",
  "properties": {
    "creatives": {
      "type": "array",
      "description": "Available creative assets",
      "items": {
        "$ref": "#/components/schemas/Creative"
      }
    }
  }
}