Urban Outfitters · Schema

CreativeListResponse

List of creative assets

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

Properties

Name Type Description
creatives array Available creative assets
View JSON Schema on GitHub

JSON Schema

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