@adcp/sdk 6.0.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/adapters/legacy/v2-5/create_media_buy.d.ts +4 -0
- package/dist/lib/adapters/legacy/v2-5/create_media_buy.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/create_media_buy.js +10 -0
- package/dist/lib/adapters/legacy/v2-5/create_media_buy.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/get_products.d.ts +9 -0
- package/dist/lib/adapters/legacy/v2-5/get_products.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/get_products.js +15 -0
- package/dist/lib/adapters/legacy/v2-5/get_products.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/index.d.ts +35 -0
- package/dist/lib/adapters/legacy/v2-5/index.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/index.js +56 -0
- package/dist/lib/adapters/legacy/v2-5/index.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/list_creative_formats.d.ts +9 -0
- package/dist/lib/adapters/legacy/v2-5/list_creative_formats.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/list_creative_formats.js +15 -0
- package/dist/lib/adapters/legacy/v2-5/list_creative_formats.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/preview_creative.d.ts +4 -0
- package/dist/lib/adapters/legacy/v2-5/preview_creative.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/preview_creative.js +10 -0
- package/dist/lib/adapters/legacy/v2-5/preview_creative.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/sync_creatives.d.ts +11 -0
- package/dist/lib/adapters/legacy/v2-5/sync_creatives.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/sync_creatives.js +16 -0
- package/dist/lib/adapters/legacy/v2-5/sync_creatives.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/types.d.ts +40 -0
- package/dist/lib/adapters/legacy/v2-5/types.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/types.js +25 -0
- package/dist/lib/adapters/legacy/v2-5/types.js.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/update_media_buy.d.ts +4 -0
- package/dist/lib/adapters/legacy/v2-5/update_media_buy.d.ts.map +1 -0
- package/dist/lib/adapters/legacy/v2-5/update_media_buy.js +12 -0
- package/dist/lib/adapters/legacy/v2-5/update_media_buy.js.map +1 -0
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/ConversationTypes.d.ts +7 -0
- package/dist/lib/core/ConversationTypes.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.ts +9 -14
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +103 -35
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/core/TaskExecutor.d.ts +19 -0
- package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
- package/dist/lib/core/TaskExecutor.js +28 -1
- package/dist/lib/core/TaskExecutor.js.map +1 -1
- package/dist/lib/errors/index.d.ts +30 -0
- package/dist/lib/errors/index.d.ts.map +1 -1
- package/dist/lib/errors/index.js +36 -1
- package/dist/lib/errors/index.js.map +1 -1
- package/dist/lib/index.d.ts +4 -2
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +12 -8
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/protocols/a2a.d.ts.map +1 -1
- package/dist/lib/protocols/a2a.js +5 -1
- package/dist/lib/protocols/a2a.js.map +1 -1
- package/dist/lib/protocols/index.d.ts +53 -3
- package/dist/lib/protocols/index.d.ts.map +1 -1
- package/dist/lib/protocols/index.js +19 -8
- package/dist/lib/protocols/index.js.map +1 -1
- package/dist/lib/protocols/mcp.d.ts.map +1 -1
- package/dist/lib/protocols/mcp.js +13 -5
- package/dist/lib/protocols/mcp.js.map +1 -1
- package/dist/lib/protocols/responseSizeLimit.d.ts +25 -0
- package/dist/lib/protocols/responseSizeLimit.d.ts.map +1 -0
- package/dist/lib/protocols/responseSizeLimit.js +141 -0
- package/dist/lib/protocols/responseSizeLimit.js.map +1 -0
- package/dist/lib/schemas-data/v2.5/_provenance.json +8 -0
- package/dist/lib/schemas-data/v2.5/adagents.json +494 -0
- package/dist/lib/schemas-data/v2.5/core/activation-key.json +50 -0
- package/dist/lib/schemas-data/v2.5/core/assets/audio-asset.json +32 -0
- package/dist/lib/schemas-data/v2.5/core/assets/css-asset.json +21 -0
- package/dist/lib/schemas-data/v2.5/core/assets/daast-asset.json +87 -0
- package/dist/lib/schemas-data/v2.5/core/assets/html-asset.json +21 -0
- package/dist/lib/schemas-data/v2.5/core/assets/image-asset.json +38 -0
- package/dist/lib/schemas-data/v2.5/core/assets/javascript-asset.json +21 -0
- package/dist/lib/schemas-data/v2.5/core/assets/markdown-asset.json +31 -0
- package/dist/lib/schemas-data/v2.5/core/assets/text-asset.json +21 -0
- package/dist/lib/schemas-data/v2.5/core/assets/url-asset.json +26 -0
- package/dist/lib/schemas-data/v2.5/core/assets/vast-asset.json +87 -0
- package/dist/lib/schemas-data/v2.5/core/assets/video-asset.json +44 -0
- package/dist/lib/schemas-data/v2.5/core/assets/webhook-asset.json +71 -0
- package/dist/lib/schemas-data/v2.5/core/async-response-data.json +88 -0
- package/dist/lib/schemas-data/v2.5/core/brand-manifest-ref.json +33 -0
- package/dist/lib/schemas-data/v2.5/core/brand-manifest.json +409 -0
- package/dist/lib/schemas-data/v2.5/core/context.json +8 -0
- package/dist/lib/schemas-data/v2.5/core/creative-asset.json +125 -0
- package/dist/lib/schemas-data/v2.5/core/creative-assignment.json +31 -0
- package/dist/lib/schemas-data/v2.5/core/creative-filters.json +111 -0
- package/dist/lib/schemas-data/v2.5/core/creative-manifest.json +72 -0
- package/dist/lib/schemas-data/v2.5/core/creative-policy.json +27 -0
- package/dist/lib/schemas-data/v2.5/core/delivery-metrics.json +171 -0
- package/dist/lib/schemas-data/v2.5/core/deployment.json +93 -0
- package/dist/lib/schemas-data/v2.5/core/destination.json +53 -0
- package/dist/lib/schemas-data/v2.5/core/error.json +40 -0
- package/dist/lib/schemas-data/v2.5/core/ext.json +8 -0
- package/dist/lib/schemas-data/v2.5/core/format-id.json +47 -0
- package/dist/lib/schemas-data/v2.5/core/format.json +324 -0
- package/dist/lib/schemas-data/v2.5/core/frequency-cap.json +18 -0
- package/dist/lib/schemas-data/v2.5/core/mcp-webhook-payload.json +152 -0
- package/dist/lib/schemas-data/v2.5/core/measurement.json +48 -0
- package/dist/lib/schemas-data/v2.5/core/media-buy.json +62 -0
- package/dist/lib/schemas-data/v2.5/core/package.json +72 -0
- package/dist/lib/schemas-data/v2.5/core/performance-feedback.json +90 -0
- package/dist/lib/schemas-data/v2.5/core/placement.json +34 -0
- package/dist/lib/schemas-data/v2.5/core/pricing-option.json +35 -0
- package/dist/lib/schemas-data/v2.5/core/product-filters.json +102 -0
- package/dist/lib/schemas-data/v2.5/core/product.json +153 -0
- package/dist/lib/schemas-data/v2.5/core/promoted-offerings.json +115 -0
- package/dist/lib/schemas-data/v2.5/core/promoted-products.json +67 -0
- package/dist/lib/schemas-data/v2.5/core/property-id.json +14 -0
- package/dist/lib/schemas-data/v2.5/core/property-tag.json +16 -0
- package/dist/lib/schemas-data/v2.5/core/property.json +62 -0
- package/dist/lib/schemas-data/v2.5/core/protocol-envelope.json +146 -0
- package/dist/lib/schemas-data/v2.5/core/publisher-property-selector.json +92 -0
- package/dist/lib/schemas-data/v2.5/core/push-notification-config.json +48 -0
- package/dist/lib/schemas-data/v2.5/core/reporting-capabilities.json +71 -0
- package/dist/lib/schemas-data/v2.5/core/response.json +24 -0
- package/dist/lib/schemas-data/v2.5/core/signal-filters.json +35 -0
- package/dist/lib/schemas-data/v2.5/core/start-timing.json +18 -0
- package/dist/lib/schemas-data/v2.5/core/sub-asset.json +79 -0
- package/dist/lib/schemas-data/v2.5/core/targeting.json +50 -0
- package/dist/lib/schemas-data/v2.5/core/tasks-get-request.json +43 -0
- package/dist/lib/schemas-data/v2.5/core/tasks-get-response.json +166 -0
- package/dist/lib/schemas-data/v2.5/core/tasks-list-request.json +192 -0
- package/dist/lib/schemas-data/v2.5/core/tasks-list-response.json +183 -0
- package/dist/lib/schemas-data/v2.5/creative/asset-types/index.json +101 -0
- package/dist/lib/schemas-data/v2.5/creative/list-creative-formats-request.json +73 -0
- package/dist/lib/schemas-data/v2.5/creative/list-creative-formats-response.json +61 -0
- package/dist/lib/schemas-data/v2.5/creative/preview-creative-request.json +164 -0
- package/dist/lib/schemas-data/v2.5/creative/preview-creative-response.json +245 -0
- package/dist/lib/schemas-data/v2.5/creative/preview-render.json +225 -0
- package/dist/lib/schemas-data/v2.5/enums/adcp-domain.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/asset-content-type.json +22 -0
- package/dist/lib/schemas-data/v2.5/enums/auth-scheme.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/available-metric.json +18 -0
- package/dist/lib/schemas-data/v2.5/enums/channels.json +18 -0
- package/dist/lib/schemas-data/v2.5/enums/co-branding-requirement.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/creative-action.json +14 -0
- package/dist/lib/schemas-data/v2.5/enums/creative-agent-capability.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/creative-sort-field.json +15 -0
- package/dist/lib/schemas-data/v2.5/enums/creative-status.json +19 -0
- package/dist/lib/schemas-data/v2.5/enums/daast-tracking-event.json +20 -0
- package/dist/lib/schemas-data/v2.5/enums/daast-version.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/delivery-type.json +15 -0
- package/dist/lib/schemas-data/v2.5/enums/dimension-unit.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/feed-format.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/feedback-source.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/format-category.json +16 -0
- package/dist/lib/schemas-data/v2.5/enums/format-id-parameter.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/frequency-cap-scope.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/history-entry-type.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/http-method.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/identifier-types.json +34 -0
- package/dist/lib/schemas-data/v2.5/enums/javascript-module-type.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/landing-page-requirement.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/markdown-flavor.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/media-buy-status.json +19 -0
- package/dist/lib/schemas-data/v2.5/enums/metric-type.json +17 -0
- package/dist/lib/schemas-data/v2.5/enums/notification-type.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/pacing.json +17 -0
- package/dist/lib/schemas-data/v2.5/enums/preview-output-format.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/pricing-model.json +25 -0
- package/dist/lib/schemas-data/v2.5/enums/property-type.json +16 -0
- package/dist/lib/schemas-data/v2.5/enums/publisher-identifier-types.json +19 -0
- package/dist/lib/schemas-data/v2.5/enums/reporting-frequency.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/signal-catalog-type.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/sort-direction.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/standard-format-ids.json +103 -0
- package/dist/lib/schemas-data/v2.5/enums/task-status.json +29 -0
- package/dist/lib/schemas-data/v2.5/enums/task-type.json +27 -0
- package/dist/lib/schemas-data/v2.5/enums/update-frequency.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/url-asset-type.json +12 -0
- package/dist/lib/schemas-data/v2.5/enums/validation-mode.json +11 -0
- package/dist/lib/schemas-data/v2.5/enums/vast-tracking-event.json +25 -0
- package/dist/lib/schemas-data/v2.5/enums/vast-version.json +14 -0
- package/dist/lib/schemas-data/v2.5/enums/webhook-response-type.json +13 -0
- package/dist/lib/schemas-data/v2.5/enums/webhook-security-method.json +12 -0
- package/dist/lib/schemas-data/v2.5/index.json +604 -0
- package/dist/lib/schemas-data/v2.5/media-buy/build-creative-request.json +31 -0
- package/dist/lib/schemas-data/v2.5/media-buy/build-creative-response.json +65 -0
- package/dist/lib/schemas-data/v2.5/media-buy/create-media-buy-async-response-input-required.json +31 -0
- package/dist/lib/schemas-data/v2.5/media-buy/create-media-buy-async-response-submitted.json +16 -0
- package/dist/lib/schemas-data/v2.5/media-buy/create-media-buy-async-response-working.json +36 -0
- package/dist/lib/schemas-data/v2.5/media-buy/create-media-buy-request.json +126 -0
- package/dist/lib/schemas-data/v2.5/media-buy/create-media-buy-response.json +97 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-media-buy-delivery-request.json +54 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-media-buy-delivery-response.json +285 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-products-async-response-input-required.json +38 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-products-async-response-submitted.json +21 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-products-async-response-working.json +34 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-products-request.json +28 -0
- package/dist/lib/schemas-data/v2.5/media-buy/get-products-response.json +33 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-authorized-properties-request.json +26 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-authorized-properties-response.json +70 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-creative-formats-request.json +58 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-creative-formats-response.json +61 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-creatives-request.json +137 -0
- package/dist/lib/schemas-data/v2.5/media-buy/list-creatives-response.json +437 -0
- package/dist/lib/schemas-data/v2.5/media-buy/package-request.json +80 -0
- package/dist/lib/schemas-data/v2.5/media-buy/provide-performance-feedback-request.json +88 -0
- package/dist/lib/schemas-data/v2.5/media-buy/provide-performance-feedback-response.json +66 -0
- package/dist/lib/schemas-data/v2.5/media-buy/sync-creatives-async-response-input-required.json +25 -0
- package/dist/lib/schemas-data/v2.5/media-buy/sync-creatives-async-response-submitted.json +16 -0
- package/dist/lib/schemas-data/v2.5/media-buy/sync-creatives-async-response-working.json +46 -0
- package/dist/lib/schemas-data/v2.5/media-buy/sync-creatives-request.json +178 -0
- package/dist/lib/schemas-data/v2.5/media-buy/sync-creatives-response.json +149 -0
- package/dist/lib/schemas-data/v2.5/media-buy/update-media-buy-async-response-input-required.json +24 -0
- package/dist/lib/schemas-data/v2.5/media-buy/update-media-buy-async-response-submitted.json +16 -0
- package/dist/lib/schemas-data/v2.5/media-buy/update-media-buy-async-response-working.json +36 -0
- package/dist/lib/schemas-data/v2.5/media-buy/update-media-buy-request.json +129 -0
- package/dist/lib/schemas-data/v2.5/media-buy/update-media-buy-response.json +99 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpc-option.json +52 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpcv-option.json +52 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpm-auction-option.json +81 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpm-fixed-option.json +52 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpp-option.json +73 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/cpv-option.json +88 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/flat-rate-option.json +93 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/vcpm-auction-option.json +81 -0
- package/dist/lib/schemas-data/v2.5/pricing-options/vcpm-fixed-option.json +52 -0
- package/dist/lib/schemas-data/v2.5/protocols/adcp-extension.json +33 -0
- package/dist/lib/schemas-data/v2.5/signals/activate-signal-request.json +32 -0
- package/dist/lib/schemas-data/v2.5/signals/activate-signal-response.json +68 -0
- package/dist/lib/schemas-data/v2.5/signals/get-signals-request.json +59 -0
- package/dist/lib/schemas-data/v2.5/signals/get-signals-response.json +100 -0
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +40 -25
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/decisioning/async-outcome.d.ts +16 -10
- package/dist/lib/server/decisioning/async-outcome.d.ts.map +1 -1
- package/dist/lib/server/decisioning/async-outcome.js +15 -56
- package/dist/lib/server/decisioning/async-outcome.js.map +1 -1
- package/dist/lib/server/decisioning/errors-typed.d.ts +10 -4
- package/dist/lib/server/decisioning/errors-typed.d.ts.map +1 -1
- package/dist/lib/server/decisioning/errors-typed.js +13 -29
- package/dist/lib/server/decisioning/errors-typed.js.map +1 -1
- package/dist/lib/server/decisioning/helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/helpers.js +0 -2
- package/dist/lib/server/decisioning/helpers.js.map +1 -1
- package/dist/lib/server/decisioning/manifest-helpers.d.ts.map +1 -1
- package/dist/lib/server/decisioning/manifest-helpers.js +0 -2
- package/dist/lib/server/decisioning/manifest-helpers.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +0 -9
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/start-time.d.ts.map +1 -1
- package/dist/lib/server/decisioning/start-time.js +0 -2
- package/dist/lib/server/decisioning/start-time.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +107 -26
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/types/error-codes.d.ts +196 -9
- package/dist/lib/types/error-codes.d.ts.map +1 -1
- package/dist/lib/types/error-codes.js +104 -26
- package/dist/lib/types/error-codes.js.map +1 -1
- package/dist/lib/types/v2-5/index.d.ts +2 -0
- package/dist/lib/types/v2-5/index.d.ts.map +1 -0
- package/dist/lib/types/v2-5/index.js +30 -0
- package/dist/lib/types/v2-5/index.js.map +1 -0
- package/dist/lib/types/v2-5/tools.generated.d.ts +3507 -0
- package/dist/lib/types/v2-5/tools.generated.d.ts.map +1 -0
- package/dist/lib/types/v2-5/tools.generated.js +6 -0
- package/dist/lib/types/v2-5/tools.generated.js.map +1 -0
- package/dist/lib/utils/buyer-retry-policy.d.ts +136 -0
- package/dist/lib/utils/buyer-retry-policy.d.ts.map +1 -0
- package/dist/lib/utils/buyer-retry-policy.js +247 -0
- package/dist/lib/utils/buyer-retry-policy.js.map +1 -0
- package/dist/lib/utils/creative-adapter.d.ts +32 -2
- package/dist/lib/utils/creative-adapter.d.ts.map +1 -1
- package/dist/lib/utils/creative-adapter.js +42 -6
- package/dist/lib/utils/creative-adapter.js.map +1 -1
- package/dist/lib/utils/sync-creatives-adapter.d.ts +18 -8
- package/dist/lib/utils/sync-creatives-adapter.d.ts.map +1 -1
- package/dist/lib/utils/sync-creatives-adapter.js +70 -17
- package/dist/lib/utils/sync-creatives-adapter.js.map +1 -1
- package/dist/lib/validation/client-hooks.d.ts +13 -8
- package/dist/lib/validation/client-hooks.d.ts.map +1 -1
- package/dist/lib/validation/client-hooks.js +12 -12
- package/dist/lib/validation/client-hooks.js.map +1 -1
- package/dist/lib/validation/schema-loader.d.ts.map +1 -1
- package/dist/lib/validation/schema-loader.js +20 -2
- package/dist/lib/validation/schema-loader.js.map +1 -1
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.js +3 -3
- package/docs/guides/BUILD-AN-AGENT.md +2 -0
- package/docs/llms.txt +39 -22
- package/package.json +17 -5
- package/skills/build-seller-agent/SKILL.md +38 -5
- package/skills/build-seller-agent/specialisms/sales-guaranteed.md +4 -3
- package/skills/call-adcp-agent.previous/SKILL.md +83 -4
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/creative/preview-render.json",
|
|
4
|
+
"title": "Preview Render",
|
|
5
|
+
"description": "A single rendered piece of a creative preview with discriminated output format",
|
|
6
|
+
"oneOf": [
|
|
7
|
+
{
|
|
8
|
+
"type": "object",
|
|
9
|
+
"description": "URL-only preview format",
|
|
10
|
+
"properties": {
|
|
11
|
+
"render_id": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "Unique identifier for this rendered piece within the variant"
|
|
14
|
+
},
|
|
15
|
+
"output_format": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "url",
|
|
18
|
+
"description": "Discriminator indicating preview_url is provided"
|
|
19
|
+
},
|
|
20
|
+
"preview_url": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": "uri",
|
|
23
|
+
"description": "URL to an HTML page that renders this piece. Can be embedded in an iframe."
|
|
24
|
+
},
|
|
25
|
+
"role": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"description": "Semantic role of this rendered piece. Use 'primary' for main content, 'companion' for associated banners, descriptive strings for device variants or custom roles."
|
|
28
|
+
},
|
|
29
|
+
"dimensions": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"description": "Dimensions for this rendered piece",
|
|
32
|
+
"properties": {
|
|
33
|
+
"width": {
|
|
34
|
+
"type": "number",
|
|
35
|
+
"minimum": 0
|
|
36
|
+
},
|
|
37
|
+
"height": {
|
|
38
|
+
"type": "number",
|
|
39
|
+
"minimum": 0
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"required": [
|
|
43
|
+
"width",
|
|
44
|
+
"height"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"embedding": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"description": "Optional security and embedding metadata for safe iframe integration",
|
|
50
|
+
"properties": {
|
|
51
|
+
"recommended_sandbox": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "Recommended iframe sandbox attribute value (e.g., 'allow-scripts allow-same-origin')"
|
|
54
|
+
},
|
|
55
|
+
"requires_https": {
|
|
56
|
+
"type": "boolean",
|
|
57
|
+
"description": "Whether this output requires HTTPS for secure embedding"
|
|
58
|
+
},
|
|
59
|
+
"supports_fullscreen": {
|
|
60
|
+
"type": "boolean",
|
|
61
|
+
"description": "Whether this output supports fullscreen mode"
|
|
62
|
+
},
|
|
63
|
+
"csp_policy": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Content Security Policy requirements for embedding"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"required": [
|
|
71
|
+
"render_id",
|
|
72
|
+
"output_format",
|
|
73
|
+
"preview_url",
|
|
74
|
+
"role"
|
|
75
|
+
],
|
|
76
|
+
"additionalProperties": true
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "object",
|
|
80
|
+
"description": "HTML-only preview format",
|
|
81
|
+
"properties": {
|
|
82
|
+
"render_id": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"description": "Unique identifier for this rendered piece within the variant"
|
|
85
|
+
},
|
|
86
|
+
"output_format": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"const": "html",
|
|
89
|
+
"description": "Discriminator indicating preview_html is provided"
|
|
90
|
+
},
|
|
91
|
+
"preview_html": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"description": "Raw HTML for this rendered piece. Can be embedded directly in the page without iframe. Security warning: Only use with trusted creative agents as this bypasses iframe sandboxing."
|
|
94
|
+
},
|
|
95
|
+
"role": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Semantic role of this rendered piece. Use 'primary' for main content, 'companion' for associated banners, descriptive strings for device variants or custom roles."
|
|
98
|
+
},
|
|
99
|
+
"dimensions": {
|
|
100
|
+
"type": "object",
|
|
101
|
+
"description": "Dimensions for this rendered piece",
|
|
102
|
+
"properties": {
|
|
103
|
+
"width": {
|
|
104
|
+
"type": "number",
|
|
105
|
+
"minimum": 0
|
|
106
|
+
},
|
|
107
|
+
"height": {
|
|
108
|
+
"type": "number",
|
|
109
|
+
"minimum": 0
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"required": [
|
|
113
|
+
"width",
|
|
114
|
+
"height"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"embedding": {
|
|
118
|
+
"type": "object",
|
|
119
|
+
"description": "Optional security and embedding metadata",
|
|
120
|
+
"properties": {
|
|
121
|
+
"recommended_sandbox": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"description": "Recommended iframe sandbox attribute value (e.g., 'allow-scripts allow-same-origin')"
|
|
124
|
+
},
|
|
125
|
+
"requires_https": {
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"description": "Whether this output requires HTTPS for secure embedding"
|
|
128
|
+
},
|
|
129
|
+
"supports_fullscreen": {
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"description": "Whether this output supports fullscreen mode"
|
|
132
|
+
},
|
|
133
|
+
"csp_policy": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "Content Security Policy requirements for embedding"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"required": [
|
|
141
|
+
"render_id",
|
|
142
|
+
"output_format",
|
|
143
|
+
"preview_html",
|
|
144
|
+
"role"
|
|
145
|
+
],
|
|
146
|
+
"additionalProperties": true
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "object",
|
|
150
|
+
"description": "Both URL and HTML preview format",
|
|
151
|
+
"properties": {
|
|
152
|
+
"render_id": {
|
|
153
|
+
"type": "string",
|
|
154
|
+
"description": "Unique identifier for this rendered piece within the variant"
|
|
155
|
+
},
|
|
156
|
+
"output_format": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"const": "both",
|
|
159
|
+
"description": "Discriminator indicating both preview_url and preview_html are provided"
|
|
160
|
+
},
|
|
161
|
+
"preview_url": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"format": "uri",
|
|
164
|
+
"description": "URL to an HTML page that renders this piece. Can be embedded in an iframe."
|
|
165
|
+
},
|
|
166
|
+
"preview_html": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"description": "Raw HTML for this rendered piece. Can be embedded directly in the page without iframe. Security warning: Only use with trusted creative agents as this bypasses iframe sandboxing."
|
|
169
|
+
},
|
|
170
|
+
"role": {
|
|
171
|
+
"type": "string",
|
|
172
|
+
"description": "Semantic role of this rendered piece. Use 'primary' for main content, 'companion' for associated banners, descriptive strings for device variants or custom roles."
|
|
173
|
+
},
|
|
174
|
+
"dimensions": {
|
|
175
|
+
"type": "object",
|
|
176
|
+
"description": "Dimensions for this rendered piece",
|
|
177
|
+
"properties": {
|
|
178
|
+
"width": {
|
|
179
|
+
"type": "number",
|
|
180
|
+
"minimum": 0
|
|
181
|
+
},
|
|
182
|
+
"height": {
|
|
183
|
+
"type": "number",
|
|
184
|
+
"minimum": 0
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"required": [
|
|
188
|
+
"width",
|
|
189
|
+
"height"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"embedding": {
|
|
193
|
+
"type": "object",
|
|
194
|
+
"description": "Optional security and embedding metadata for safe iframe integration",
|
|
195
|
+
"properties": {
|
|
196
|
+
"recommended_sandbox": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Recommended iframe sandbox attribute value (e.g., 'allow-scripts allow-same-origin')"
|
|
199
|
+
},
|
|
200
|
+
"requires_https": {
|
|
201
|
+
"type": "boolean",
|
|
202
|
+
"description": "Whether this output requires HTTPS for secure embedding"
|
|
203
|
+
},
|
|
204
|
+
"supports_fullscreen": {
|
|
205
|
+
"type": "boolean",
|
|
206
|
+
"description": "Whether this output supports fullscreen mode"
|
|
207
|
+
},
|
|
208
|
+
"csp_policy": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "Content Security Policy requirements for embedding"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"required": [
|
|
216
|
+
"render_id",
|
|
217
|
+
"output_format",
|
|
218
|
+
"preview_url",
|
|
219
|
+
"preview_html",
|
|
220
|
+
"role"
|
|
221
|
+
],
|
|
222
|
+
"additionalProperties": true
|
|
223
|
+
}
|
|
224
|
+
]
|
|
225
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/adcp-domain.json",
|
|
4
|
+
"title": "AdCP Domain",
|
|
5
|
+
"description": "AdCP protocol domains for task categorization",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"media-buy",
|
|
9
|
+
"signals"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/asset-content-type.json",
|
|
4
|
+
"title": "Asset Content Type",
|
|
5
|
+
"description": "Types of content that can be used as creative assets. Describes what KIND of content an asset contains (image, video, code, etc.), not where it displays.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"image",
|
|
9
|
+
"video",
|
|
10
|
+
"audio",
|
|
11
|
+
"text",
|
|
12
|
+
"markdown",
|
|
13
|
+
"html",
|
|
14
|
+
"css",
|
|
15
|
+
"javascript",
|
|
16
|
+
"vast",
|
|
17
|
+
"daast",
|
|
18
|
+
"promoted_offerings",
|
|
19
|
+
"url",
|
|
20
|
+
"webhook"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/auth-scheme.json",
|
|
4
|
+
"title": "Authentication Scheme",
|
|
5
|
+
"description": "Authentication schemes for push notification endpoints",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"Bearer",
|
|
9
|
+
"HMAC-SHA256"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/available-metric.json",
|
|
4
|
+
"title": "Available Metric",
|
|
5
|
+
"description": "Standard delivery and performance metrics available for reporting",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"impressions",
|
|
9
|
+
"spend",
|
|
10
|
+
"clicks",
|
|
11
|
+
"ctr",
|
|
12
|
+
"video_completions",
|
|
13
|
+
"completion_rate",
|
|
14
|
+
"conversions",
|
|
15
|
+
"viewability",
|
|
16
|
+
"engagement_rate"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/channels.json",
|
|
4
|
+
"title": "Advertising Channels",
|
|
5
|
+
"description": "Standard advertising channels supported by AdCP",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"display",
|
|
9
|
+
"video",
|
|
10
|
+
"audio",
|
|
11
|
+
"native",
|
|
12
|
+
"dooh",
|
|
13
|
+
"ctv",
|
|
14
|
+
"podcast",
|
|
15
|
+
"retail",
|
|
16
|
+
"social"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/co-branding-requirement.json",
|
|
4
|
+
"title": "Co-Branding Requirement",
|
|
5
|
+
"description": "Co-branding policy for creatives (retailer/publisher brand inclusion)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"required",
|
|
9
|
+
"optional",
|
|
10
|
+
"none"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/creative-action.json",
|
|
4
|
+
"title": "Creative Action",
|
|
5
|
+
"description": "Action taken on a creative during sync operation",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"created",
|
|
9
|
+
"updated",
|
|
10
|
+
"unchanged",
|
|
11
|
+
"failed",
|
|
12
|
+
"deleted"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/creative-agent-capability.json",
|
|
4
|
+
"title": "Creative Agent Capability",
|
|
5
|
+
"description": "Capabilities supported by creative agents for format handling",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"validation",
|
|
9
|
+
"assembly",
|
|
10
|
+
"generation",
|
|
11
|
+
"preview"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/creative-sort-field.json",
|
|
4
|
+
"title": "Creative Sort Field",
|
|
5
|
+
"description": "Fields available for sorting creative library listings",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"created_date",
|
|
9
|
+
"updated_date",
|
|
10
|
+
"name",
|
|
11
|
+
"status",
|
|
12
|
+
"assignment_count",
|
|
13
|
+
"performance_score"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/creative-status.json",
|
|
4
|
+
"title": "Creative Status",
|
|
5
|
+
"description": "Status of a creative asset",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"processing",
|
|
9
|
+
"approved",
|
|
10
|
+
"rejected",
|
|
11
|
+
"pending_review"
|
|
12
|
+
],
|
|
13
|
+
"enumDescriptions": {
|
|
14
|
+
"processing": "Creative is being processed or transcoded",
|
|
15
|
+
"approved": "Creative has been approved and is ready for delivery",
|
|
16
|
+
"rejected": "Creative has been rejected due to policy or technical issues",
|
|
17
|
+
"pending_review": "Creative is under review"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/daast-tracking-event.json",
|
|
4
|
+
"title": "DAAST Tracking Event",
|
|
5
|
+
"description": "Standard DAAST tracking events for audio ad playback and interaction",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"start",
|
|
9
|
+
"firstQuartile",
|
|
10
|
+
"midpoint",
|
|
11
|
+
"thirdQuartile",
|
|
12
|
+
"complete",
|
|
13
|
+
"impression",
|
|
14
|
+
"pause",
|
|
15
|
+
"resume",
|
|
16
|
+
"skip",
|
|
17
|
+
"mute",
|
|
18
|
+
"unmute"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/daast-version.json",
|
|
4
|
+
"title": "DAAST Version",
|
|
5
|
+
"description": "Supported DAAST (Digital Audio Ad Serving Template) specification versions",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"1.0",
|
|
9
|
+
"1.1"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/delivery-type.json",
|
|
4
|
+
"title": "Delivery Type",
|
|
5
|
+
"description": "Type of inventory delivery",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"guaranteed",
|
|
9
|
+
"non_guaranteed"
|
|
10
|
+
],
|
|
11
|
+
"enumDescriptions": {
|
|
12
|
+
"guaranteed": "Reserved inventory with guaranteed delivery",
|
|
13
|
+
"non_guaranteed": "Auction-based inventory without delivery guarantees"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/dimension-unit.json",
|
|
4
|
+
"title": "Dimension Unit",
|
|
5
|
+
"description": "Units of measurement for creative format dimensions",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"px",
|
|
9
|
+
"dp",
|
|
10
|
+
"inches",
|
|
11
|
+
"cm"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/feed-format.json",
|
|
4
|
+
"title": "Feed Format",
|
|
5
|
+
"description": "Product catalog feed format types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"google_merchant_center",
|
|
9
|
+
"facebook_catalog",
|
|
10
|
+
"custom"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/feedback-source.json",
|
|
4
|
+
"title": "Feedback Source",
|
|
5
|
+
"description": "Source of performance feedback data",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"buyer_attribution",
|
|
9
|
+
"third_party_measurement",
|
|
10
|
+
"platform_analytics",
|
|
11
|
+
"verification_partner"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/format-category.json",
|
|
4
|
+
"title": "Format Category",
|
|
5
|
+
"description": "High-level categories for creative formats based on media type and delivery channel. Describes WHERE and HOW a creative displays, not what content it contains.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"audio",
|
|
9
|
+
"video",
|
|
10
|
+
"display",
|
|
11
|
+
"native",
|
|
12
|
+
"dooh",
|
|
13
|
+
"rich_media",
|
|
14
|
+
"universal"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/format-id-parameter.json",
|
|
4
|
+
"title": "Format ID Parameter",
|
|
5
|
+
"description": "Types of parameters that template formats accept in format_id objects to create parameterized format identifiers",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"dimensions",
|
|
9
|
+
"duration"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/frequency-cap-scope.json",
|
|
4
|
+
"title": "Frequency Cap Scope",
|
|
5
|
+
"description": "Scope for frequency cap application",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"package"
|
|
9
|
+
],
|
|
10
|
+
"enumDescriptions": {
|
|
11
|
+
"package": "Apply frequency cap at the package level"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/history-entry-type.json",
|
|
4
|
+
"title": "History Entry Type",
|
|
5
|
+
"description": "Type of entry in task execution history",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"request",
|
|
9
|
+
"response"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/identifier-types.json",
|
|
4
|
+
"title": "Property Identifier Types",
|
|
5
|
+
"description": "Valid identifier types for property identification across different media types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"domain",
|
|
9
|
+
"subdomain",
|
|
10
|
+
"network_id",
|
|
11
|
+
"ios_bundle",
|
|
12
|
+
"android_package",
|
|
13
|
+
"apple_app_store_id",
|
|
14
|
+
"google_play_id",
|
|
15
|
+
"roku_store_id",
|
|
16
|
+
"fire_tv_asin",
|
|
17
|
+
"samsung_app_id",
|
|
18
|
+
"apple_tv_bundle",
|
|
19
|
+
"bundle_id",
|
|
20
|
+
"venue_id",
|
|
21
|
+
"screen_id",
|
|
22
|
+
"openooh_venue_type",
|
|
23
|
+
"rss_url",
|
|
24
|
+
"apple_podcast_id",
|
|
25
|
+
"spotify_show_id",
|
|
26
|
+
"podcast_guid"
|
|
27
|
+
],
|
|
28
|
+
"examples": [
|
|
29
|
+
"domain",
|
|
30
|
+
"ios_bundle",
|
|
31
|
+
"venue_id",
|
|
32
|
+
"apple_podcast_id"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/javascript-module-type.json",
|
|
4
|
+
"title": "JavaScript Module Type",
|
|
5
|
+
"description": "JavaScript module format types for creative assets",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"esm",
|
|
9
|
+
"commonjs",
|
|
10
|
+
"script"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/landing-page-requirement.json",
|
|
4
|
+
"title": "Landing Page Requirement",
|
|
5
|
+
"description": "Landing page policy for creative click-through destinations",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"any",
|
|
9
|
+
"retailer_site_only",
|
|
10
|
+
"must_include_retailer"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/markdown-flavor.json",
|
|
4
|
+
"title": "Markdown Flavor",
|
|
5
|
+
"description": "Markdown specification flavors supported for text assets",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"commonmark",
|
|
9
|
+
"gfm"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "/schemas/enums/media-buy-status.json",
|
|
4
|
+
"title": "Media Buy Status",
|
|
5
|
+
"description": "Status of a media buy",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"pending_activation",
|
|
9
|
+
"active",
|
|
10
|
+
"paused",
|
|
11
|
+
"completed"
|
|
12
|
+
],
|
|
13
|
+
"enumDescriptions": {
|
|
14
|
+
"pending_activation": "Media buy created but not yet activated",
|
|
15
|
+
"active": "Media buy is currently running",
|
|
16
|
+
"paused": "Media buy is temporarily paused",
|
|
17
|
+
"completed": "Media buy has finished running"
|
|
18
|
+
}
|
|
19
|
+
}
|