{ "$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" } } } }