@adcp/sdk 6.16.1 → 6.17.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.
Files changed (995) hide show
  1. package/ADCP_VERSION +1 -1
  2. package/bin/adcp.js +30 -1
  3. package/compliance/cache/{3.0.8 → 3.0.9}/index.json +2 -2
  4. package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/index.json +2 -2
  5. package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
  6. package/dist/lib/core/TaskExecutor.js +4 -1
  7. package/dist/lib/core/TaskExecutor.js.map +1 -1
  8. package/dist/lib/discovery/network-consistency-checker.d.ts.map +1 -1
  9. package/dist/lib/discovery/network-consistency-checker.js +106 -63
  10. package/dist/lib/discovery/network-consistency-checker.js.map +1 -1
  11. package/dist/lib/discovery/property-crawler.d.ts.map +1 -1
  12. package/dist/lib/discovery/property-crawler.js +33 -4
  13. package/dist/lib/discovery/property-crawler.js.map +1 -1
  14. package/dist/lib/net/ssrf-fetch.d.ts +31 -0
  15. package/dist/lib/net/ssrf-fetch.d.ts.map +1 -1
  16. package/dist/lib/net/ssrf-fetch.js +36 -1
  17. package/dist/lib/net/ssrf-fetch.js.map +1 -1
  18. package/dist/lib/protocols/a2a.d.ts +14 -11
  19. package/dist/lib/protocols/a2a.d.ts.map +1 -1
  20. package/dist/lib/protocols/a2a.js +60 -13
  21. package/dist/lib/protocols/a2a.js.map +1 -1
  22. package/dist/lib/schemas-data/3.0/a2ui/bound-value.json +1 -1
  23. package/dist/lib/schemas-data/3.0/a2ui/component.json +1 -1
  24. package/dist/lib/schemas-data/3.0/a2ui/si-catalog.json +25 -25
  25. package/dist/lib/schemas-data/3.0/a2ui/surface.json +2 -2
  26. package/dist/lib/schemas-data/3.0/a2ui/user-action.json +1 -1
  27. package/dist/lib/schemas-data/3.0/account/get-account-financials-request.json +5 -5
  28. package/dist/lib/schemas-data/3.0/account/get-account-financials-response.json +10 -10
  29. package/dist/lib/schemas-data/3.0/account/list-accounts-request.json +4 -4
  30. package/dist/lib/schemas-data/3.0/account/list-accounts-response.json +6 -6
  31. package/dist/lib/schemas-data/3.0/account/report-usage-request.json +5 -5
  32. package/dist/lib/schemas-data/3.0/account/report-usage-response.json +4 -4
  33. package/dist/lib/schemas-data/3.0/account/sync-accounts-request.json +9 -9
  34. package/dist/lib/schemas-data/3.0/account/sync-accounts-response.json +12 -12
  35. package/dist/lib/schemas-data/3.0/account/sync-governance-request.json +5 -5
  36. package/dist/lib/schemas-data/3.0/account/sync-governance-response.json +8 -8
  37. package/dist/lib/schemas-data/3.0/adagents.json +32 -32
  38. package/dist/lib/schemas-data/3.0/brand/acquire-rights-request.json +8 -8
  39. package/dist/lib/schemas-data/3.0/brand/acquire-rights-response.json +14 -14
  40. package/dist/lib/schemas-data/3.0/brand/creative-approval-request.json +4 -4
  41. package/dist/lib/schemas-data/3.0/brand/creative-approval-response.json +10 -10
  42. package/dist/lib/schemas-data/3.0/brand/get-brand-identity-request.json +3 -3
  43. package/dist/lib/schemas-data/3.0/brand/get-brand-identity-response.json +8 -8
  44. package/dist/lib/schemas-data/3.0/brand/get-rights-request.json +7 -7
  45. package/dist/lib/schemas-data/3.0/brand/get-rights-response.json +9 -9
  46. package/dist/lib/schemas-data/3.0/brand/revocation-notification.json +4 -4
  47. package/dist/lib/schemas-data/3.0/brand/rights-pricing-option.json +5 -5
  48. package/dist/lib/schemas-data/3.0/brand/rights-terms.json +3 -3
  49. package/dist/lib/schemas-data/3.0/brand/update-rights-request.json +4 -4
  50. package/dist/lib/schemas-data/3.0/brand/update-rights-response.json +9 -9
  51. package/dist/lib/schemas-data/3.0/brand.json +14 -14
  52. package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-request.json +2 -2
  53. package/dist/lib/schemas-data/3.0/bundled/content-standards/calibrate-content-response.json +2 -2
  54. package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-request.json +2 -2
  55. package/dist/lib/schemas-data/3.0/bundled/content-standards/create-content-standards-response.json +2 -2
  56. package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-request.json +2 -2
  57. package/dist/lib/schemas-data/3.0/bundled/content-standards/get-content-standards-response.json +2 -2
  58. package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-request.json +2 -2
  59. package/dist/lib/schemas-data/3.0/bundled/content-standards/get-media-buy-artifacts-response.json +2 -2
  60. package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-request.json +2 -2
  61. package/dist/lib/schemas-data/3.0/bundled/content-standards/list-content-standards-response.json +2 -2
  62. package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-request.json +2 -2
  63. package/dist/lib/schemas-data/3.0/bundled/content-standards/update-content-standards-response.json +2 -2
  64. package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-request.json +2 -2
  65. package/dist/lib/schemas-data/3.0/bundled/content-standards/validate-content-delivery-response.json +2 -2
  66. package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-request.json +2 -2
  67. package/dist/lib/schemas-data/3.0/bundled/core/tasks-get-response.json +2 -2
  68. package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-request.json +2 -2
  69. package/dist/lib/schemas-data/3.0/bundled/core/tasks-list-response.json +2 -2
  70. package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-request.json +2 -2
  71. package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-delivery-response.json +2 -2
  72. package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-request.json +2 -2
  73. package/dist/lib/schemas-data/3.0/bundled/creative/get-creative-features-response.json +2 -2
  74. package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-request.json +2 -2
  75. package/dist/lib/schemas-data/3.0/bundled/creative/list-creative-formats-response.json +2 -2
  76. package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-request.json +2 -2
  77. package/dist/lib/schemas-data/3.0/bundled/creative/list-creatives-response.json +2 -2
  78. package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-request.json +2 -2
  79. package/dist/lib/schemas-data/3.0/bundled/creative/preview-creative-response.json +2 -2
  80. package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-request.json +3 -3
  81. package/dist/lib/schemas-data/3.0/bundled/creative/sync-creatives-response.json +2 -2
  82. package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-request.json +2 -2
  83. package/dist/lib/schemas-data/3.0/bundled/media-buy/build-creative-response.json +2 -2
  84. package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-request.json +9 -9
  85. package/dist/lib/schemas-data/3.0/bundled/media-buy/create-media-buy-response.json +2 -2
  86. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-request.json +2 -2
  87. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buy-delivery-response.json +2 -2
  88. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-request.json +2 -2
  89. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-media-buys-response.json +2 -2
  90. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-request.json +2 -2
  91. package/dist/lib/schemas-data/3.0/bundled/media-buy/get-products-response.json +2 -2
  92. package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-request.json +2 -2
  93. package/dist/lib/schemas-data/3.0/bundled/media-buy/list-creative-formats-response.json +2 -2
  94. package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-request.json +2 -2
  95. package/dist/lib/schemas-data/3.0/bundled/media-buy/log-event-response.json +2 -2
  96. package/dist/lib/schemas-data/3.0/bundled/media-buy/package-request.json +2 -2
  97. package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-request.json +2 -2
  98. package/dist/lib/schemas-data/3.0/bundled/media-buy/provide-performance-feedback-response.json +2 -2
  99. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-request.json +2 -2
  100. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-audiences-response.json +2 -2
  101. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-request.json +3 -3
  102. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-catalogs-response.json +2 -2
  103. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-request.json +2 -2
  104. package/dist/lib/schemas-data/3.0/bundled/media-buy/sync-event-sources-response.json +2 -2
  105. package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-request.json +6 -6
  106. package/dist/lib/schemas-data/3.0/bundled/media-buy/update-media-buy-response.json +2 -2
  107. package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-request.json +2 -2
  108. package/dist/lib/schemas-data/3.0/bundled/property/create-property-list-response.json +2 -2
  109. package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-request.json +2 -2
  110. package/dist/lib/schemas-data/3.0/bundled/property/delete-property-list-response.json +2 -2
  111. package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-request.json +2 -2
  112. package/dist/lib/schemas-data/3.0/bundled/property/get-property-list-response.json +2 -2
  113. package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-request.json +2 -2
  114. package/dist/lib/schemas-data/3.0/bundled/property/list-property-lists-response.json +2 -2
  115. package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-request.json +2 -2
  116. package/dist/lib/schemas-data/3.0/bundled/property/update-property-list-response.json +2 -2
  117. package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-request.json +2 -2
  118. package/dist/lib/schemas-data/3.0/bundled/property/validate-property-delivery-response.json +2 -2
  119. package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-request.json +2 -2
  120. package/dist/lib/schemas-data/3.0/bundled/protocol/get-adcp-capabilities-response.json +2 -2
  121. package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-request.json +2 -2
  122. package/dist/lib/schemas-data/3.0/bundled/signals/activate-signal-response.json +2 -2
  123. package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-request.json +2 -2
  124. package/dist/lib/schemas-data/3.0/bundled/signals/get-signals-response.json +2 -2
  125. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-request.json +2 -2
  126. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-get-offering-response.json +2 -2
  127. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-request.json +2 -2
  128. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-initiate-session-response.json +2 -2
  129. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-request.json +2 -2
  130. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-send-message-response.json +2 -2
  131. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-request.json +2 -2
  132. package/dist/lib/schemas-data/3.0/bundled/sponsored-intelligence/si-terminate-session-response.json +2 -2
  133. package/dist/lib/schemas-data/3.0/collection/base-collection-source.json +3 -3
  134. package/dist/lib/schemas-data/3.0/collection/collection-list-changed-webhook.json +2 -2
  135. package/dist/lib/schemas-data/3.0/collection/collection-list-filters.json +7 -7
  136. package/dist/lib/schemas-data/3.0/collection/collection-list.json +5 -5
  137. package/dist/lib/schemas-data/3.0/collection/create-collection-list-request.json +7 -7
  138. package/dist/lib/schemas-data/3.0/collection/create-collection-list-response.json +4 -4
  139. package/dist/lib/schemas-data/3.0/collection/delete-collection-list-request.json +4 -4
  140. package/dist/lib/schemas-data/3.0/collection/delete-collection-list-response.json +3 -3
  141. package/dist/lib/schemas-data/3.0/collection/get-collection-list-request.json +4 -4
  142. package/dist/lib/schemas-data/3.0/collection/get-collection-list-response.json +10 -10
  143. package/dist/lib/schemas-data/3.0/collection/list-collection-lists-request.json +5 -5
  144. package/dist/lib/schemas-data/3.0/collection/list-collection-lists-response.json +5 -5
  145. package/dist/lib/schemas-data/3.0/collection/update-collection-list-request.json +7 -7
  146. package/dist/lib/schemas-data/3.0/collection/update-collection-list-response.json +4 -4
  147. package/dist/lib/schemas-data/3.0/content-standards/artifact-webhook-payload.json +3 -3
  148. package/dist/lib/schemas-data/3.0/content-standards/artifact.json +7 -7
  149. package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-request.json +4 -4
  150. package/dist/lib/schemas-data/3.0/content-standards/calibrate-content-response.json +8 -8
  151. package/dist/lib/schemas-data/3.0/content-standards/content-standards.json +7 -7
  152. package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-request.json +7 -7
  153. package/dist/lib/schemas-data/3.0/content-standards/create-content-standards-response.json +6 -6
  154. package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-request.json +3 -3
  155. package/dist/lib/schemas-data/3.0/content-standards/get-content-standards-response.json +7 -7
  156. package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-request.json +4 -4
  157. package/dist/lib/schemas-data/3.0/content-standards/get-media-buy-artifacts-response.json +8 -8
  158. package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-request.json +5 -5
  159. package/dist/lib/schemas-data/3.0/content-standards/list-content-standards-response.json +8 -8
  160. package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-request.json +7 -7
  161. package/dist/lib/schemas-data/3.0/content-standards/update-content-standards-response.json +6 -6
  162. package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-request.json +4 -4
  163. package/dist/lib/schemas-data/3.0/content-standards/validate-content-delivery-response.json +8 -8
  164. package/dist/lib/schemas-data/3.0/core/account-ref.json +2 -2
  165. package/dist/lib/schemas-data/3.0/core/account.json +9 -9
  166. package/dist/lib/schemas-data/3.0/core/activation-key.json +1 -1
  167. package/dist/lib/schemas-data/3.0/core/ad-inventory-config.json +1 -1
  168. package/dist/lib/schemas-data/3.0/core/agent-encryption-key.json +1 -1
  169. package/dist/lib/schemas-data/3.0/core/agent-signing-key.json +1 -1
  170. package/dist/lib/schemas-data/3.0/core/app-item.json +4 -4
  171. package/dist/lib/schemas-data/3.0/core/assets/asset-union.json +15 -15
  172. package/dist/lib/schemas-data/3.0/core/assets/audio-asset.json +3 -3
  173. package/dist/lib/schemas-data/3.0/core/assets/brief-asset.json +2 -2
  174. package/dist/lib/schemas-data/3.0/core/assets/catalog-asset.json +2 -2
  175. package/dist/lib/schemas-data/3.0/core/assets/css-asset.json +2 -2
  176. package/dist/lib/schemas-data/3.0/core/assets/daast-asset.json +4 -4
  177. package/dist/lib/schemas-data/3.0/core/assets/html-asset.json +2 -2
  178. package/dist/lib/schemas-data/3.0/core/assets/image-asset.json +2 -2
  179. package/dist/lib/schemas-data/3.0/core/assets/javascript-asset.json +3 -3
  180. package/dist/lib/schemas-data/3.0/core/assets/markdown-asset.json +2 -2
  181. package/dist/lib/schemas-data/3.0/core/assets/text-asset.json +2 -2
  182. package/dist/lib/schemas-data/3.0/core/assets/url-asset.json +3 -3
  183. package/dist/lib/schemas-data/3.0/core/assets/vast-asset.json +4 -4
  184. package/dist/lib/schemas-data/3.0/core/assets/video-asset.json +7 -7
  185. package/dist/lib/schemas-data/3.0/core/assets/webhook-asset.json +7 -7
  186. package/dist/lib/schemas-data/3.0/core/async-response-data.json +25 -25
  187. package/dist/lib/schemas-data/3.0/core/attribution-window.json +4 -4
  188. package/dist/lib/schemas-data/3.0/core/audience-member.json +3 -3
  189. package/dist/lib/schemas-data/3.0/core/audience-selector.json +4 -4
  190. package/dist/lib/schemas-data/3.0/core/brand-id.json +1 -1
  191. package/dist/lib/schemas-data/3.0/core/brand-ref.json +2 -2
  192. package/dist/lib/schemas-data/3.0/core/business-entity.json +2 -2
  193. package/dist/lib/schemas-data/3.0/core/cancellation-policy.json +2 -2
  194. package/dist/lib/schemas-data/3.0/core/catalog-field-mapping.json +2 -2
  195. package/dist/lib/schemas-data/3.0/core/catalog.json +7 -7
  196. package/dist/lib/schemas-data/3.0/core/catchment.json +5 -5
  197. package/dist/lib/schemas-data/3.0/core/collection-distribution.json +2 -2
  198. package/dist/lib/schemas-data/3.0/core/collection-list-ref.json +1 -1
  199. package/dist/lib/schemas-data/3.0/core/collection-selector.json +1 -1
  200. package/dist/lib/schemas-data/3.0/core/collection.json +13 -13
  201. package/dist/lib/schemas-data/3.0/core/content-rating.json +2 -2
  202. package/dist/lib/schemas-data/3.0/core/context.json +1 -1
  203. package/dist/lib/schemas-data/3.0/core/creative-asset.json +6 -6
  204. package/dist/lib/schemas-data/3.0/core/creative-assignment.json +1 -1
  205. package/dist/lib/schemas-data/3.0/core/creative-brief.json +4 -4
  206. package/dist/lib/schemas-data/3.0/core/creative-consumption.json +1 -1
  207. package/dist/lib/schemas-data/3.0/core/creative-filters.json +4 -4
  208. package/dist/lib/schemas-data/3.0/core/creative-item.json +1 -1
  209. package/dist/lib/schemas-data/3.0/core/creative-manifest.json +7 -7
  210. package/dist/lib/schemas-data/3.0/core/creative-policy.json +3 -3
  211. package/dist/lib/schemas-data/3.0/core/creative-variable.json +1 -1
  212. package/dist/lib/schemas-data/3.0/core/creative-variant.json +5 -5
  213. package/dist/lib/schemas-data/3.0/core/data-provider-signal-selector.json +1 -1
  214. package/dist/lib/schemas-data/3.0/core/date-range.json +1 -1
  215. package/dist/lib/schemas-data/3.0/core/datetime-range.json +1 -1
  216. package/dist/lib/schemas-data/3.0/core/daypart-target.json +2 -2
  217. package/dist/lib/schemas-data/3.0/core/deadline-policy.json +1 -1
  218. package/dist/lib/schemas-data/3.0/core/delivery-forecast.json +7 -7
  219. package/dist/lib/schemas-data/3.0/core/delivery-metrics.json +5 -5
  220. package/dist/lib/schemas-data/3.0/core/deployment.json +3 -3
  221. package/dist/lib/schemas-data/3.0/core/destination-item.json +4 -4
  222. package/dist/lib/schemas-data/3.0/core/destination.json +1 -1
  223. package/dist/lib/schemas-data/3.0/core/diagnostic-issue.json +1 -1
  224. package/dist/lib/schemas-data/3.0/core/duration.json +1 -1
  225. package/dist/lib/schemas-data/3.0/core/education-item.json +4 -4
  226. package/dist/lib/schemas-data/3.0/core/error.json +1 -1
  227. package/dist/lib/schemas-data/3.0/core/event-custom-data.json +2 -2
  228. package/dist/lib/schemas-data/3.0/core/event-source-health.json +3 -3
  229. package/dist/lib/schemas-data/3.0/core/event.json +6 -6
  230. package/dist/lib/schemas-data/3.0/core/ext.json +1 -1
  231. package/dist/lib/schemas-data/3.0/core/feature-requirement.json +1 -1
  232. package/dist/lib/schemas-data/3.0/core/flight-item.json +4 -4
  233. package/dist/lib/schemas-data/3.0/core/forecast-point.json +18 -18
  234. package/dist/lib/schemas-data/3.0/core/forecast-range.json +1 -1
  235. package/dist/lib/schemas-data/3.0/core/format-id.json +1 -1
  236. package/dist/lib/schemas-data/3.0/core/format.json +42 -42
  237. package/dist/lib/schemas-data/3.0/core/frequency-cap.json +4 -4
  238. package/dist/lib/schemas-data/3.0/core/generation-credential.json +3 -3
  239. package/dist/lib/schemas-data/3.0/core/geo-breakdown-support.json +3 -3
  240. package/dist/lib/schemas-data/3.0/core/hotel-item.json +4 -4
  241. package/dist/lib/schemas-data/3.0/core/identifier.json +2 -2
  242. package/dist/lib/schemas-data/3.0/core/industry-identifier.json +2 -2
  243. package/dist/lib/schemas-data/3.0/core/insertion-order.json +1 -1
  244. package/dist/lib/schemas-data/3.0/core/installment-deadlines.json +2 -2
  245. package/dist/lib/schemas-data/3.0/core/installment.json +9 -9
  246. package/dist/lib/schemas-data/3.0/core/job-item.json +3 -3
  247. package/dist/lib/schemas-data/3.0/core/limited-series.json +1 -1
  248. package/dist/lib/schemas-data/3.0/core/material-deadline.json +1 -1
  249. package/dist/lib/schemas-data/3.0/core/mcp-webhook-payload.json +5 -5
  250. package/dist/lib/schemas-data/3.0/core/measurement-readiness.json +5 -5
  251. package/dist/lib/schemas-data/3.0/core/measurement-terms.json +3 -3
  252. package/dist/lib/schemas-data/3.0/core/measurement-window.json +1 -1
  253. package/dist/lib/schemas-data/3.0/core/media-buy-features.json +1 -1
  254. package/dist/lib/schemas-data/3.0/core/media-buy.json +7 -7
  255. package/dist/lib/schemas-data/3.0/core/offering-asset-group.json +15 -15
  256. package/dist/lib/schemas-data/3.0/core/offering.json +5 -5
  257. package/dist/lib/schemas-data/3.0/core/optimization-goal.json +6 -6
  258. package/dist/lib/schemas-data/3.0/core/outcome-measurement.json +2 -2
  259. package/dist/lib/schemas-data/3.0/core/overlay.json +1 -1
  260. package/dist/lib/schemas-data/3.0/core/package.json +14 -14
  261. package/dist/lib/schemas-data/3.0/core/pagination-request.json +1 -1
  262. package/dist/lib/schemas-data/3.0/core/pagination-response.json +1 -1
  263. package/dist/lib/schemas-data/3.0/core/performance-feedback.json +3 -3
  264. package/dist/lib/schemas-data/3.0/core/performance-standard.json +4 -4
  265. package/dist/lib/schemas-data/3.0/core/placement-definition.json +5 -5
  266. package/dist/lib/schemas-data/3.0/core/placement.json +2 -2
  267. package/dist/lib/schemas-data/3.0/core/planned-delivery.json +5 -5
  268. package/dist/lib/schemas-data/3.0/core/price.json +1 -1
  269. package/dist/lib/schemas-data/3.0/core/pricing-option.json +10 -10
  270. package/dist/lib/schemas-data/3.0/core/product-allocation.json +4 -4
  271. package/dist/lib/schemas-data/3.0/core/product-filters.json +16 -16
  272. package/dist/lib/schemas-data/3.0/core/product.json +28 -28
  273. package/dist/lib/schemas-data/3.0/core/property-id.json +1 -1
  274. package/dist/lib/schemas-data/3.0/core/property-list-ref.json +1 -1
  275. package/dist/lib/schemas-data/3.0/core/property-tag.json +1 -1
  276. package/dist/lib/schemas-data/3.0/core/property.json +6 -6
  277. package/dist/lib/schemas-data/3.0/core/proposal.json +6 -6
  278. package/dist/lib/schemas-data/3.0/core/protocol-envelope.json +3 -3
  279. package/dist/lib/schemas-data/3.0/core/provenance.json +6 -6
  280. package/dist/lib/schemas-data/3.0/core/publisher-property-selector.json +3 -3
  281. package/dist/lib/schemas-data/3.0/core/push-notification-config.json +2 -2
  282. package/dist/lib/schemas-data/3.0/core/real-estate-item.json +4 -4
  283. package/dist/lib/schemas-data/3.0/core/reference-asset.json +1 -1
  284. package/dist/lib/schemas-data/3.0/core/reporting-capabilities.json +5 -5
  285. package/dist/lib/schemas-data/3.0/core/reporting-webhook.json +6 -6
  286. package/dist/lib/schemas-data/3.0/core/requirements/asset-requirements.json +13 -13
  287. package/dist/lib/schemas-data/3.0/core/requirements/audio-asset-requirements.json +1 -1
  288. package/dist/lib/schemas-data/3.0/core/requirements/catalog-field-binding.json +4 -4
  289. package/dist/lib/schemas-data/3.0/core/requirements/catalog-requirements.json +5 -5
  290. package/dist/lib/schemas-data/3.0/core/requirements/css-asset-requirements.json +1 -1
  291. package/dist/lib/schemas-data/3.0/core/requirements/daast-asset-requirements.json +1 -1
  292. package/dist/lib/schemas-data/3.0/core/requirements/html-asset-requirements.json +1 -1
  293. package/dist/lib/schemas-data/3.0/core/requirements/image-asset-requirements.json +2 -2
  294. package/dist/lib/schemas-data/3.0/core/requirements/javascript-asset-requirements.json +1 -1
  295. package/dist/lib/schemas-data/3.0/core/requirements/markdown-asset-requirements.json +1 -1
  296. package/dist/lib/schemas-data/3.0/core/requirements/offering-asset-constraint.json +4 -4
  297. package/dist/lib/schemas-data/3.0/core/requirements/text-asset-requirements.json +1 -1
  298. package/dist/lib/schemas-data/3.0/core/requirements/url-asset-requirements.json +1 -1
  299. package/dist/lib/schemas-data/3.0/core/requirements/vast-asset-requirements.json +1 -1
  300. package/dist/lib/schemas-data/3.0/core/requirements/video-asset-requirements.json +6 -6
  301. package/dist/lib/schemas-data/3.0/core/requirements/webhook-asset-requirements.json +1 -1
  302. package/dist/lib/schemas-data/3.0/core/response.json +1 -1
  303. package/dist/lib/schemas-data/3.0/core/rights-constraint.json +4 -4
  304. package/dist/lib/schemas-data/3.0/core/seller-agent-ref.json +1 -1
  305. package/dist/lib/schemas-data/3.0/core/signal-definition.json +3 -3
  306. package/dist/lib/schemas-data/3.0/core/signal-filters.json +2 -2
  307. package/dist/lib/schemas-data/3.0/core/signal-id.json +1 -1
  308. package/dist/lib/schemas-data/3.0/core/signal-pricing-option.json +2 -2
  309. package/dist/lib/schemas-data/3.0/core/signal-pricing.json +6 -6
  310. package/dist/lib/schemas-data/3.0/core/signal-targeting.json +4 -4
  311. package/dist/lib/schemas-data/3.0/core/special.json +2 -2
  312. package/dist/lib/schemas-data/3.0/core/start-timing.json +1 -1
  313. package/dist/lib/schemas-data/3.0/core/store-item.json +3 -3
  314. package/dist/lib/schemas-data/3.0/core/talent.json +2 -2
  315. package/dist/lib/schemas-data/3.0/core/targeting.json +20 -20
  316. package/dist/lib/schemas-data/3.0/core/tasks-get-request.json +3 -3
  317. package/dist/lib/schemas-data/3.0/core/tasks-get-response.json +7 -7
  318. package/dist/lib/schemas-data/3.0/core/tasks-list-request.json +11 -11
  319. package/dist/lib/schemas-data/3.0/core/tasks-list-response.json +6 -6
  320. package/dist/lib/schemas-data/3.0/core/user-match.json +3 -3
  321. package/dist/lib/schemas-data/3.0/core/vehicle-item.json +4 -4
  322. package/dist/lib/schemas-data/3.0/core/vendor-pricing-option.json +2 -2
  323. package/dist/lib/schemas-data/3.0/core/x-entity-types.json +1 -1
  324. package/dist/lib/schemas-data/3.0/creative/asset-types/index.json +5 -5
  325. package/dist/lib/schemas-data/3.0/creative/creative-feature-result.json +2 -2
  326. package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-request.json +5 -5
  327. package/dist/lib/schemas-data/3.0/creative/get-creative-delivery-response.json +7 -7
  328. package/dist/lib/schemas-data/3.0/creative/get-creative-features-request.json +5 -5
  329. package/dist/lib/schemas-data/3.0/creative/get-creative-features-response.json +8 -8
  330. package/dist/lib/schemas-data/3.0/creative/list-creative-formats-request.json +11 -11
  331. package/dist/lib/schemas-data/3.0/creative/list-creative-formats-response.json +7 -7
  332. package/dist/lib/schemas-data/3.0/creative/list-creatives-request.json +8 -8
  333. package/dist/lib/schemas-data/3.0/creative/list-creatives-response.json +14 -14
  334. package/dist/lib/schemas-data/3.0/creative/preview-creative-request.json +11 -11
  335. package/dist/lib/schemas-data/3.0/creative/preview-creative-response.json +12 -12
  336. package/dist/lib/schemas-data/3.0/creative/preview-render.json +1 -1
  337. package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-input-required.json +3 -3
  338. package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-submitted.json +3 -3
  339. package/dist/lib/schemas-data/3.0/creative/sync-creatives-async-response-working.json +3 -3
  340. package/dist/lib/schemas-data/3.0/creative/sync-creatives-request.json +7 -7
  341. package/dist/lib/schemas-data/3.0/creative/sync-creatives-response.json +13 -13
  342. package/dist/lib/schemas-data/3.0/enums/account-scope.json +1 -1
  343. package/dist/lib/schemas-data/3.0/enums/account-status.json +1 -1
  344. package/dist/lib/schemas-data/3.0/enums/action-source.json +1 -1
  345. package/dist/lib/schemas-data/3.0/enums/adcp-protocol.json +1 -1
  346. package/dist/lib/schemas-data/3.0/enums/adjustment-kind.json +1 -1
  347. package/dist/lib/schemas-data/3.0/enums/advertiser-industry.json +1 -1
  348. package/dist/lib/schemas-data/3.0/enums/age-verification-method.json +1 -1
  349. package/dist/lib/schemas-data/3.0/enums/assessment-status.json +1 -1
  350. package/dist/lib/schemas-data/3.0/enums/asset-content-type.json +1 -1
  351. package/dist/lib/schemas-data/3.0/enums/attribution-model.json +1 -1
  352. package/dist/lib/schemas-data/3.0/enums/audience-source.json +1 -1
  353. package/dist/lib/schemas-data/3.0/enums/audience-status.json +1 -1
  354. package/dist/lib/schemas-data/3.0/enums/audio-channel-layout.json +1 -1
  355. package/dist/lib/schemas-data/3.0/enums/auth-scheme.json +2 -2
  356. package/dist/lib/schemas-data/3.0/enums/available-metric.json +1 -1
  357. package/dist/lib/schemas-data/3.0/enums/billing-party.json +1 -1
  358. package/dist/lib/schemas-data/3.0/enums/binary-verdict.json +1 -1
  359. package/dist/lib/schemas-data/3.0/enums/brand-agent-type.json +1 -1
  360. package/dist/lib/schemas-data/3.0/enums/canceled-by.json +1 -1
  361. package/dist/lib/schemas-data/3.0/enums/catalog-action.json +1 -1
  362. package/dist/lib/schemas-data/3.0/enums/catalog-item-status.json +1 -1
  363. package/dist/lib/schemas-data/3.0/enums/catalog-type.json +1 -1
  364. package/dist/lib/schemas-data/3.0/enums/channels.json +1 -1
  365. package/dist/lib/schemas-data/3.0/enums/cloud-storage-protocol.json +1 -1
  366. package/dist/lib/schemas-data/3.0/enums/co-branding-requirement.json +1 -1
  367. package/dist/lib/schemas-data/3.0/enums/collection-cadence.json +1 -1
  368. package/dist/lib/schemas-data/3.0/enums/collection-kind.json +1 -1
  369. package/dist/lib/schemas-data/3.0/enums/collection-relationship.json +1 -1
  370. package/dist/lib/schemas-data/3.0/enums/collection-status.json +1 -1
  371. package/dist/lib/schemas-data/3.0/enums/consent-basis.json +1 -1
  372. package/dist/lib/schemas-data/3.0/enums/content-id-type.json +1 -1
  373. package/dist/lib/schemas-data/3.0/enums/content-rating-system.json +1 -1
  374. package/dist/lib/schemas-data/3.0/enums/creative-action.json +1 -1
  375. package/dist/lib/schemas-data/3.0/enums/creative-agent-capability.json +1 -1
  376. package/dist/lib/schemas-data/3.0/enums/creative-approval-status.json +1 -1
  377. package/dist/lib/schemas-data/3.0/enums/creative-identifier-type.json +1 -1
  378. package/dist/lib/schemas-data/3.0/enums/creative-quality.json +1 -1
  379. package/dist/lib/schemas-data/3.0/enums/creative-sort-field.json +1 -1
  380. package/dist/lib/schemas-data/3.0/enums/creative-status.json +1 -1
  381. package/dist/lib/schemas-data/3.0/enums/daast-tracking-event.json +1 -1
  382. package/dist/lib/schemas-data/3.0/enums/daast-version.json +1 -1
  383. package/dist/lib/schemas-data/3.0/enums/day-of-week.json +1 -1
  384. package/dist/lib/schemas-data/3.0/enums/delegation-authority.json +1 -1
  385. package/dist/lib/schemas-data/3.0/enums/delivery-type.json +1 -1
  386. package/dist/lib/schemas-data/3.0/enums/demographic-system.json +1 -1
  387. package/dist/lib/schemas-data/3.0/enums/derivative-type.json +1 -1
  388. package/dist/lib/schemas-data/3.0/enums/device-platform.json +1 -1
  389. package/dist/lib/schemas-data/3.0/enums/device-type.json +1 -1
  390. package/dist/lib/schemas-data/3.0/enums/digital-source-type.json +1 -1
  391. package/dist/lib/schemas-data/3.0/enums/dimension-unit.json +1 -1
  392. package/dist/lib/schemas-data/3.0/enums/disclosure-persistence.json +1 -1
  393. package/dist/lib/schemas-data/3.0/enums/disclosure-position.json +1 -1
  394. package/dist/lib/schemas-data/3.0/enums/distance-unit.json +1 -1
  395. package/dist/lib/schemas-data/3.0/enums/distribution-identifier-type.json +1 -1
  396. package/dist/lib/schemas-data/3.0/enums/error-code.json +1 -1
  397. package/dist/lib/schemas-data/3.0/enums/escalation-severity.json +1 -1
  398. package/dist/lib/schemas-data/3.0/enums/event-type.json +1 -1
  399. package/dist/lib/schemas-data/3.0/enums/exclusivity.json +1 -1
  400. package/dist/lib/schemas-data/3.0/enums/feature-check-status.json +1 -1
  401. package/dist/lib/schemas-data/3.0/enums/feed-format.json +1 -1
  402. package/dist/lib/schemas-data/3.0/enums/feedback-source.json +1 -1
  403. package/dist/lib/schemas-data/3.0/enums/forecast-method.json +1 -1
  404. package/dist/lib/schemas-data/3.0/enums/forecast-range-unit.json +1 -1
  405. package/dist/lib/schemas-data/3.0/enums/forecastable-metric.json +1 -1
  406. package/dist/lib/schemas-data/3.0/enums/format-id-parameter.json +1 -1
  407. package/dist/lib/schemas-data/3.0/enums/frame-rate-type.json +1 -1
  408. package/dist/lib/schemas-data/3.0/enums/frequency-cap-scope.json +1 -1
  409. package/dist/lib/schemas-data/3.0/enums/genre-taxonomy.json +1 -1
  410. package/dist/lib/schemas-data/3.0/enums/geo-level.json +1 -1
  411. package/dist/lib/schemas-data/3.0/enums/gop-type.json +1 -1
  412. package/dist/lib/schemas-data/3.0/enums/governance-decision.json +1 -1
  413. package/dist/lib/schemas-data/3.0/enums/governance-domain.json +1 -1
  414. package/dist/lib/schemas-data/3.0/enums/governance-mode.json +1 -1
  415. package/dist/lib/schemas-data/3.0/enums/governance-phase.json +1 -1
  416. package/dist/lib/schemas-data/3.0/enums/history-entry-type.json +1 -1
  417. package/dist/lib/schemas-data/3.0/enums/http-method.json +1 -1
  418. package/dist/lib/schemas-data/3.0/enums/identifier-types.json +1 -1
  419. package/dist/lib/schemas-data/3.0/enums/installment-status.json +1 -1
  420. package/dist/lib/schemas-data/3.0/enums/javascript-module-type.json +1 -1
  421. package/dist/lib/schemas-data/3.0/enums/landing-page-requirement.json +1 -1
  422. package/dist/lib/schemas-data/3.0/enums/makegood-remedy.json +1 -1
  423. package/dist/lib/schemas-data/3.0/enums/markdown-flavor.json +1 -1
  424. package/dist/lib/schemas-data/3.0/enums/match-id-type.json +1 -1
  425. package/dist/lib/schemas-data/3.0/enums/match-type.json +1 -1
  426. package/dist/lib/schemas-data/3.0/enums/media-buy-status.json +1 -1
  427. package/dist/lib/schemas-data/3.0/enums/media-buy-valid-action.json +1 -1
  428. package/dist/lib/schemas-data/3.0/enums/metric-type.json +1 -1
  429. package/dist/lib/schemas-data/3.0/enums/metro-system.json +1 -1
  430. package/dist/lib/schemas-data/3.0/enums/moov-atom-position.json +1 -1
  431. package/dist/lib/schemas-data/3.0/enums/notification-type.json +1 -1
  432. package/dist/lib/schemas-data/3.0/enums/outcome-type.json +1 -1
  433. package/dist/lib/schemas-data/3.0/enums/pacing.json +1 -1
  434. package/dist/lib/schemas-data/3.0/enums/payment-terms.json +1 -1
  435. package/dist/lib/schemas-data/3.0/enums/performance-standard-metric.json +1 -1
  436. package/dist/lib/schemas-data/3.0/enums/policy-category.json +1 -1
  437. package/dist/lib/schemas-data/3.0/enums/policy-enforcement.json +1 -1
  438. package/dist/lib/schemas-data/3.0/enums/postal-system.json +1 -1
  439. package/dist/lib/schemas-data/3.0/enums/preview-output-format.json +1 -1
  440. package/dist/lib/schemas-data/3.0/enums/pricing-model.json +1 -1
  441. package/dist/lib/schemas-data/3.0/enums/production-quality.json +1 -1
  442. package/dist/lib/schemas-data/3.0/enums/property-type.json +1 -1
  443. package/dist/lib/schemas-data/3.0/enums/proposal-status.json +1 -1
  444. package/dist/lib/schemas-data/3.0/enums/publisher-identifier-types.json +1 -1
  445. package/dist/lib/schemas-data/3.0/enums/purchase-type.json +1 -1
  446. package/dist/lib/schemas-data/3.0/enums/reach-unit.json +1 -1
  447. package/dist/lib/schemas-data/3.0/enums/reporting-frequency.json +1 -1
  448. package/dist/lib/schemas-data/3.0/enums/response-type.json +1 -1
  449. package/dist/lib/schemas-data/3.0/enums/restricted-attribute.json +1 -1
  450. package/dist/lib/schemas-data/3.0/enums/right-type.json +1 -1
  451. package/dist/lib/schemas-data/3.0/enums/right-use.json +1 -1
  452. package/dist/lib/schemas-data/3.0/enums/rights-billing-period.json +1 -1
  453. package/dist/lib/schemas-data/3.0/enums/scan-type.json +1 -1
  454. package/dist/lib/schemas-data/3.0/enums/si-session-status.json +1 -1
  455. package/dist/lib/schemas-data/3.0/enums/signal-catalog-type.json +1 -1
  456. package/dist/lib/schemas-data/3.0/enums/signal-source.json +1 -1
  457. package/dist/lib/schemas-data/3.0/enums/signal-value-type.json +1 -1
  458. package/dist/lib/schemas-data/3.0/enums/snapshot-unavailable-reason.json +1 -1
  459. package/dist/lib/schemas-data/3.0/enums/sort-direction.json +1 -1
  460. package/dist/lib/schemas-data/3.0/enums/sort-metric.json +1 -1
  461. package/dist/lib/schemas-data/3.0/enums/special-category.json +1 -1
  462. package/dist/lib/schemas-data/3.0/enums/specialism.json +1 -1
  463. package/dist/lib/schemas-data/3.0/enums/talent-role.json +1 -1
  464. package/dist/lib/schemas-data/3.0/enums/task-status.json +1 -1
  465. package/dist/lib/schemas-data/3.0/enums/task-type.json +1 -1
  466. package/dist/lib/schemas-data/3.0/enums/transport-mode.json +1 -1
  467. package/dist/lib/schemas-data/3.0/enums/travel-time-unit.json +1 -1
  468. package/dist/lib/schemas-data/3.0/enums/uid-type.json +1 -1
  469. package/dist/lib/schemas-data/3.0/enums/universal-macro.json +1 -1
  470. package/dist/lib/schemas-data/3.0/enums/update-frequency.json +1 -1
  471. package/dist/lib/schemas-data/3.0/enums/url-asset-type.json +1 -1
  472. package/dist/lib/schemas-data/3.0/enums/validation-mode.json +1 -1
  473. package/dist/lib/schemas-data/3.0/enums/vast-tracking-event.json +1 -1
  474. package/dist/lib/schemas-data/3.0/enums/vast-version.json +1 -1
  475. package/dist/lib/schemas-data/3.0/enums/viewability-standard.json +1 -1
  476. package/dist/lib/schemas-data/3.0/enums/wcag-level.json +1 -1
  477. package/dist/lib/schemas-data/3.0/enums/webhook-response-type.json +1 -1
  478. package/dist/lib/schemas-data/3.0/enums/webhook-security-method.json +1 -1
  479. package/dist/lib/schemas-data/3.0/error-details/account-setup-required.json +1 -1
  480. package/dist/lib/schemas-data/3.0/error-details/audience-too-small.json +1 -1
  481. package/dist/lib/schemas-data/3.0/error-details/budget-too-low.json +1 -1
  482. package/dist/lib/schemas-data/3.0/error-details/conflict.json +1 -1
  483. package/dist/lib/schemas-data/3.0/error-details/creative-rejected.json +1 -1
  484. package/dist/lib/schemas-data/3.0/error-details/policy-violation.json +1 -1
  485. package/dist/lib/schemas-data/3.0/error-details/rate-limited.json +1 -1
  486. package/dist/lib/schemas-data/3.0/error-details/vendor-error-codes.json +1 -1
  487. package/dist/lib/schemas-data/3.0/extensions/extension-meta.json +1 -1
  488. package/dist/lib/schemas-data/3.0/extensions/index.json +2 -2
  489. package/dist/lib/schemas-data/3.0/governance/attribute-definition.json +1 -1
  490. package/dist/lib/schemas-data/3.0/governance/audience-constraints.json +3 -3
  491. package/dist/lib/schemas-data/3.0/governance/check-governance-request.json +7 -7
  492. package/dist/lib/schemas-data/3.0/governance/check-governance-response.json +6 -6
  493. package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-request.json +4 -4
  494. package/dist/lib/schemas-data/3.0/governance/get-plan-audit-logs-response.json +9 -9
  495. package/dist/lib/schemas-data/3.0/governance/policy-category-definition.json +2 -2
  496. package/dist/lib/schemas-data/3.0/governance/policy-entry.json +6 -6
  497. package/dist/lib/schemas-data/3.0/governance/policy-ref.json +1 -1
  498. package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-request.json +6 -6
  499. package/dist/lib/schemas-data/3.0/governance/report-plan-outcome-response.json +4 -4
  500. package/dist/lib/schemas-data/3.0/governance/sync-plans-request.json +13 -13
  501. package/dist/lib/schemas-data/3.0/governance/sync-plans-response.json +4 -4
  502. package/dist/lib/schemas-data/3.0/index.json +364 -364
  503. package/dist/lib/schemas-data/3.0/manifest.json +3 -3
  504. package/dist/lib/schemas-data/3.0/manifest.schema.json +1 -1
  505. package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-input-required.json +4 -4
  506. package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-submitted.json +3 -3
  507. package/dist/lib/schemas-data/3.0/media-buy/build-creative-async-response-working.json +3 -3
  508. package/dist/lib/schemas-data/3.0/media-buy/build-creative-request.json +11 -11
  509. package/dist/lib/schemas-data/3.0/media-buy/build-creative-response.json +17 -17
  510. package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-input-required.json +4 -4
  511. package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-submitted.json +3 -3
  512. package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-async-response-working.json +3 -3
  513. package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-request.json +15 -15
  514. package/dist/lib/schemas-data/3.0/media-buy/create-media-buy-response.json +15 -15
  515. package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-request.json +17 -17
  516. package/dist/lib/schemas-data/3.0/media-buy/get-media-buy-delivery-response.json +24 -24
  517. package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-request.json +7 -7
  518. package/dist/lib/schemas-data/3.0/media-buy/get-media-buys-response.json +19 -19
  519. package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-input-required.json +4 -4
  520. package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-submitted.json +3 -3
  521. package/dist/lib/schemas-data/3.0/media-buy/get-products-async-response-working.json +3 -3
  522. package/dist/lib/schemas-data/3.0/media-buy/get-products-request.json +11 -11
  523. package/dist/lib/schemas-data/3.0/media-buy/get-products-response.json +8 -8
  524. package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-request.json +11 -11
  525. package/dist/lib/schemas-data/3.0/media-buy/list-creative-formats-response.json +7 -7
  526. package/dist/lib/schemas-data/3.0/media-buy/log-event-request.json +4 -4
  527. package/dist/lib/schemas-data/3.0/media-buy/log-event-response.json +6 -6
  528. package/dist/lib/schemas-data/3.0/media-buy/package-request.json +12 -12
  529. package/dist/lib/schemas-data/3.0/media-buy/package-update.json +13 -13
  530. package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-request.json +6 -6
  531. package/dist/lib/schemas-data/3.0/media-buy/provide-performance-feedback-response.json +6 -6
  532. package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-request.json +7 -7
  533. package/dist/lib/schemas-data/3.0/media-buy/sync-audiences-response.json +9 -9
  534. package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-input-required.json +3 -3
  535. package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-submitted.json +3 -3
  536. package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-async-response-working.json +3 -3
  537. package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-request.json +7 -7
  538. package/dist/lib/schemas-data/3.0/media-buy/sync-catalogs-response.json +9 -9
  539. package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-request.json +5 -5
  540. package/dist/lib/schemas-data/3.0/media-buy/sync-event-sources-response.json +10 -10
  541. package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-input-required.json +3 -3
  542. package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-submitted.json +3 -3
  543. package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-async-response-working.json +3 -3
  544. package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-request.json +10 -10
  545. package/dist/lib/schemas-data/3.0/media-buy/update-media-buy-response.json +10 -10
  546. package/dist/lib/schemas-data/3.0/pricing-options/cpa-option.json +4 -4
  547. package/dist/lib/schemas-data/3.0/pricing-options/cpc-option.json +4 -4
  548. package/dist/lib/schemas-data/3.0/pricing-options/cpcv-option.json +4 -4
  549. package/dist/lib/schemas-data/3.0/pricing-options/cpm-option.json +4 -4
  550. package/dist/lib/schemas-data/3.0/pricing-options/cpp-option.json +5 -5
  551. package/dist/lib/schemas-data/3.0/pricing-options/cpv-option.json +4 -4
  552. package/dist/lib/schemas-data/3.0/pricing-options/flat-rate-option.json +4 -4
  553. package/dist/lib/schemas-data/3.0/pricing-options/price-breakdown.json +2 -2
  554. package/dist/lib/schemas-data/3.0/pricing-options/price-guidance.json +1 -1
  555. package/dist/lib/schemas-data/3.0/pricing-options/time-option.json +4 -4
  556. package/dist/lib/schemas-data/3.0/pricing-options/vcpm-option.json +4 -4
  557. package/dist/lib/schemas-data/3.0/property/authorization-result.json +1 -1
  558. package/dist/lib/schemas-data/3.0/property/base-property-source.json +4 -4
  559. package/dist/lib/schemas-data/3.0/property/create-property-list-request.json +7 -7
  560. package/dist/lib/schemas-data/3.0/property/create-property-list-response.json +4 -4
  561. package/dist/lib/schemas-data/3.0/property/delete-property-list-request.json +4 -4
  562. package/dist/lib/schemas-data/3.0/property/delete-property-list-response.json +3 -3
  563. package/dist/lib/schemas-data/3.0/property/delivery-record.json +3 -3
  564. package/dist/lib/schemas-data/3.0/property/get-property-list-request.json +4 -4
  565. package/dist/lib/schemas-data/3.0/property/get-property-list-response.json +7 -7
  566. package/dist/lib/schemas-data/3.0/property/list-property-lists-request.json +5 -5
  567. package/dist/lib/schemas-data/3.0/property/list-property-lists-response.json +5 -5
  568. package/dist/lib/schemas-data/3.0/property/property-error.json +2 -2
  569. package/dist/lib/schemas-data/3.0/property/property-feature-definition.json +2 -2
  570. package/dist/lib/schemas-data/3.0/property/property-feature-result.json +4 -4
  571. package/dist/lib/schemas-data/3.0/property/property-feature-value.json +2 -2
  572. package/dist/lib/schemas-data/3.0/property/property-feature.json +1 -1
  573. package/dist/lib/schemas-data/3.0/property/property-list-changed-webhook.json +2 -2
  574. package/dist/lib/schemas-data/3.0/property/property-list-filters.json +5 -5
  575. package/dist/lib/schemas-data/3.0/property/property-list.json +6 -6
  576. package/dist/lib/schemas-data/3.0/property/update-property-list-request.json +7 -7
  577. package/dist/lib/schemas-data/3.0/property/update-property-list-response.json +4 -4
  578. package/dist/lib/schemas-data/3.0/property/validate-property-delivery-request.json +5 -5
  579. package/dist/lib/schemas-data/3.0/property/validate-property-delivery-response.json +4 -4
  580. package/dist/lib/schemas-data/3.0/property/validation-result.json +5 -5
  581. package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-request.json +3 -3
  582. package/dist/lib/schemas-data/3.0/protocol/get-adcp-capabilities-response.json +25 -25
  583. package/dist/lib/schemas-data/3.0/signals/activate-signal-request.json +5 -5
  584. package/dist/lib/schemas-data/3.0/signals/activate-signal-response.json +7 -7
  585. package/dist/lib/schemas-data/3.0/signals/get-signals-request.json +8 -8
  586. package/dist/lib/schemas-data/3.0/signals/get-signals-response.json +10 -10
  587. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-capabilities.json +1 -1
  588. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-request.json +3 -3
  589. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-get-offering-response.json +4 -4
  590. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-identity.json +1 -1
  591. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-request.json +5 -5
  592. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-initiate-session-response.json +7 -7
  593. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-request.json +3 -3
  594. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-send-message-response.json +7 -7
  595. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-request.json +3 -3
  596. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-terminate-session-response.json +5 -5
  597. package/dist/lib/schemas-data/3.0/sponsored-intelligence/si-ui-element.json +1 -1
  598. package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
  599. package/dist/lib/server/decisioning/runtime/entity-hydration.generated.js +1 -1
  600. package/dist/lib/server/wire-spec-fields.generated.d.ts +29 -29
  601. package/dist/lib/server/wire-spec-fields.generated.js +31 -31
  602. package/dist/lib/signing/fetch.d.ts +6 -2
  603. package/dist/lib/signing/fetch.d.ts.map +1 -1
  604. package/dist/lib/signing/fetch.js.map +1 -1
  605. package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
  606. package/dist/lib/testing/compliance/comply.js +36 -1
  607. package/dist/lib/testing/compliance/comply.js.map +1 -1
  608. package/dist/lib/testing/compliance/spec-conformance.d.ts +60 -0
  609. package/dist/lib/testing/compliance/spec-conformance.d.ts.map +1 -0
  610. package/dist/lib/testing/compliance/spec-conformance.js +141 -0
  611. package/dist/lib/testing/compliance/spec-conformance.js.map +1 -0
  612. package/dist/lib/testing/compliance/storyboard-tracks.js +1 -0
  613. package/dist/lib/testing/compliance/storyboard-tracks.js.map +1 -1
  614. package/dist/lib/testing/compliance/summary.d.ts +19 -0
  615. package/dist/lib/testing/compliance/summary.d.ts.map +1 -1
  616. package/dist/lib/testing/compliance/summary.js +182 -0
  617. package/dist/lib/testing/compliance/summary.js.map +1 -1
  618. package/dist/lib/testing/storyboard/loader.d.ts.map +1 -1
  619. package/dist/lib/testing/storyboard/loader.js +34 -0
  620. package/dist/lib/testing/storyboard/loader.js.map +1 -1
  621. package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
  622. package/dist/lib/testing/storyboard/runner.js +138 -0
  623. package/dist/lib/testing/storyboard/runner.js.map +1 -1
  624. package/dist/lib/testing/storyboard/types.d.ts +84 -0
  625. package/dist/lib/testing/storyboard/types.d.ts.map +1 -1
  626. package/dist/lib/testing/storyboard/types.js +13 -1
  627. package/dist/lib/testing/storyboard/types.js.map +1 -1
  628. package/dist/lib/testing/types.d.ts +8 -0
  629. package/dist/lib/testing/types.d.ts.map +1 -1
  630. package/dist/lib/types/core.generated.d.ts +7 -7
  631. package/dist/lib/types/core.generated.js +2 -2
  632. package/dist/lib/types/manifest.generated.d.ts +3 -3
  633. package/dist/lib/types/manifest.generated.js +1 -1
  634. package/dist/lib/types/tools.generated.d.ts +7 -7
  635. package/dist/lib/utils/protocol-detection.js +6 -18
  636. package/dist/lib/utils/protocol-detection.js.map +1 -1
  637. package/dist/lib/version.d.ts +5 -5
  638. package/dist/lib/version.js +5 -5
  639. package/package.json +2 -2
  640. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/brand/index.yaml +0 -0
  641. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/creative/index.yaml +0 -0
  642. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/governance/index.yaml +0 -0
  643. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/creative-reception.yaml +0 -0
  644. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/index.yaml +0 -0
  645. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
  646. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
  647. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
  648. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
  649. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
  650. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
  651. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
  652. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
  653. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
  654. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
  655. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
  656. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
  657. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
  658. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/scenarios/refine_products.yaml +0 -0
  659. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/media-buy/state-machine.yaml +0 -0
  660. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/signals/index.yaml +0 -0
  661. /package/compliance/cache/{3.0.8 → 3.0.9}/domains/sponsored-intelligence/index.yaml +0 -0
  662. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/brand/index.yaml +0 -0
  663. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/creative/index.yaml +0 -0
  664. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/governance/index.yaml +0 -0
  665. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/creative-reception.yaml +0 -0
  666. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/index.yaml +0 -0
  667. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
  668. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
  669. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
  670. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
  671. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
  672. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
  673. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
  674. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
  675. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
  676. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
  677. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
  678. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
  679. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
  680. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
  681. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/media-buy/state-machine.yaml +0 -0
  682. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/signals/index.yaml +0 -0
  683. /package/compliance/cache/{3.0.8 → 3.0.9}/protocols/sponsored-intelligence/index.yaml +0 -0
  684. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/audience-sync/index.yaml +0 -0
  685. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/brand-rights/index.yaml +0 -0
  686. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
  687. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/collection-lists/index.yaml +0 -0
  688. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/content-standards/index.yaml +0 -0
  689. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/creative-ad-server/index.yaml +0 -0
  690. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/creative-generative/generative-seller.yaml +0 -0
  691. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/creative-generative/index.yaml +0 -0
  692. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/creative-template/index.yaml +0 -0
  693. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/governance-aware-seller/index.yaml +0 -0
  694. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/governance-delivery-monitor/index.yaml +0 -0
  695. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/governance-spend-authority/denied.yaml +0 -0
  696. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/governance-spend-authority/index.yaml +0 -0
  697. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/property-lists/index.yaml +0 -0
  698. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-broadcast-tv/index.yaml +0 -0
  699. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-catalog-driven/index.yaml +0 -0
  700. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-guaranteed/index.yaml +0 -0
  701. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-non-guaranteed/index.yaml +0 -0
  702. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-proposal-mode/index.yaml +0 -0
  703. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/sales-social/index.yaml +0 -0
  704. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/signal-marketplace/index.yaml +0 -0
  705. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
  706. /package/compliance/cache/{3.0.8 → 3.0.9}/specialisms/signal-owned/index.yaml +0 -0
  707. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/acme-outdoor.yaml +0 -0
  708. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/bistro-oranje.yaml +0 -0
  709. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/nova-motors.yaml +0 -0
  710. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/osei-natural.yaml +0 -0
  711. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/signed-requests-runner.yaml +0 -0
  712. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/substitution-observer-runner.yaml +0 -0
  713. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/summit-foods.yaml +0 -0
  714. /package/compliance/cache/{3.0.8 → 3.0.9}/test-kits/webhook-receiver-runner.yaml +0 -0
  715. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
  716. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/002-full-plan.json +0 -0
  717. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
  718. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
  719. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
  720. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
  721. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
  722. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
  723. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
  724. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
  725. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
  726. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/README.md +0 -0
  727. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/canonicalization.json +0 -0
  728. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/keys.json +0 -0
  729. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
  730. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
  731. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
  732. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
  733. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
  734. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
  735. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
  736. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
  737. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
  738. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
  739. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
  740. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
  741. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
  742. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
  743. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
  744. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
  745. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
  746. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
  747. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
  748. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
  749. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
  750. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
  751. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
  752. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
  753. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
  754. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
  755. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
  756. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
  757. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
  758. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
  759. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
  760. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
  761. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
  762. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
  763. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
  764. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
  765. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
  766. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
  767. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
  768. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/README.md +0 -0
  769. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/keys.json +0 -0
  770. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
  771. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
  772. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
  773. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
  774. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
  775. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
  776. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
  777. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
  778. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
  779. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
  780. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
  781. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
  782. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
  783. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
  784. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
  785. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
  786. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
  787. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
  788. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
  789. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
  790. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
  791. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
  792. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
  793. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
  794. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
  795. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
  796. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
  797. /package/compliance/cache/{3.0.8 → 3.0.9}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
  798. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/capability-discovery.yaml +0 -0
  799. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/collection-lists-pagination-integrity.yaml +0 -0
  800. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/content-standards-pagination-integrity.yaml +0 -0
  801. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/deterministic-testing.yaml +0 -0
  802. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/error-compliance.yaml +0 -0
  803. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/fictional-entities.yaml +0 -0
  804. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/get-media-buys-pagination-integrity.yaml +0 -0
  805. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/get-signals-pagination-integrity.yaml +0 -0
  806. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/idempotency.yaml +0 -0
  807. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/pagination-integrity-creative-formats.yaml +0 -0
  808. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/pagination-integrity-list-accounts.yaml +0 -0
  809. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/pagination-integrity.yaml +0 -0
  810. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/property-lists-pagination-integrity.yaml +0 -0
  811. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/runner-output-contract.yaml +0 -0
  812. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/schema-validation.yaml +0 -0
  813. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/security.yaml +0 -0
  814. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/signed-requests.yaml +0 -0
  815. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/storyboard-schema.yaml +0 -0
  816. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/v3-envelope-integrity.yaml +0 -0
  817. /package/compliance/cache/{3.0.8 → 3.0.9}/universal/webhook-emission.yaml +0 -0
  818. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/brand/index.yaml +0 -0
  819. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/creative/index.yaml +0 -0
  820. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/governance/index.yaml +0 -0
  821. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/creative-reception.yaml +0 -0
  822. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/index.yaml +0 -0
  823. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -0
  824. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
  825. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/delivery_reporting.yaml +0 -0
  826. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/governance_approved.yaml +0 -0
  827. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/governance_conditions.yaml +0 -0
  828. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/governance_denied.yaml +0 -0
  829. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
  830. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/invalid_transitions.yaml +0 -0
  831. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
  832. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
  833. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
  834. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
  835. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/proposal_finalize.yaml +0 -0
  836. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/scenarios/refine_products.yaml +0 -0
  837. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/media-buy/state-machine.yaml +0 -0
  838. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/signals/index.yaml +0 -0
  839. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/domains/sponsored-intelligence/index.yaml +0 -0
  840. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/brand/index.yaml +0 -0
  841. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/creative/index.yaml +0 -0
  842. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/governance/index.yaml +0 -0
  843. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/creative-reception.yaml +0 -0
  844. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/index.yaml +0 -0
  845. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -0
  846. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -0
  847. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -0
  848. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/governance_approved.yaml +0 -0
  849. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/governance_conditions.yaml +0 -0
  850. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/governance_denied.yaml +0 -0
  851. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -0
  852. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -0
  853. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -0
  854. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -0
  855. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -0
  856. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -0
  857. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -0
  858. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/scenarios/refine_products.yaml +0 -0
  859. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/media-buy/state-machine.yaml +0 -0
  860. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/signals/index.yaml +0 -0
  861. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/protocols/sponsored-intelligence/index.yaml +0 -0
  862. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/audience-sync/index.yaml +0 -0
  863. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/brand-rights/index.yaml +0 -0
  864. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -0
  865. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/collection-lists/index.yaml +0 -0
  866. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/content-standards/index.yaml +0 -0
  867. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/creative-ad-server/index.yaml +0 -0
  868. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/creative-generative/generative-seller.yaml +0 -0
  869. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/creative-generative/index.yaml +0 -0
  870. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/creative-template/index.yaml +0 -0
  871. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/governance-aware-seller/index.yaml +0 -0
  872. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/governance-delivery-monitor/index.yaml +0 -0
  873. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/governance-spend-authority/denied.yaml +0 -0
  874. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/governance-spend-authority/index.yaml +0 -0
  875. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/property-lists/index.yaml +0 -0
  876. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-broadcast-tv/index.yaml +0 -0
  877. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-catalog-driven/index.yaml +0 -0
  878. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-guaranteed/index.yaml +0 -0
  879. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-non-guaranteed/index.yaml +0 -0
  880. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-proposal-mode/index.yaml +0 -0
  881. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/sales-social/index.yaml +0 -0
  882. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/signal-marketplace/index.yaml +0 -0
  883. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -0
  884. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/specialisms/signal-owned/index.yaml +0 -0
  885. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/acme-outdoor.yaml +0 -0
  886. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/bistro-oranje.yaml +0 -0
  887. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/nova-motors.yaml +0 -0
  888. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/osei-natural.yaml +0 -0
  889. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/signed-requests-runner.yaml +0 -0
  890. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/substitution-observer-runner.yaml +0 -0
  891. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/summit-foods.yaml +0 -0
  892. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-kits/webhook-receiver-runner.yaml +0 -0
  893. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/001-minimal-plan.json +0 -0
  894. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/002-full-plan.json +0 -0
  895. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -0
  896. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/004a-human-review-omitted.json +0 -0
  897. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -0
  898. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -0
  899. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -0
  900. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -0
  901. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -0
  902. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/007-unicode-objectives.json +0 -0
  903. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -0
  904. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/README.md +0 -0
  905. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/canonicalization.json +0 -0
  906. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/keys.json +0 -0
  907. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/001-no-signature-header.json +0 -0
  908. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/002-wrong-tag.json +0 -0
  909. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/003-expired-signature.json +0 -0
  910. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/004-window-too-long.json +0 -0
  911. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -0
  912. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -0
  913. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -0
  914. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -0
  915. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -0
  916. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -0
  917. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/011-malformed-header.json +0 -0
  918. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -0
  919. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/013-expires-le-created.json +0 -0
  920. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -0
  921. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/015-signature-invalid.json +0 -0
  922. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -0
  923. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/017-key-revoked.json +0 -0
  924. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -0
  925. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -0
  926. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/020-rate-abuse.json +0 -0
  927. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -0
  928. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -0
  929. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -0
  930. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -0
  931. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -0
  932. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -0
  933. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -0
  934. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/001-basic-post.json +0 -0
  935. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -0
  936. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/003-es256-post.json +0 -0
  937. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -0
  938. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -0
  939. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -0
  940. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -0
  941. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -0
  942. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -0
  943. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -0
  944. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -0
  945. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -0
  946. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/README.md +0 -0
  947. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/keys.json +0 -0
  948. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -0
  949. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -0
  950. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -0
  951. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -0
  952. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -0
  953. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -0
  954. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -0
  955. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -0
  956. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -0
  957. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -0
  958. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -0
  959. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -0
  960. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -0
  961. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -0
  962. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -0
  963. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -0
  964. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -0
  965. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -0
  966. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -0
  967. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -0
  968. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -0
  969. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/001-basic-post.json +0 -0
  970. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/002-es256-post.json +0 -0
  971. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -0
  972. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -0
  973. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -0
  974. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -0
  975. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -0
  976. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/capability-discovery.yaml +0 -0
  977. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/collection-lists-pagination-integrity.yaml +0 -0
  978. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/content-standards-pagination-integrity.yaml +0 -0
  979. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/deterministic-testing.yaml +0 -0
  980. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/error-compliance.yaml +0 -0
  981. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/fictional-entities.yaml +0 -0
  982. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/get-media-buys-pagination-integrity.yaml +0 -0
  983. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/get-signals-pagination-integrity.yaml +0 -0
  984. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/idempotency.yaml +0 -0
  985. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/pagination-integrity-creative-formats.yaml +0 -0
  986. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/pagination-integrity-list-accounts.yaml +0 -0
  987. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/pagination-integrity.yaml +0 -0
  988. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/property-lists-pagination-integrity.yaml +0 -0
  989. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/runner-output-contract.yaml +0 -0
  990. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/schema-validation.yaml +0 -0
  991. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/security.yaml +0 -0
  992. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/signed-requests.yaml +0 -0
  993. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/storyboard-schema.yaml +0 -0
  994. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/v3-envelope-integrity.yaml +0 -0
  995. /package/compliance/cache/{3.0.8.previous → 3.0.9.previous}/universal/webhook-emission.yaml +0 -0
@@ -1,393 +1,393 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "/schemas/3.0.8/index.json",
3
+ "$id": "/schemas/3.0.9/index.json",
4
4
  "title": "AdCP Schema Registry",
5
5
  "version": "1.0.0",
6
6
  "description": "Registry of all AdCP JSON schemas for validation and discovery",
7
- "adcp_version": "3.0.8",
7
+ "adcp_version": "3.0.9",
8
8
  "versioning": {
9
- "note": "AdCP uses build-time versioning. This directory contains schemas for AdCP 3.0.8. Full semantic versions are available at /schemas/{version}/ (e.g., /schemas/2.5.0/). Major version aliases point to the latest release: /schemas/v3/ → /schemas/3.0.8/."
9
+ "note": "AdCP uses build-time versioning. This directory contains schemas for AdCP 3.0.9. Full semantic versions are available at /schemas/{version}/ (e.g., /schemas/2.5.0/). Major version aliases point to the latest release: /schemas/v3/ → /schemas/3.0.9/."
10
10
  },
11
- "lastUpdated": "2026-05-08",
12
- "baseUrl": "/schemas/3.0.8",
11
+ "lastUpdated": "2026-05-09",
12
+ "baseUrl": "/schemas/3.0.9",
13
13
  "schemas": {
14
14
  "core": {
15
15
  "description": "Core data models used throughout AdCP",
16
16
  "schemas": {
17
17
  "product": {
18
- "$ref": "/schemas/3.0.8/core/product.json",
18
+ "$ref": "/schemas/3.0.9/core/product.json",
19
19
  "description": "Represents available advertising inventory"
20
20
  },
21
21
  "media-buy": {
22
- "$ref": "/schemas/3.0.8/core/media-buy.json",
22
+ "$ref": "/schemas/3.0.9/core/media-buy.json",
23
23
  "description": "Represents a purchased advertising campaign"
24
24
  },
25
25
  "package": {
26
- "$ref": "/schemas/3.0.8/core/package.json",
26
+ "$ref": "/schemas/3.0.9/core/package.json",
27
27
  "description": "A specific product within a media buy (line item)"
28
28
  },
29
29
  "creative-asset": {
30
- "$ref": "/schemas/3.0.8/core/creative-asset.json",
30
+ "$ref": "/schemas/3.0.9/core/creative-asset.json",
31
31
  "description": "Creative asset for upload to library - supports static assets, generative formats, and third-party ad serving (VAST, DAAST, HTML, JavaScript)"
32
32
  },
33
33
  "account": {
34
- "$ref": "/schemas/3.0.8/core/account.json",
34
+ "$ref": "/schemas/3.0.9/core/account.json",
35
35
  "description": "Billing account representing who pays for advertising. Accounts have rate cards, payment terms, and platform mappings."
36
36
  },
37
37
  "targeting": {
38
- "$ref": "/schemas/3.0.8/core/targeting.json",
38
+ "$ref": "/schemas/3.0.9/core/targeting.json",
39
39
  "description": "Audience targeting criteria"
40
40
  },
41
41
  "duration": {
42
- "$ref": "/schemas/3.0.8/core/duration.json",
42
+ "$ref": "/schemas/3.0.9/core/duration.json",
43
43
  "description": "A time duration with value and unit (hours or days)"
44
44
  },
45
45
  "feature-requirement": {
46
- "$ref": "/schemas/3.0.8/core/feature-requirement.json",
46
+ "$ref": "/schemas/3.0.9/core/feature-requirement.json",
47
47
  "description": "A feature-based requirement — reusable predicate over a feature value. Used by property list filters, designed for reuse across governance surfaces."
48
48
  },
49
49
  "frequency-cap": {
50
- "$ref": "/schemas/3.0.8/core/frequency-cap.json",
50
+ "$ref": "/schemas/3.0.9/core/frequency-cap.json",
51
51
  "description": "Frequency capping settings"
52
52
  },
53
53
  "planned-delivery": {
54
- "$ref": "/schemas/3.0.8/core/planned-delivery.json",
54
+ "$ref": "/schemas/3.0.9/core/planned-delivery.json",
55
55
  "description": "The seller's interpreted delivery parameters for a media buy"
56
56
  },
57
57
  "geo-breakdown-support": {
58
- "$ref": "/schemas/3.0.8/core/geo-breakdown-support.json",
58
+ "$ref": "/schemas/3.0.9/core/geo-breakdown-support.json",
59
59
  "description": "Geographic breakdown capability declaration for reporting"
60
60
  },
61
61
  "format": {
62
- "$ref": "/schemas/3.0.8/core/format.json",
62
+ "$ref": "/schemas/3.0.9/core/format.json",
63
63
  "description": "Represents a creative format with its requirements"
64
64
  },
65
65
  "overlay": {
66
- "$ref": "/schemas/3.0.8/core/overlay.json",
66
+ "$ref": "/schemas/3.0.9/core/overlay.json",
67
67
  "description": "A publisher-controlled element that renders on top of buyer creative content within an ad placement"
68
68
  },
69
69
  "outcome-measurement": {
70
- "$ref": "/schemas/3.0.8/core/outcome-measurement.json",
70
+ "$ref": "/schemas/3.0.9/core/outcome-measurement.json",
71
71
  "description": "Business outcome measurement capabilities included with a product"
72
72
  },
73
73
  "delivery-metrics": {
74
- "$ref": "/schemas/3.0.8/core/delivery-metrics.json",
74
+ "$ref": "/schemas/3.0.9/core/delivery-metrics.json",
75
75
  "description": "Standard delivery metrics for reporting"
76
76
  },
77
77
  "creative-policy": {
78
- "$ref": "/schemas/3.0.8/core/creative-policy.json",
78
+ "$ref": "/schemas/3.0.9/core/creative-policy.json",
79
79
  "description": "Creative requirements and restrictions for a product"
80
80
  },
81
81
  "deadline-policy": {
82
- "$ref": "/schemas/3.0.8/core/deadline-policy.json",
82
+ "$ref": "/schemas/3.0.9/core/deadline-policy.json",
83
83
  "description": "Default deadline rules for installments based on lead times from scheduled_at"
84
84
  },
85
85
  "installment-deadlines": {
86
- "$ref": "/schemas/3.0.8/core/installment-deadlines.json",
86
+ "$ref": "/schemas/3.0.9/core/installment-deadlines.json",
87
87
  "description": "Booking, cancellation, and material submission deadlines for an installment"
88
88
  },
89
89
  "material-deadline": {
90
- "$ref": "/schemas/3.0.8/core/material-deadline.json",
90
+ "$ref": "/schemas/3.0.9/core/material-deadline.json",
91
91
  "description": "A deadline for creative material submission at a specific stage"
92
92
  },
93
93
  "response": {
94
- "$ref": "/schemas/3.0.8/core/response.json",
94
+ "$ref": "/schemas/3.0.9/core/response.json",
95
95
  "description": "Standard response structure (MCP)"
96
96
  },
97
97
  "error": {
98
- "$ref": "/schemas/3.0.8/core/error.json",
98
+ "$ref": "/schemas/3.0.9/core/error.json",
99
99
  "description": "Standard error structure"
100
100
  },
101
101
  "generation-credential": {
102
- "$ref": "/schemas/3.0.8/core/generation-credential.json",
102
+ "$ref": "/schemas/3.0.9/core/generation-credential.json",
103
103
  "description": "Scoped credential for generating rights-cleared content via LLM providers"
104
104
  },
105
105
  "rights-constraint": {
106
- "$ref": "/schemas/3.0.8/core/rights-constraint.json",
106
+ "$ref": "/schemas/3.0.9/core/rights-constraint.json",
107
107
  "description": "Rights metadata attached to creative manifests for tracking validity and constraints"
108
108
  },
109
109
  "pagination-request": {
110
- "$ref": "/schemas/3.0.8/core/pagination-request.json",
110
+ "$ref": "/schemas/3.0.9/core/pagination-request.json",
111
111
  "description": "Standard cursor-based pagination parameters for list request schemas"
112
112
  },
113
113
  "pagination-response": {
114
- "$ref": "/schemas/3.0.8/core/pagination-response.json",
114
+ "$ref": "/schemas/3.0.9/core/pagination-response.json",
115
115
  "description": "Standard cursor-based pagination metadata for list response schemas"
116
116
  },
117
117
  "date-range": {
118
- "$ref": "/schemas/3.0.8/core/date-range.json",
118
+ "$ref": "/schemas/3.0.9/core/date-range.json",
119
119
  "description": "Date range with inclusive start and end calendar dates"
120
120
  },
121
121
  "datetime-range": {
122
- "$ref": "/schemas/3.0.8/core/datetime-range.json",
122
+ "$ref": "/schemas/3.0.9/core/datetime-range.json",
123
123
  "description": "Datetime range with inclusive start and end timestamps"
124
124
  },
125
125
  "creative-item": {
126
- "$ref": "/schemas/3.0.8/core/creative-item.json",
126
+ "$ref": "/schemas/3.0.9/core/creative-item.json",
127
127
  "description": "Item within a multi-asset creative format"
128
128
  },
129
129
  "creative-assignment": {
130
- "$ref": "/schemas/3.0.8/core/creative-assignment.json",
130
+ "$ref": "/schemas/3.0.9/core/creative-assignment.json",
131
131
  "description": "Assignment of a creative asset to a package"
132
132
  },
133
133
  "creative-manifest": {
134
- "$ref": "/schemas/3.0.8/core/creative-manifest.json",
134
+ "$ref": "/schemas/3.0.9/core/creative-manifest.json",
135
135
  "description": "Complete specification of a creative with all assets needed for rendering"
136
136
  },
137
137
  "performance-feedback": {
138
- "$ref": "/schemas/3.0.8/core/performance-feedback.json",
138
+ "$ref": "/schemas/3.0.9/core/performance-feedback.json",
139
139
  "description": "Performance feedback data for a media buy or package"
140
140
  },
141
141
  "creative-variant": {
142
- "$ref": "/schemas/3.0.8/core/creative-variant.json",
142
+ "$ref": "/schemas/3.0.9/core/creative-variant.json",
143
143
  "description": "A specific execution variant of a creative with performance metrics"
144
144
  },
145
145
  "property": {
146
- "$ref": "/schemas/3.0.8/core/property.json",
146
+ "$ref": "/schemas/3.0.9/core/property.json",
147
147
  "description": "An advertising property that can be validated via adagents.json"
148
148
  },
149
149
  "creative-brief": {
150
- "$ref": "/schemas/3.0.8/core/creative-brief.json",
150
+ "$ref": "/schemas/3.0.9/core/creative-brief.json",
151
151
  "description": "Campaign-level creative context for AI-powered creative generation"
152
152
  },
153
153
  "creative-variable": {
154
- "$ref": "/schemas/3.0.8/core/creative-variable.json",
154
+ "$ref": "/schemas/3.0.9/core/creative-variable.json",
155
155
  "description": "A dynamic content variable (DCO slot) on a creative"
156
156
  },
157
157
  "reference-asset": {
158
- "$ref": "/schemas/3.0.8/core/reference-asset.json",
158
+ "$ref": "/schemas/3.0.9/core/reference-asset.json",
159
159
  "description": "A reference asset with semantic role for creative context"
160
160
  },
161
161
  "proposal": {
162
- "$ref": "/schemas/3.0.8/core/proposal.json",
162
+ "$ref": "/schemas/3.0.9/core/proposal.json",
163
163
  "description": "A proposed media plan with budget allocations across products - actionable via create_media_buy"
164
164
  },
165
165
  "insertion-order": {
166
- "$ref": "/schemas/3.0.8/core/insertion-order.json",
166
+ "$ref": "/schemas/3.0.9/core/insertion-order.json",
167
167
  "description": "A formal insertion order attached to a committed proposal for agreement signing"
168
168
  },
169
169
  "product-allocation": {
170
- "$ref": "/schemas/3.0.8/core/product-allocation.json",
170
+ "$ref": "/schemas/3.0.9/core/product-allocation.json",
171
171
  "description": "A budget allocation for a specific product within a proposal"
172
172
  },
173
173
  "delivery-forecast": {
174
- "$ref": "/schemas/3.0.8/core/delivery-forecast.json",
174
+ "$ref": "/schemas/3.0.9/core/delivery-forecast.json",
175
175
  "description": "Forecasted delivery metrics for a proposal or product allocation"
176
176
  },
177
177
  "forecast-range": {
178
- "$ref": "/schemas/3.0.8/core/forecast-range.json",
178
+ "$ref": "/schemas/3.0.9/core/forecast-range.json",
179
179
  "description": "A forecast value with optional low/high bounds"
180
180
  },
181
181
  "forecast-point": {
182
- "$ref": "/schemas/3.0.8/core/forecast-point.json",
182
+ "$ref": "/schemas/3.0.9/core/forecast-point.json",
183
183
  "description": "A single point on a budget-to-outcome curve"
184
184
  },
185
185
  "catalog": {
186
- "$ref": "/schemas/3.0.8/core/catalog.json",
186
+ "$ref": "/schemas/3.0.9/core/catalog.json",
187
187
  "description": "A typed data feed — structural (offering, product, inventory, store, promotion) or vertical (hotel, flight, job, vehicle, real_estate, education, destination). Can be synced, inline, or fetched from a URL."
188
188
  },
189
189
  "offering": {
190
- "$ref": "/schemas/3.0.8/core/offering.json",
190
+ "$ref": "/schemas/3.0.9/core/offering.json",
191
191
  "description": "A promotable offering from a brand with structured asset groups and optional conversational SI experiences"
192
192
  },
193
193
  "offering-asset-group": {
194
- "$ref": "/schemas/3.0.8/core/offering-asset-group.json",
194
+ "$ref": "/schemas/3.0.9/core/offering-asset-group.json",
195
195
  "description": "A structured group of creative assets within an offering, identified by group ID and asset type"
196
196
  },
197
197
  "store-item": {
198
- "$ref": "/schemas/3.0.8/core/store-item.json",
198
+ "$ref": "/schemas/3.0.9/core/store-item.json",
199
199
  "description": "A physical store or location with coordinates, address, and catchment areas for proximity targeting"
200
200
  },
201
201
  "catchment": {
202
- "$ref": "/schemas/3.0.8/core/catchment.json",
202
+ "$ref": "/schemas/3.0.9/core/catchment.json",
203
203
  "description": "A catchment area definition using travel time (isochrone), simple radius, or pre-computed GeoJSON geometry"
204
204
  },
205
205
  "price": {
206
- "$ref": "/schemas/3.0.8/core/price.json",
206
+ "$ref": "/schemas/3.0.9/core/price.json",
207
207
  "description": "A monetary amount with currency and optional billing period for catalog item pricing"
208
208
  },
209
209
  "hotel-item": {
210
- "$ref": "/schemas/3.0.8/core/hotel-item.json",
210
+ "$ref": "/schemas/3.0.9/core/hotel-item.json",
211
211
  "description": "A hotel or lodging property for hotel-type catalogs"
212
212
  },
213
213
  "flight-item": {
214
- "$ref": "/schemas/3.0.8/core/flight-item.json",
214
+ "$ref": "/schemas/3.0.9/core/flight-item.json",
215
215
  "description": "A flight route for flight-type catalogs"
216
216
  },
217
217
  "job-item": {
218
- "$ref": "/schemas/3.0.8/core/job-item.json",
218
+ "$ref": "/schemas/3.0.9/core/job-item.json",
219
219
  "description": "A job posting for job-type catalogs"
220
220
  },
221
221
  "vehicle-item": {
222
- "$ref": "/schemas/3.0.8/core/vehicle-item.json",
222
+ "$ref": "/schemas/3.0.9/core/vehicle-item.json",
223
223
  "description": "A vehicle listing for vehicle-type catalogs"
224
224
  },
225
225
  "real-estate-item": {
226
- "$ref": "/schemas/3.0.8/core/real-estate-item.json",
226
+ "$ref": "/schemas/3.0.9/core/real-estate-item.json",
227
227
  "description": "A property listing for real-estate-type catalogs"
228
228
  },
229
229
  "education-item": {
230
- "$ref": "/schemas/3.0.8/core/education-item.json",
230
+ "$ref": "/schemas/3.0.9/core/education-item.json",
231
231
  "description": "An educational program or course for education-type catalogs"
232
232
  },
233
233
  "destination-item": {
234
- "$ref": "/schemas/3.0.8/core/destination-item.json",
234
+ "$ref": "/schemas/3.0.9/core/destination-item.json",
235
235
  "description": "A travel destination for destination-type catalogs"
236
236
  },
237
237
  "start-timing": {
238
- "$ref": "/schemas/3.0.8/core/start-timing.json",
238
+ "$ref": "/schemas/3.0.9/core/start-timing.json",
239
239
  "description": "Campaign start timing: 'asap' or ISO 8601 date-time"
240
240
  },
241
241
  "pricing-option": {
242
- "$ref": "/schemas/3.0.8/core/pricing-option.json",
242
+ "$ref": "/schemas/3.0.9/core/pricing-option.json",
243
243
  "description": "A pricing model option offered by a publisher for a product"
244
244
  },
245
245
  "protocol-envelope": {
246
- "$ref": "/schemas/3.0.8/core/protocol-envelope.json",
246
+ "$ref": "/schemas/3.0.9/core/protocol-envelope.json",
247
247
  "description": "Standard envelope structure added by protocol layer (MCP, A2A, REST) that wraps task response payloads with protocol-level fields like status, context_id, task_id, and message"
248
248
  },
249
249
  "agent-signing-key": {
250
- "$ref": "/schemas/3.0.8/core/agent-signing-key.json",
250
+ "$ref": "/schemas/3.0.9/core/agent-signing-key.json",
251
251
  "description": "Publisher-attested public key material for an authorized agent"
252
252
  },
253
253
  "placement": {
254
- "$ref": "/schemas/3.0.8/core/placement.json",
254
+ "$ref": "/schemas/3.0.9/core/placement.json",
255
255
  "description": "Represents a specific ad placement within a product's inventory"
256
256
  },
257
257
  "placement-definition": {
258
- "$ref": "/schemas/3.0.8/core/placement-definition.json",
258
+ "$ref": "/schemas/3.0.9/core/placement-definition.json",
259
259
  "description": "Canonical placement definition published in a publisher's adagents.json"
260
260
  },
261
261
  "mcp-webhook-payload": {
262
- "$ref": "/schemas/3.0.8/core/mcp-webhook-payload.json",
262
+ "$ref": "/schemas/3.0.9/core/mcp-webhook-payload.json",
263
263
  "description": "MCP-specific webhook payload structure for HTTP-based push notifications. Protocol-level fields at top-level (task_id, status, etc.) and AdCP data layer nested under 'result'. NOT used in A2A (uses native statusUpdate)."
264
264
  },
265
265
  "destination": {
266
- "$ref": "/schemas/3.0.8/core/destination.json",
266
+ "$ref": "/schemas/3.0.9/core/destination.json",
267
267
  "description": "A destination platform where signals can be activated (DSP, sales agent, etc.)"
268
268
  },
269
269
  "deployment": {
270
- "$ref": "/schemas/3.0.8/core/deployment.json",
270
+ "$ref": "/schemas/3.0.9/core/deployment.json",
271
271
  "description": "A signal deployment to a specific destination platform with activation status and key"
272
272
  },
273
273
  "publisher-property-selector": {
274
- "$ref": "/schemas/3.0.8/core/publisher-property-selector.json",
274
+ "$ref": "/schemas/3.0.9/core/publisher-property-selector.json",
275
275
  "description": "Selects properties from a publisher's adagents.json - supports three patterns: all properties, specific IDs, or by tags"
276
276
  },
277
277
  "product-filters": {
278
- "$ref": "/schemas/3.0.8/core/product-filters.json",
278
+ "$ref": "/schemas/3.0.9/core/product-filters.json",
279
279
  "description": "Structured filters for product discovery"
280
280
  },
281
281
  "creative-filters": {
282
- "$ref": "/schemas/3.0.8/core/creative-filters.json",
282
+ "$ref": "/schemas/3.0.9/core/creative-filters.json",
283
283
  "description": "Filter criteria for querying creative assets from the centralized library"
284
284
  },
285
285
  "signal-filters": {
286
- "$ref": "/schemas/3.0.8/core/signal-filters.json",
286
+ "$ref": "/schemas/3.0.9/core/signal-filters.json",
287
287
  "description": "Filters to refine signal discovery results"
288
288
  },
289
289
  "signal-pricing": {
290
- "$ref": "/schemas/3.0.8/core/signal-pricing.json",
290
+ "$ref": "/schemas/3.0.9/core/signal-pricing.json",
291
291
  "description": "Vendor pricing model — discriminated union of cpm (fixed CPM), percent_of_media (percentage of spend, with optional CPM cap), flat_fee (fixed charge per reporting period), or per_unit (fixed price per unit of work)"
292
292
  },
293
293
  "signal-pricing-option": {
294
- "$ref": "/schemas/3.0.8/core/signal-pricing-option.json",
294
+ "$ref": "/schemas/3.0.9/core/signal-pricing-option.json",
295
295
  "description": "Deprecated — alias for vendor-pricing-option.json. Retained for backward compatibility. Prefer vendor-pricing-option.json for new implementations."
296
296
  },
297
297
  "vendor-pricing-option": {
298
- "$ref": "/schemas/3.0.8/core/vendor-pricing-option.json",
298
+ "$ref": "/schemas/3.0.9/core/vendor-pricing-option.json",
299
299
  "description": "A pricing option offered by a vendor agent (signals, creative, governance), combining a pricing_option_id with a pricing model. Returned in get_signals and list_creatives, referenced in build_creative responses and report_usage."
300
300
  },
301
301
  "creative-consumption": {
302
- "$ref": "/schemas/3.0.8/core/creative-consumption.json",
302
+ "$ref": "/schemas/3.0.9/core/creative-consumption.json",
303
303
  "description": "Structured consumption details returned by build_creative when a paid creative agent computes cost. Well-known fields for tokens, images, renders, and processing time."
304
304
  },
305
305
  "property-id": {
306
- "$ref": "/schemas/3.0.8/core/property-id.json",
306
+ "$ref": "/schemas/3.0.9/core/property-id.json",
307
307
  "description": "Identifier for a publisher property - lowercase alphanumeric with underscores only"
308
308
  },
309
309
  "property-tag": {
310
- "$ref": "/schemas/3.0.8/core/property-tag.json",
310
+ "$ref": "/schemas/3.0.9/core/property-tag.json",
311
311
  "description": "Tag for categorizing publisher properties - lowercase alphanumeric with underscores only"
312
312
  },
313
313
  "property-list-ref": {
314
- "$ref": "/schemas/3.0.8/core/property-list-ref.json",
314
+ "$ref": "/schemas/3.0.9/core/property-list-ref.json",
315
315
  "description": "Reference to an externally managed property list for passing large property sets"
316
316
  },
317
317
  "collection-list-ref": {
318
- "$ref": "/schemas/3.0.8/core/collection-list-ref.json",
318
+ "$ref": "/schemas/3.0.9/core/collection-list-ref.json",
319
319
  "description": "Reference to an externally managed collection list for passing large collection exclusion/inclusion sets"
320
320
  },
321
321
  "identifier": {
322
- "$ref": "/schemas/3.0.8/core/identifier.json",
322
+ "$ref": "/schemas/3.0.9/core/identifier.json",
323
323
  "description": "A property identifier with type and value"
324
324
  },
325
325
  "media-buy-features": {
326
- "$ref": "/schemas/3.0.8/core/media-buy-features.json",
326
+ "$ref": "/schemas/3.0.9/core/media-buy-features.json",
327
327
  "description": "Optional media-buy protocol features for capability declarations and product filters"
328
328
  },
329
329
  "brand-id": {
330
- "$ref": "/schemas/3.0.8/core/brand-id.json",
330
+ "$ref": "/schemas/3.0.9/core/brand-id.json",
331
331
  "description": "Identifier for a brand within a house portfolio - lowercase alphanumeric with underscores only"
332
332
  },
333
333
  "brand-ref": {
334
- "$ref": "/schemas/3.0.8/core/brand-ref.json",
334
+ "$ref": "/schemas/3.0.9/core/brand-ref.json",
335
335
  "description": "Reference to a brand via house domain + brand_id (like publisher + property_id)"
336
336
  },
337
337
  "seller-agent-ref": {
338
- "$ref": "/schemas/3.0.8/core/seller-agent-ref.json",
338
+ "$ref": "/schemas/3.0.9/core/seller-agent-ref.json",
339
339
  "description": "Reference to a seller agent by its adagents.json-declared URL. Used on TMP AvailablePackage and echoed on Offer."
340
340
  },
341
341
  "signal-id": {
342
- "$ref": "/schemas/3.0.8/core/signal-id.json",
342
+ "$ref": "/schemas/3.0.9/core/signal-id.json",
343
343
  "description": "Universal signal identifier - discriminated union by source: 'catalog' (data_provider_domain + id, verifiable) or 'agent' (agent_url + id, trust-based)"
344
344
  },
345
345
  "signal-definition": {
346
- "$ref": "/schemas/3.0.8/core/signal-definition.json",
346
+ "$ref": "/schemas/3.0.9/core/signal-definition.json",
347
347
  "description": "Signal definition published in a data provider's adagents.json catalog"
348
348
  },
349
349
  "data-provider-signal-selector": {
350
- "$ref": "/schemas/3.0.8/core/data-provider-signal-selector.json",
350
+ "$ref": "/schemas/3.0.9/core/data-provider-signal-selector.json",
351
351
  "description": "Selects signals from a data provider's adagents.json - supports three patterns: all signals, specific IDs, or by tags"
352
352
  },
353
353
  "daypart-target": {
354
- "$ref": "/schemas/3.0.8/core/daypart-target.json",
354
+ "$ref": "/schemas/3.0.9/core/daypart-target.json",
355
355
  "description": "A time window for daypart targeting with days of week and hour range"
356
356
  },
357
357
  "signal-targeting": {
358
- "$ref": "/schemas/3.0.8/core/signal-targeting.json",
358
+ "$ref": "/schemas/3.0.9/core/signal-targeting.json",
359
359
  "description": "Targeting constraint for a signal - discriminated union by value_type (binary, categorical, numeric)"
360
360
  },
361
361
  "event": {
362
- "$ref": "/schemas/3.0.8/core/event.json",
362
+ "$ref": "/schemas/3.0.9/core/event.json",
363
363
  "description": "A marketing event (conversion, engagement, or custom) for attribution"
364
364
  },
365
365
  "user-match": {
366
- "$ref": "/schemas/3.0.8/core/user-match.json",
366
+ "$ref": "/schemas/3.0.9/core/user-match.json",
367
367
  "description": "User identifiers for attribution matching (UIDs, hashed identifiers, click IDs)"
368
368
  },
369
369
  "event-custom-data": {
370
- "$ref": "/schemas/3.0.8/core/event-custom-data.json",
370
+ "$ref": "/schemas/3.0.9/core/event-custom-data.json",
371
371
  "description": "Event-specific data for attribution and reporting"
372
372
  },
373
373
  "attribution-window": {
374
- "$ref": "/schemas/3.0.8/core/attribution-window.json",
374
+ "$ref": "/schemas/3.0.9/core/attribution-window.json",
375
375
  "description": "Attribution methodology and lookback windows for conversion measurement"
376
376
  },
377
377
  "optimization-goal": {
378
- "$ref": "/schemas/3.0.8/core/optimization-goal.json",
378
+ "$ref": "/schemas/3.0.9/core/optimization-goal.json",
379
379
  "description": "Conversion optimization goal for a package - event source, event type, target ROAS/CPA, and attribution window"
380
380
  },
381
381
  "audience-member": {
382
- "$ref": "/schemas/3.0.8/core/audience-member.json",
382
+ "$ref": "/schemas/3.0.9/core/audience-member.json",
383
383
  "description": "Hashed identifiers for a CRM audience member (hashed email, phone, or universal IDs)"
384
384
  },
385
385
  "account-ref": {
386
- "$ref": "/schemas/3.0.8/core/account-ref.json",
386
+ "$ref": "/schemas/3.0.9/core/account-ref.json",
387
387
  "description": "Reference to an account by seller-assigned ID or natural key (brand, operator, optional sandbox)"
388
388
  },
389
389
  "provenance": {
390
- "$ref": "/schemas/3.0.8/core/provenance.json",
390
+ "$ref": "/schemas/3.0.9/core/provenance.json",
391
391
  "description": "AI provenance and disclosure metadata — declares how content was produced, C2PA references, regulatory disclosure requirements, and third-party verification results"
392
392
  }
393
393
  },
@@ -395,63 +395,63 @@
395
395
  "description": "Typed requirement schemas for creative assets in format definitions",
396
396
  "schemas": {
397
397
  "asset-requirements": {
398
- "$ref": "/schemas/3.0.8/core/requirements/asset-requirements.json",
398
+ "$ref": "/schemas/3.0.9/core/requirements/asset-requirements.json",
399
399
  "description": "Combined schema that allows any typed asset requirements"
400
400
  },
401
401
  "html-asset-requirements": {
402
- "$ref": "/schemas/3.0.8/core/requirements/html-asset-requirements.json",
402
+ "$ref": "/schemas/3.0.9/core/requirements/html-asset-requirements.json",
403
403
  "description": "Requirements for HTML creative assets - sandbox compatibility, external resources, allowed domains"
404
404
  },
405
405
  "image-asset-requirements": {
406
- "$ref": "/schemas/3.0.8/core/requirements/image-asset-requirements.json",
406
+ "$ref": "/schemas/3.0.9/core/requirements/image-asset-requirements.json",
407
407
  "description": "Requirements for image creative assets - dimensions, formats, file size, animation"
408
408
  },
409
409
  "video-asset-requirements": {
410
- "$ref": "/schemas/3.0.8/core/requirements/video-asset-requirements.json",
410
+ "$ref": "/schemas/3.0.9/core/requirements/video-asset-requirements.json",
411
411
  "description": "Requirements for video creative assets - dimensions, duration, codecs, bitrate"
412
412
  },
413
413
  "audio-asset-requirements": {
414
- "$ref": "/schemas/3.0.8/core/requirements/audio-asset-requirements.json",
414
+ "$ref": "/schemas/3.0.9/core/requirements/audio-asset-requirements.json",
415
415
  "description": "Requirements for audio creative assets - duration, formats, sample rate, channels"
416
416
  },
417
417
  "javascript-asset-requirements": {
418
- "$ref": "/schemas/3.0.8/core/requirements/javascript-asset-requirements.json",
418
+ "$ref": "/schemas/3.0.9/core/requirements/javascript-asset-requirements.json",
419
419
  "description": "Requirements for JavaScript creative assets - module type, external resources"
420
420
  },
421
421
  "text-asset-requirements": {
422
- "$ref": "/schemas/3.0.8/core/requirements/text-asset-requirements.json",
422
+ "$ref": "/schemas/3.0.9/core/requirements/text-asset-requirements.json",
423
423
  "description": "Requirements for text creative assets - character limits, line counts"
424
424
  },
425
425
  "url-asset-requirements": {
426
- "$ref": "/schemas/3.0.8/core/requirements/url-asset-requirements.json",
426
+ "$ref": "/schemas/3.0.9/core/requirements/url-asset-requirements.json",
427
427
  "description": "Requirements for URL assets - protocols, allowed domains, macro support"
428
428
  },
429
429
  "markdown-asset-requirements": {
430
- "$ref": "/schemas/3.0.8/core/requirements/markdown-asset-requirements.json",
430
+ "$ref": "/schemas/3.0.9/core/requirements/markdown-asset-requirements.json",
431
431
  "description": "Requirements for markdown creative assets"
432
432
  },
433
433
  "css-asset-requirements": {
434
- "$ref": "/schemas/3.0.8/core/requirements/css-asset-requirements.json",
434
+ "$ref": "/schemas/3.0.9/core/requirements/css-asset-requirements.json",
435
435
  "description": "Requirements for CSS creative assets"
436
436
  },
437
437
  "vast-asset-requirements": {
438
- "$ref": "/schemas/3.0.8/core/requirements/vast-asset-requirements.json",
438
+ "$ref": "/schemas/3.0.9/core/requirements/vast-asset-requirements.json",
439
439
  "description": "Requirements for VAST creative assets - version requirements"
440
440
  },
441
441
  "daast-asset-requirements": {
442
- "$ref": "/schemas/3.0.8/core/requirements/daast-asset-requirements.json",
442
+ "$ref": "/schemas/3.0.9/core/requirements/daast-asset-requirements.json",
443
443
  "description": "Requirements for DAAST creative assets"
444
444
  },
445
445
  "catalog-requirements": {
446
- "$ref": "/schemas/3.0.8/core/requirements/catalog-requirements.json",
446
+ "$ref": "/schemas/3.0.9/core/requirements/catalog-requirements.json",
447
447
  "description": "Format-level declaration of what catalog feeds a creative requires"
448
448
  },
449
449
  "offering-asset-constraint": {
450
- "$ref": "/schemas/3.0.8/core/requirements/offering-asset-constraint.json",
450
+ "$ref": "/schemas/3.0.9/core/requirements/offering-asset-constraint.json",
451
451
  "description": "Per-group creative requirements that each offering must satisfy within a catalog"
452
452
  },
453
453
  "webhook-asset-requirements": {
454
- "$ref": "/schemas/3.0.8/core/requirements/webhook-asset-requirements.json",
454
+ "$ref": "/schemas/3.0.9/core/requirements/webhook-asset-requirements.json",
455
455
  "description": "Requirements for webhook creative assets"
456
456
  }
457
457
  }
@@ -461,359 +461,359 @@
461
461
  "description": "Enumerated types and constants",
462
462
  "schemas": {
463
463
  "pricing-model": {
464
- "$ref": "/schemas/3.0.8/enums/pricing-model.json",
464
+ "$ref": "/schemas/3.0.9/enums/pricing-model.json",
465
465
  "description": "Supported pricing models for advertising products"
466
466
  },
467
467
  "delivery-type": {
468
- "$ref": "/schemas/3.0.8/enums/delivery-type.json",
468
+ "$ref": "/schemas/3.0.9/enums/delivery-type.json",
469
469
  "description": "Type of inventory delivery"
470
470
  },
471
471
  "proposal-status": {
472
- "$ref": "/schemas/3.0.8/enums/proposal-status.json",
472
+ "$ref": "/schemas/3.0.9/enums/proposal-status.json",
473
473
  "description": "Lifecycle status of a proposal (draft or committed)"
474
474
  },
475
475
  "media-buy-status": {
476
- "$ref": "/schemas/3.0.8/enums/media-buy-status.json",
476
+ "$ref": "/schemas/3.0.9/enums/media-buy-status.json",
477
477
  "description": "Status of a media buy"
478
478
  },
479
479
  "creative-status": {
480
- "$ref": "/schemas/3.0.8/enums/creative-status.json",
480
+ "$ref": "/schemas/3.0.9/enums/creative-status.json",
481
481
  "description": "Status of a creative asset"
482
482
  },
483
483
  "creative-approval-status": {
484
- "$ref": "/schemas/3.0.8/enums/creative-approval-status.json",
484
+ "$ref": "/schemas/3.0.9/enums/creative-approval-status.json",
485
485
  "description": "Approval state of a creative on a specific package"
486
486
  },
487
487
  "audience-status": {
488
- "$ref": "/schemas/3.0.8/enums/audience-status.json",
488
+ "$ref": "/schemas/3.0.9/enums/audience-status.json",
489
489
  "description": "Matching status of a synced audience on a seller platform"
490
490
  },
491
491
  "creative-quality": {
492
- "$ref": "/schemas/3.0.8/enums/creative-quality.json",
492
+ "$ref": "/schemas/3.0.9/enums/creative-quality.json",
493
493
  "description": "Quality tier for creative generation (draft, production)"
494
494
  },
495
495
  "pacing": {
496
- "$ref": "/schemas/3.0.8/enums/pacing.json",
496
+ "$ref": "/schemas/3.0.9/enums/pacing.json",
497
497
  "description": "Budget pacing strategy"
498
498
  },
499
499
  "frequency-cap-scope": {
500
- "$ref": "/schemas/3.0.8/enums/frequency-cap-scope.json",
500
+ "$ref": "/schemas/3.0.9/enums/frequency-cap-scope.json",
501
501
  "description": "Scope for frequency cap application"
502
502
  },
503
503
  "identifier-types": {
504
- "$ref": "/schemas/3.0.8/enums/identifier-types.json",
504
+ "$ref": "/schemas/3.0.9/enums/identifier-types.json",
505
505
  "description": "Valid identifier types for property identification across different media types"
506
506
  },
507
507
  "publisher-identifier-types": {
508
- "$ref": "/schemas/3.0.8/enums/publisher-identifier-types.json",
508
+ "$ref": "/schemas/3.0.9/enums/publisher-identifier-types.json",
509
509
  "description": "Valid identifier types for publisher/legal entity identification (TAG ID, DUNS, LEI, seller_id, GLN)"
510
510
  },
511
511
  "channels": {
512
- "$ref": "/schemas/3.0.8/enums/channels.json",
512
+ "$ref": "/schemas/3.0.9/enums/channels.json",
513
513
  "description": "Advertising channels (display, video, dooh, ctv, audio, etc.)"
514
514
  },
515
515
  "task-status": {
516
- "$ref": "/schemas/3.0.8/enums/task-status.json",
516
+ "$ref": "/schemas/3.0.9/enums/task-status.json",
517
517
  "description": "Standardized task status values based on A2A TaskState enum"
518
518
  },
519
519
  "task-type": {
520
- "$ref": "/schemas/3.0.8/enums/task-type.json",
520
+ "$ref": "/schemas/3.0.9/enums/task-type.json",
521
521
  "description": "Valid AdCP task types across all domains"
522
522
  },
523
523
  "asset-content-type": {
524
- "$ref": "/schemas/3.0.8/enums/asset-content-type.json",
524
+ "$ref": "/schemas/3.0.9/enums/asset-content-type.json",
525
525
  "description": "Types of content that can be used as creative assets (image, video, html, etc.)"
526
526
  },
527
527
  "disclosure-position": {
528
- "$ref": "/schemas/3.0.8/enums/disclosure-position.json",
528
+ "$ref": "/schemas/3.0.9/enums/disclosure-position.json",
529
529
  "description": "Where a required disclosure should appear within a creative"
530
530
  },
531
531
  "disclosure-persistence": {
532
- "$ref": "/schemas/3.0.8/enums/disclosure-persistence.json",
532
+ "$ref": "/schemas/3.0.9/enums/disclosure-persistence.json",
533
533
  "description": "How long a disclosure must persist during content playback or display"
534
534
  },
535
535
  "vast-version": {
536
- "$ref": "/schemas/3.0.8/enums/vast-version.json",
536
+ "$ref": "/schemas/3.0.9/enums/vast-version.json",
537
537
  "description": "Supported VAST specification versions (2.0, 3.0, 4.0, 4.1, 4.2)"
538
538
  },
539
539
  "vast-tracking-event": {
540
- "$ref": "/schemas/3.0.8/enums/vast-tracking-event.json",
540
+ "$ref": "/schemas/3.0.9/enums/vast-tracking-event.json",
541
541
  "description": "Standard VAST tracking events for video playback and interaction"
542
542
  },
543
543
  "property-type": {
544
- "$ref": "/schemas/3.0.8/enums/property-type.json",
544
+ "$ref": "/schemas/3.0.9/enums/property-type.json",
545
545
  "description": "Types of addressable advertising properties with verifiable ownership"
546
546
  },
547
547
  "dimension-unit": {
548
- "$ref": "/schemas/3.0.8/enums/dimension-unit.json",
548
+ "$ref": "/schemas/3.0.9/enums/dimension-unit.json",
549
549
  "description": "Units of measurement for creative format dimensions (px, dp, inches, cm)"
550
550
  },
551
551
  "co-branding-requirement": {
552
- "$ref": "/schemas/3.0.8/enums/co-branding-requirement.json",
552
+ "$ref": "/schemas/3.0.9/enums/co-branding-requirement.json",
553
553
  "description": "Co-branding policy for creatives (required, optional, none)"
554
554
  },
555
555
  "landing-page-requirement": {
556
- "$ref": "/schemas/3.0.8/enums/landing-page-requirement.json",
556
+ "$ref": "/schemas/3.0.9/enums/landing-page-requirement.json",
557
557
  "description": "Landing page policy for creative destinations (any, retailer_site_only, must_include_retailer)"
558
558
  },
559
559
  "daast-version": {
560
- "$ref": "/schemas/3.0.8/enums/daast-version.json",
560
+ "$ref": "/schemas/3.0.9/enums/daast-version.json",
561
561
  "description": "Supported DAAST specification versions (1.0, 1.1)"
562
562
  },
563
563
  "daast-tracking-event": {
564
- "$ref": "/schemas/3.0.8/enums/daast-tracking-event.json",
564
+ "$ref": "/schemas/3.0.9/enums/daast-tracking-event.json",
565
565
  "description": "Standard DAAST tracking events for audio playback and interaction"
566
566
  },
567
567
  "day-of-week": {
568
- "$ref": "/schemas/3.0.8/enums/day-of-week.json",
568
+ "$ref": "/schemas/3.0.9/enums/day-of-week.json",
569
569
  "description": "Days of the week for daypart targeting"
570
570
  },
571
571
  "signal-catalog-type": {
572
- "$ref": "/schemas/3.0.8/enums/signal-catalog-type.json",
572
+ "$ref": "/schemas/3.0.9/enums/signal-catalog-type.json",
573
573
  "description": "Types of signal catalogs (marketplace, custom, owned)"
574
574
  },
575
575
  "metric-type": {
576
- "$ref": "/schemas/3.0.8/enums/metric-type.json",
576
+ "$ref": "/schemas/3.0.9/enums/metric-type.json",
577
577
  "description": "Performance metric types for feedback and optimization"
578
578
  },
579
579
  "feedback-source": {
580
- "$ref": "/schemas/3.0.8/enums/feedback-source.json",
580
+ "$ref": "/schemas/3.0.9/enums/feedback-source.json",
581
581
  "description": "Source of performance feedback data"
582
582
  },
583
583
  "forecast-method": {
584
- "$ref": "/schemas/3.0.8/enums/forecast-method.json",
584
+ "$ref": "/schemas/3.0.9/enums/forecast-method.json",
585
585
  "description": "Method used to produce a delivery forecast (estimate, modeled, guaranteed)"
586
586
  },
587
587
  "forecastable-metric": {
588
- "$ref": "/schemas/3.0.8/enums/forecastable-metric.json",
588
+ "$ref": "/schemas/3.0.9/enums/forecastable-metric.json",
589
589
  "description": "Standard metric names for delivery forecasts (audience_size, reach, impressions, clicks, spend, etc.)"
590
590
  },
591
591
  "forecast-range-unit": {
592
- "$ref": "/schemas/3.0.8/enums/forecast-range-unit.json",
592
+ "$ref": "/schemas/3.0.9/enums/forecast-range-unit.json",
593
593
  "description": "How to interpret forecast points: spend curve, reach/frequency curve, temporal (weekly/daily), or outcome targets (clicks/conversions)"
594
594
  },
595
595
  "demographic-system": {
596
- "$ref": "/schemas/3.0.8/enums/demographic-system.json",
596
+ "$ref": "/schemas/3.0.9/enums/demographic-system.json",
597
597
  "description": "Audience measurement systems for demographic notation (nielsen, barb, agf, oztam, mediametrie, custom)"
598
598
  },
599
599
  "reach-unit": {
600
- "$ref": "/schemas/3.0.8/enums/reach-unit.json",
600
+ "$ref": "/schemas/3.0.9/enums/reach-unit.json",
601
601
  "description": "Unit of measurement for reach metrics (individuals, households, devices, accounts, cookies, custom)"
602
602
  },
603
603
  "creative-agent-capability": {
604
- "$ref": "/schemas/3.0.8/enums/creative-agent-capability.json",
604
+ "$ref": "/schemas/3.0.9/enums/creative-agent-capability.json",
605
605
  "description": "Capabilities supported by creative agents (validation, assembly, generation, preview, delivery)"
606
606
  },
607
607
  "adcp-protocol": {
608
- "$ref": "/schemas/3.0.8/enums/adcp-protocol.json",
608
+ "$ref": "/schemas/3.0.9/enums/adcp-protocol.json",
609
609
  "description": "AdCP protocol domains (media-buy, signals, governance, creative, brand)"
610
610
  },
611
611
  "brand-agent-type": {
612
- "$ref": "/schemas/3.0.8/enums/brand-agent-type.json",
612
+ "$ref": "/schemas/3.0.9/enums/brand-agent-type.json",
613
613
  "description": "Agent types declarable in brand.json (brand, rights, measurement, governance, creative, sales, buying, signals)"
614
614
  },
615
615
  "right-use": {
616
- "$ref": "/schemas/3.0.8/enums/right-use.json",
616
+ "$ref": "/schemas/3.0.9/enums/right-use.json",
617
617
  "description": "Types of rights usage (likeness, voice, endorsement, sync, etc.)"
618
618
  },
619
619
  "right-type": {
620
- "$ref": "/schemas/3.0.8/enums/right-type.json",
620
+ "$ref": "/schemas/3.0.9/enums/right-type.json",
621
621
  "description": "Categories of licensable rights (talent, music, brand_ip, stock_media)"
622
622
  },
623
623
  "http-method": {
624
- "$ref": "/schemas/3.0.8/enums/http-method.json",
624
+ "$ref": "/schemas/3.0.9/enums/http-method.json",
625
625
  "description": "HTTP methods for webhook requests (GET, POST)"
626
626
  },
627
627
  "webhook-response-type": {
628
- "$ref": "/schemas/3.0.8/enums/webhook-response-type.json",
628
+ "$ref": "/schemas/3.0.9/enums/webhook-response-type.json",
629
629
  "description": "Expected response content types from webhooks"
630
630
  },
631
631
  "webhook-security-method": {
632
- "$ref": "/schemas/3.0.8/enums/webhook-security-method.json",
632
+ "$ref": "/schemas/3.0.9/enums/webhook-security-method.json",
633
633
  "description": "Security methods for webhook authentication"
634
634
  },
635
635
  "javascript-module-type": {
636
- "$ref": "/schemas/3.0.8/enums/javascript-module-type.json",
636
+ "$ref": "/schemas/3.0.9/enums/javascript-module-type.json",
637
637
  "description": "JavaScript module format types (esm, commonjs, script)"
638
638
  },
639
639
  "markdown-flavor": {
640
- "$ref": "/schemas/3.0.8/enums/markdown-flavor.json",
640
+ "$ref": "/schemas/3.0.9/enums/markdown-flavor.json",
641
641
  "description": "Markdown specification flavors (commonmark, gfm)"
642
642
  },
643
643
  "url-asset-type": {
644
- "$ref": "/schemas/3.0.8/enums/url-asset-type.json",
644
+ "$ref": "/schemas/3.0.9/enums/url-asset-type.json",
645
645
  "description": "Types of URL assets (clickthrough, tracker_pixel, tracker_script)"
646
646
  },
647
647
  "validation-mode": {
648
- "$ref": "/schemas/3.0.8/enums/validation-mode.json",
648
+ "$ref": "/schemas/3.0.9/enums/validation-mode.json",
649
649
  "description": "Creative validation strictness levels (strict, lenient)"
650
650
  },
651
651
  "creative-action": {
652
- "$ref": "/schemas/3.0.8/enums/creative-action.json",
652
+ "$ref": "/schemas/3.0.9/enums/creative-action.json",
653
653
  "description": "Actions taken on creatives during sync (created, updated, unchanged, failed, deleted)"
654
654
  },
655
655
  "notification-type": {
656
- "$ref": "/schemas/3.0.8/enums/notification-type.json",
656
+ "$ref": "/schemas/3.0.9/enums/notification-type.json",
657
657
  "description": "Types of delivery notifications (scheduled, final, delayed, adjusted)"
658
658
  },
659
659
  "reporting-frequency": {
660
- "$ref": "/schemas/3.0.8/enums/reporting-frequency.json",
660
+ "$ref": "/schemas/3.0.9/enums/reporting-frequency.json",
661
661
  "description": "Frequencies for delivery reports (hourly, daily, monthly)"
662
662
  },
663
663
  "available-metric": {
664
- "$ref": "/schemas/3.0.8/enums/available-metric.json",
664
+ "$ref": "/schemas/3.0.9/enums/available-metric.json",
665
665
  "description": "Standard delivery and performance metrics for reporting"
666
666
  },
667
667
  "preview-output-format": {
668
- "$ref": "/schemas/3.0.8/enums/preview-output-format.json",
668
+ "$ref": "/schemas/3.0.9/enums/preview-output-format.json",
669
669
  "description": "Output formats for creative previews (url, html)"
670
670
  },
671
671
  "sort-direction": {
672
- "$ref": "/schemas/3.0.8/enums/sort-direction.json",
672
+ "$ref": "/schemas/3.0.9/enums/sort-direction.json",
673
673
  "description": "Sort direction for list queries (asc, desc)"
674
674
  },
675
675
  "sort-metric": {
676
- "$ref": "/schemas/3.0.8/enums/sort-metric.json",
676
+ "$ref": "/schemas/3.0.9/enums/sort-metric.json",
677
677
  "description": "Numeric delivery metrics available for sorting breakdown rows"
678
678
  },
679
679
  "history-entry-type": {
680
- "$ref": "/schemas/3.0.8/enums/history-entry-type.json",
680
+ "$ref": "/schemas/3.0.9/enums/history-entry-type.json",
681
681
  "description": "Type of task history entry (request, response)"
682
682
  },
683
683
  "feed-format": {
684
- "$ref": "/schemas/3.0.8/enums/feed-format.json",
684
+ "$ref": "/schemas/3.0.9/enums/feed-format.json",
685
685
  "description": "Product catalog feed formats"
686
686
  },
687
687
  "update-frequency": {
688
- "$ref": "/schemas/3.0.8/enums/update-frequency.json",
688
+ "$ref": "/schemas/3.0.9/enums/update-frequency.json",
689
689
  "description": "Frequency of product catalog updates"
690
690
  },
691
691
  "content-id-type": {
692
- "$ref": "/schemas/3.0.8/enums/content-id-type.json",
692
+ "$ref": "/schemas/3.0.9/enums/content-id-type.json",
693
693
  "description": "Identifier type for matching conversion event content_ids to catalog items (sku, gtin, or vertical-specific IDs)"
694
694
  },
695
695
  "auth-scheme": {
696
- "$ref": "/schemas/3.0.8/enums/auth-scheme.json",
696
+ "$ref": "/schemas/3.0.9/enums/auth-scheme.json",
697
697
  "description": "Authentication schemes for push notifications"
698
698
  },
699
699
  "creative-sort-field": {
700
- "$ref": "/schemas/3.0.8/enums/creative-sort-field.json",
700
+ "$ref": "/schemas/3.0.9/enums/creative-sort-field.json",
701
701
  "description": "Fields available for sorting creative listings"
702
702
  },
703
703
  "geo-level": {
704
- "$ref": "/schemas/3.0.8/enums/geo-level.json",
704
+ "$ref": "/schemas/3.0.9/enums/geo-level.json",
705
705
  "description": "Geographic targeting granularity levels (country, region, metro, postal_area)"
706
706
  },
707
707
  "metro-system": {
708
- "$ref": "/schemas/3.0.8/enums/metro-system.json",
708
+ "$ref": "/schemas/3.0.9/enums/metro-system.json",
709
709
  "description": "Metro area classification systems for geographic targeting (nielsen_dma, uk_itl1, uk_itl2, eurostat_nuts2)"
710
710
  },
711
711
  "postal-system": {
712
- "$ref": "/schemas/3.0.8/enums/postal-system.json",
712
+ "$ref": "/schemas/3.0.9/enums/postal-system.json",
713
713
  "description": "Postal code systems for geographic targeting. System names encode country and precision (us_zip, gb_outward, ca_fsa, etc.)"
714
714
  },
715
715
  "age-verification-method": {
716
- "$ref": "/schemas/3.0.8/enums/age-verification-method.json",
716
+ "$ref": "/schemas/3.0.9/enums/age-verification-method.json",
717
717
  "description": "Methods for verifying user age for compliance (facial_age_estimation, id_document, digital_id, credit_card, world_id)"
718
718
  },
719
719
  "device-platform": {
720
- "$ref": "/schemas/3.0.8/enums/device-platform.json",
720
+ "$ref": "/schemas/3.0.9/enums/device-platform.json",
721
721
  "description": "Operating system platforms for device targeting. Browser values from Sec-CH-UA-Platform standard, extended for CTV"
722
722
  },
723
723
  "device-type": {
724
- "$ref": "/schemas/3.0.8/enums/device-type.json",
724
+ "$ref": "/schemas/3.0.9/enums/device-type.json",
725
725
  "description": "Device form factor categories for targeting and reporting (desktop, mobile, tablet, ctv, dooh, unknown)"
726
726
  },
727
727
  "signal-value-type": {
728
- "$ref": "/schemas/3.0.8/enums/signal-value-type.json",
728
+ "$ref": "/schemas/3.0.9/enums/signal-value-type.json",
729
729
  "description": "Signal value types for targeting (binary, categorical, numeric)"
730
730
  },
731
731
  "signal-source": {
732
- "$ref": "/schemas/3.0.8/enums/signal-source.json",
732
+ "$ref": "/schemas/3.0.9/enums/signal-source.json",
733
733
  "description": "Source type for signal identifiers: 'catalog' (verifiable via data provider) or 'agent' (trust-based)"
734
734
  },
735
735
  "universal-macro": {
736
- "$ref": "/schemas/3.0.8/enums/universal-macro.json",
736
+ "$ref": "/schemas/3.0.9/enums/universal-macro.json",
737
737
  "description": "Standardized macro placeholders for dynamic value substitution in creative tracking URLs"
738
738
  },
739
739
  "event-type": {
740
- "$ref": "/schemas/3.0.8/enums/event-type.json",
740
+ "$ref": "/schemas/3.0.9/enums/event-type.json",
741
741
  "description": "Standard marketing event types for conversion tracking (purchase, lead, add_to_cart, etc.)"
742
742
  },
743
743
  "uid-type": {
744
- "$ref": "/schemas/3.0.8/enums/uid-type.json",
744
+ "$ref": "/schemas/3.0.9/enums/uid-type.json",
745
745
  "description": "Universal ID types for user matching (rampid, id5, uid2, maid, etc.)"
746
746
  },
747
747
  "action-source": {
748
- "$ref": "/schemas/3.0.8/enums/action-source.json",
748
+ "$ref": "/schemas/3.0.9/enums/action-source.json",
749
749
  "description": "Where the conversion event originated (website, app, offline, etc.)"
750
750
  },
751
751
  "attribution-model": {
752
- "$ref": "/schemas/3.0.8/enums/attribution-model.json",
752
+ "$ref": "/schemas/3.0.9/enums/attribution-model.json",
753
753
  "description": "Attribution model used for conversion measurement"
754
754
  },
755
755
  "audience-source": {
756
- "$ref": "/schemas/3.0.8/enums/audience-source.json",
756
+ "$ref": "/schemas/3.0.9/enums/audience-source.json",
757
757
  "description": "Origin of an audience segment in delivery reporting (synced, platform, third_party, lookalike, retargeting, unknown)"
758
758
  },
759
759
  "wcag-level": {
760
- "$ref": "/schemas/3.0.8/enums/wcag-level.json",
760
+ "$ref": "/schemas/3.0.9/enums/wcag-level.json",
761
761
  "description": "Web Content Accessibility Guidelines conformance level (A, AA, AAA)"
762
762
  },
763
763
  "catalog-type": {
764
- "$ref": "/schemas/3.0.8/enums/catalog-type.json",
764
+ "$ref": "/schemas/3.0.9/enums/catalog-type.json",
765
765
  "description": "Catalog feed types: offering, product, inventory, store, promotion, hotel, flight, job, vehicle, real_estate, education, destination"
766
766
  },
767
767
  "catalog-action": {
768
- "$ref": "/schemas/3.0.8/enums/catalog-action.json",
768
+ "$ref": "/schemas/3.0.9/enums/catalog-action.json",
769
769
  "description": "Actions taken on catalogs during sync (created, updated, unchanged, failed, deleted)"
770
770
  },
771
771
  "catalog-item-status": {
772
- "$ref": "/schemas/3.0.8/enums/catalog-item-status.json",
772
+ "$ref": "/schemas/3.0.9/enums/catalog-item-status.json",
773
773
  "description": "Approval status of individual catalog items (approved, pending, rejected, warning)"
774
774
  },
775
775
  "transport-mode": {
776
- "$ref": "/schemas/3.0.8/enums/transport-mode.json",
776
+ "$ref": "/schemas/3.0.9/enums/transport-mode.json",
777
777
  "description": "Transportation modes for isochrone-based catchment area calculations (walking, cycling, driving, public_transport)"
778
778
  },
779
779
  "distance-unit": {
780
- "$ref": "/schemas/3.0.8/enums/distance-unit.json",
780
+ "$ref": "/schemas/3.0.9/enums/distance-unit.json",
781
781
  "description": "Units of distance measurement for radius-based catchment areas (km, mi, m)"
782
782
  },
783
783
  "error-code": {
784
- "$ref": "/schemas/3.0.8/enums/error-code.json",
784
+ "$ref": "/schemas/3.0.9/enums/error-code.json",
785
785
  "description": "Standard error code vocabulary for agent recovery classification"
786
786
  },
787
787
  "consent-basis": {
788
- "$ref": "/schemas/3.0.8/enums/consent-basis.json",
788
+ "$ref": "/schemas/3.0.9/enums/consent-basis.json",
789
789
  "description": "GDPR Article 6(1) lawful basis for processing personal data"
790
790
  },
791
791
  "digital-source-type": {
792
- "$ref": "/schemas/3.0.8/enums/digital-source-type.json",
792
+ "$ref": "/schemas/3.0.9/enums/digital-source-type.json",
793
793
  "description": "IPTC-aligned classification of AI involvement in content creation (digital_capture, trained_algorithmic_media, composite_with_trained_algorithmic_media, etc.)"
794
794
  },
795
795
  "governance-phase": {
796
- "$ref": "/schemas/3.0.8/enums/governance-phase.json",
796
+ "$ref": "/schemas/3.0.9/enums/governance-phase.json",
797
797
  "description": "Media buy lifecycle phase for governance checks (purchase, modification, delivery)"
798
798
  },
799
799
  "governance-domain": {
800
- "$ref": "/schemas/3.0.8/enums/governance-domain.json",
800
+ "$ref": "/schemas/3.0.9/enums/governance-domain.json",
801
801
  "description": "Governance sub-domains a registry policy applies to (campaign, property, creative, content_standards)"
802
802
  },
803
803
  "genre-taxonomy": {
804
- "$ref": "/schemas/3.0.8/enums/genre-taxonomy.json",
804
+ "$ref": "/schemas/3.0.9/enums/genre-taxonomy.json",
805
805
  "description": "Taxonomy systems for genre classification (iab_content_3.0, gracenote, eidr, etc.)"
806
806
  },
807
807
  "governance-mode": {
808
- "$ref": "/schemas/3.0.8/enums/governance-mode.json",
808
+ "$ref": "/schemas/3.0.9/enums/governance-mode.json",
809
809
  "description": "Operating mode for a governance agent (audit, advisory, enforce)"
810
810
  },
811
811
  "delegation-authority": {
812
- "$ref": "/schemas/3.0.8/enums/delegation-authority.json",
812
+ "$ref": "/schemas/3.0.9/enums/delegation-authority.json",
813
813
  "description": "Authority level for a delegated agent on a campaign plan (full, execute_only, propose_only)"
814
814
  },
815
815
  "exclusivity": {
816
- "$ref": "/schemas/3.0.8/enums/exclusivity.json",
816
+ "$ref": "/schemas/3.0.9/enums/exclusivity.json",
817
817
  "description": "Whether a product offers exclusive access to its inventory (none, category, exclusive)"
818
818
  }
819
819
  }
@@ -822,39 +822,39 @@
822
822
  "description": "Individual pricing model schemas. Discriminated by pricing_model field. If fixed_price is present, it's fixed pricing. If absent, it's auction-based (floor_price and price_guidance optional). Bid-based auction models may also include max_bid as a boolean signal to interpret bid_price as a buyer ceiling instead of an exact honored price.",
823
823
  "schemas": {
824
824
  "cpm-option": {
825
- "$ref": "/schemas/3.0.8/pricing-options/cpm-option.json",
825
+ "$ref": "/schemas/3.0.9/pricing-options/cpm-option.json",
826
826
  "description": "Cost Per Mille (CPM) pricing - supports fixed rate and auction modes"
827
827
  },
828
828
  "vcpm-option": {
829
- "$ref": "/schemas/3.0.8/pricing-options/vcpm-option.json",
829
+ "$ref": "/schemas/3.0.9/pricing-options/vcpm-option.json",
830
830
  "description": "Viewable Cost Per Mille (vCPM) pricing - supports fixed rate and auction modes"
831
831
  },
832
832
  "cpc-option": {
833
- "$ref": "/schemas/3.0.8/pricing-options/cpc-option.json",
833
+ "$ref": "/schemas/3.0.9/pricing-options/cpc-option.json",
834
834
  "description": "Cost Per Click (CPC) pricing - supports fixed rate and auction modes"
835
835
  },
836
836
  "cpcv-option": {
837
- "$ref": "/schemas/3.0.8/pricing-options/cpcv-option.json",
837
+ "$ref": "/schemas/3.0.9/pricing-options/cpcv-option.json",
838
838
  "description": "Cost Per Completed View (CPCV) pricing - supports fixed rate and auction modes"
839
839
  },
840
840
  "cpv-option": {
841
- "$ref": "/schemas/3.0.8/pricing-options/cpv-option.json",
841
+ "$ref": "/schemas/3.0.9/pricing-options/cpv-option.json",
842
842
  "description": "Cost Per View (CPV) pricing with threshold - supports fixed rate and auction modes"
843
843
  },
844
844
  "cpp-option": {
845
- "$ref": "/schemas/3.0.8/pricing-options/cpp-option.json",
845
+ "$ref": "/schemas/3.0.9/pricing-options/cpp-option.json",
846
846
  "description": "Cost Per Point (CPP) pricing for TV/audio with demographic measurement - supports fixed rate and auction modes"
847
847
  },
848
848
  "cpa-option": {
849
- "$ref": "/schemas/3.0.8/pricing-options/cpa-option.json",
849
+ "$ref": "/schemas/3.0.9/pricing-options/cpa-option.json",
850
850
  "description": "Cost Per Acquisition (CPA) pricing for performance campaigns - fixed price per conversion event"
851
851
  },
852
852
  "flat-rate-option": {
853
- "$ref": "/schemas/3.0.8/pricing-options/flat-rate-option.json",
853
+ "$ref": "/schemas/3.0.9/pricing-options/flat-rate-option.json",
854
854
  "description": "Flat rate pricing for DOOH and sponsorships - supports fixed rate and auction modes"
855
855
  },
856
856
  "time-option": {
857
- "$ref": "/schemas/3.0.8/pricing-options/time-option.json",
857
+ "$ref": "/schemas/3.0.9/pricing-options/time-option.json",
858
858
  "description": "Time-based pricing - cost per time unit (hour, day, week, month) that scales with campaign duration"
859
859
  }
860
860
  }
@@ -864,51 +864,51 @@
864
864
  "tasks": {
865
865
  "list-accounts": {
866
866
  "request": {
867
- "$ref": "/schemas/3.0.8/account/list-accounts-request.json",
867
+ "$ref": "/schemas/3.0.9/account/list-accounts-request.json",
868
868
  "description": "Request parameters for listing accounts accessible to the authenticated agent"
869
869
  },
870
870
  "response": {
871
- "$ref": "/schemas/3.0.8/account/list-accounts-response.json",
871
+ "$ref": "/schemas/3.0.9/account/list-accounts-response.json",
872
872
  "description": "Response payload for list_accounts task"
873
873
  }
874
874
  },
875
875
  "sync-accounts": {
876
876
  "request": {
877
- "$ref": "/schemas/3.0.8/account/sync-accounts-request.json",
877
+ "$ref": "/schemas/3.0.9/account/sync-accounts-request.json",
878
878
  "description": "Request parameters for syncing advertiser accounts with a seller"
879
879
  },
880
880
  "response": {
881
- "$ref": "/schemas/3.0.8/account/sync-accounts-response.json",
881
+ "$ref": "/schemas/3.0.9/account/sync-accounts-response.json",
882
882
  "description": "Response payload for sync_accounts task"
883
883
  }
884
884
  },
885
885
  "sync-governance": {
886
886
  "request": {
887
- "$ref": "/schemas/3.0.8/account/sync-governance-request.json",
887
+ "$ref": "/schemas/3.0.9/account/sync-governance-request.json",
888
888
  "description": "Request parameters for registering governance agent endpoints on accounts"
889
889
  },
890
890
  "response": {
891
- "$ref": "/schemas/3.0.8/account/sync-governance-response.json",
891
+ "$ref": "/schemas/3.0.9/account/sync-governance-response.json",
892
892
  "description": "Response payload for sync_governance task"
893
893
  }
894
894
  },
895
895
  "report-usage": {
896
896
  "request": {
897
- "$ref": "/schemas/3.0.8/account/report-usage-request.json",
897
+ "$ref": "/schemas/3.0.9/account/report-usage-request.json",
898
898
  "description": "Request parameters for reporting vendor service consumption after delivery"
899
899
  },
900
900
  "response": {
901
- "$ref": "/schemas/3.0.8/account/report-usage-response.json",
901
+ "$ref": "/schemas/3.0.9/account/report-usage-response.json",
902
902
  "description": "Response payload for report_usage task"
903
903
  }
904
904
  },
905
905
  "get-account-financials": {
906
906
  "request": {
907
- "$ref": "/schemas/3.0.8/account/get-account-financials-request.json",
907
+ "$ref": "/schemas/3.0.9/account/get-account-financials-request.json",
908
908
  "description": "Request parameters for querying financial status of an operator-billed account"
909
909
  },
910
910
  "response": {
911
- "$ref": "/schemas/3.0.8/account/get-account-financials-response.json",
911
+ "$ref": "/schemas/3.0.9/account/get-account-financials-response.json",
912
912
  "description": "Response payload for get_account_financials task"
913
913
  }
914
914
  }
@@ -918,122 +918,122 @@
918
918
  "description": "Media buy task request/response schemas",
919
919
  "supporting-schemas": {
920
920
  "package-request": {
921
- "$ref": "/schemas/3.0.8/media-buy/package-request.json",
921
+ "$ref": "/schemas/3.0.9/media-buy/package-request.json",
922
922
  "description": "Package configuration for media buy creation - used within create_media_buy request"
923
923
  },
924
924
  "package-update": {
925
- "$ref": "/schemas/3.0.8/media-buy/package-update.json",
925
+ "$ref": "/schemas/3.0.9/media-buy/package-update.json",
926
926
  "description": "Package update configuration for update_media_buy - identifies package and specifies fields to modify"
927
927
  }
928
928
  },
929
929
  "tasks": {
930
930
  "get-products": {
931
931
  "request": {
932
- "$ref": "/schemas/3.0.8/media-buy/get-products-request.json",
932
+ "$ref": "/schemas/3.0.9/media-buy/get-products-request.json",
933
933
  "description": "Request parameters for discovering available advertising products"
934
934
  },
935
935
  "response": {
936
- "$ref": "/schemas/3.0.8/media-buy/get-products-response.json",
936
+ "$ref": "/schemas/3.0.9/media-buy/get-products-response.json",
937
937
  "description": "Response payload for get_products task"
938
938
  }
939
939
  },
940
940
  "list-creative-formats": {
941
941
  "request": {
942
- "$ref": "/schemas/3.0.8/media-buy/list-creative-formats-request.json",
942
+ "$ref": "/schemas/3.0.9/media-buy/list-creative-formats-request.json",
943
943
  "description": "Request parameters for discovering format IDs and creative agents supported by this sales agent"
944
944
  },
945
945
  "response": {
946
- "$ref": "/schemas/3.0.8/media-buy/list-creative-formats-response.json",
946
+ "$ref": "/schemas/3.0.9/media-buy/list-creative-formats-response.json",
947
947
  "description": "Response payload with format_ids and creative_agents list. Sales agent returns which formats it supports and which creative agents provide those formats. Buyers query creative agents for full format specifications."
948
948
  }
949
949
  },
950
950
  "create-media-buy": {
951
951
  "request": {
952
- "$ref": "/schemas/3.0.8/media-buy/create-media-buy-request.json",
952
+ "$ref": "/schemas/3.0.9/media-buy/create-media-buy-request.json",
953
953
  "description": "Request parameters for creating a media buy"
954
954
  },
955
955
  "response": {
956
- "$ref": "/schemas/3.0.8/media-buy/create-media-buy-response.json",
956
+ "$ref": "/schemas/3.0.9/media-buy/create-media-buy-response.json",
957
957
  "description": "Response payload for create_media_buy task"
958
958
  }
959
959
  },
960
960
  "update-media-buy": {
961
961
  "request": {
962
- "$ref": "/schemas/3.0.8/media-buy/update-media-buy-request.json",
962
+ "$ref": "/schemas/3.0.9/media-buy/update-media-buy-request.json",
963
963
  "description": "Request parameters for updating campaign and package settings"
964
964
  },
965
965
  "response": {
966
- "$ref": "/schemas/3.0.8/media-buy/update-media-buy-response.json",
966
+ "$ref": "/schemas/3.0.9/media-buy/update-media-buy-response.json",
967
967
  "description": "Response payload for update_media_buy task"
968
968
  }
969
969
  },
970
970
  "get-media-buys": {
971
971
  "request": {
972
- "$ref": "/schemas/3.0.8/media-buy/get-media-buys-request.json",
972
+ "$ref": "/schemas/3.0.9/media-buy/get-media-buys-request.json",
973
973
  "description": "Request parameters for retrieving media buy status, creative approvals, and delivery snapshots"
974
974
  },
975
975
  "response": {
976
- "$ref": "/schemas/3.0.8/media-buy/get-media-buys-response.json",
976
+ "$ref": "/schemas/3.0.9/media-buy/get-media-buys-response.json",
977
977
  "description": "Response payload for get_media_buys task"
978
978
  }
979
979
  },
980
980
  "get-media-buy-delivery": {
981
981
  "request": {
982
- "$ref": "/schemas/3.0.8/media-buy/get-media-buy-delivery-request.json",
982
+ "$ref": "/schemas/3.0.9/media-buy/get-media-buy-delivery-request.json",
983
983
  "description": "Request parameters for retrieving comprehensive delivery metrics"
984
984
  },
985
985
  "response": {
986
- "$ref": "/schemas/3.0.8/media-buy/get-media-buy-delivery-response.json",
986
+ "$ref": "/schemas/3.0.9/media-buy/get-media-buy-delivery-response.json",
987
987
  "description": "Response payload for get_media_buy_delivery task"
988
988
  }
989
989
  },
990
990
  "provide-performance-feedback": {
991
991
  "request": {
992
- "$ref": "/schemas/3.0.8/media-buy/provide-performance-feedback-request.json",
992
+ "$ref": "/schemas/3.0.9/media-buy/provide-performance-feedback-request.json",
993
993
  "description": "Request parameters for sharing performance outcomes with publishers"
994
994
  },
995
995
  "response": {
996
- "$ref": "/schemas/3.0.8/media-buy/provide-performance-feedback-response.json",
996
+ "$ref": "/schemas/3.0.9/media-buy/provide-performance-feedback-response.json",
997
997
  "description": "Response payload for provide_performance_feedback task"
998
998
  }
999
999
  },
1000
1000
  "sync-event-sources": {
1001
1001
  "request": {
1002
- "$ref": "/schemas/3.0.8/media-buy/sync-event-sources-request.json",
1002
+ "$ref": "/schemas/3.0.9/media-buy/sync-event-sources-request.json",
1003
1003
  "description": "Request parameters for configuring event sources on an account"
1004
1004
  },
1005
1005
  "response": {
1006
- "$ref": "/schemas/3.0.8/media-buy/sync-event-sources-response.json",
1006
+ "$ref": "/schemas/3.0.9/media-buy/sync-event-sources-response.json",
1007
1007
  "description": "Response payload for sync_event_sources task"
1008
1008
  }
1009
1009
  },
1010
1010
  "log-event": {
1011
1011
  "request": {
1012
- "$ref": "/schemas/3.0.8/media-buy/log-event-request.json",
1012
+ "$ref": "/schemas/3.0.9/media-buy/log-event-request.json",
1013
1013
  "description": "Request parameters for logging conversion or marketing events"
1014
1014
  },
1015
1015
  "response": {
1016
- "$ref": "/schemas/3.0.8/media-buy/log-event-response.json",
1016
+ "$ref": "/schemas/3.0.9/media-buy/log-event-response.json",
1017
1017
  "description": "Response payload for log_event task"
1018
1018
  }
1019
1019
  },
1020
1020
  "sync-audiences": {
1021
1021
  "request": {
1022
- "$ref": "/schemas/3.0.8/media-buy/sync-audiences-request.json",
1022
+ "$ref": "/schemas/3.0.9/media-buy/sync-audiences-request.json",
1023
1023
  "description": "Request parameters for managing CRM-based audiences on an account"
1024
1024
  },
1025
1025
  "response": {
1026
- "$ref": "/schemas/3.0.8/media-buy/sync-audiences-response.json",
1026
+ "$ref": "/schemas/3.0.9/media-buy/sync-audiences-response.json",
1027
1027
  "description": "Response payload for sync_audiences task"
1028
1028
  }
1029
1029
  },
1030
1030
  "sync-catalogs": {
1031
1031
  "request": {
1032
- "$ref": "/schemas/3.0.8/media-buy/sync-catalogs-request.json",
1032
+ "$ref": "/schemas/3.0.9/media-buy/sync-catalogs-request.json",
1033
1033
  "description": "Request parameters for syncing catalog feeds (products, inventory, stores, promotions, offerings) with approval workflow"
1034
1034
  },
1035
1035
  "response": {
1036
- "$ref": "/schemas/3.0.8/media-buy/sync-catalogs-response.json",
1036
+ "$ref": "/schemas/3.0.9/media-buy/sync-catalogs-response.json",
1037
1037
  "description": "Response payload for sync_catalogs task with per-catalog results and item-level approval status"
1038
1038
  }
1039
1039
  }
@@ -1044,67 +1044,67 @@
1044
1044
  "tasks": {
1045
1045
  "build-creative": {
1046
1046
  "request": {
1047
- "$ref": "/schemas/3.0.8/media-buy/build-creative-request.json",
1047
+ "$ref": "/schemas/3.0.9/media-buy/build-creative-request.json",
1048
1048
  "description": "Request parameters for AI-powered creative generation"
1049
1049
  },
1050
1050
  "response": {
1051
- "$ref": "/schemas/3.0.8/media-buy/build-creative-response.json",
1051
+ "$ref": "/schemas/3.0.9/media-buy/build-creative-response.json",
1052
1052
  "description": "Response payload for build_creative task"
1053
1053
  }
1054
1054
  },
1055
1055
  "preview-creative": {
1056
1056
  "request": {
1057
- "$ref": "/schemas/3.0.8/creative/preview-creative-request.json",
1057
+ "$ref": "/schemas/3.0.9/creative/preview-creative-request.json",
1058
1058
  "description": "Request parameters for generating creative previews"
1059
1059
  },
1060
1060
  "response": {
1061
- "$ref": "/schemas/3.0.8/creative/preview-creative-response.json",
1061
+ "$ref": "/schemas/3.0.9/creative/preview-creative-response.json",
1062
1062
  "description": "Response payload for preview_creative task"
1063
1063
  }
1064
1064
  },
1065
1065
  "list-creative-formats": {
1066
1066
  "request": {
1067
- "$ref": "/schemas/3.0.8/creative/list-creative-formats-request.json",
1067
+ "$ref": "/schemas/3.0.9/creative/list-creative-formats-request.json",
1068
1068
  "description": "Request parameters for discovering creative formats from this creative agent"
1069
1069
  },
1070
1070
  "response": {
1071
- "$ref": "/schemas/3.0.8/creative/list-creative-formats-response.json",
1071
+ "$ref": "/schemas/3.0.9/creative/list-creative-formats-response.json",
1072
1072
  "description": "Response payload with full format definitions - this is the authoritative source for format specifications"
1073
1073
  }
1074
1074
  },
1075
1075
  "get-creative-delivery": {
1076
1076
  "request": {
1077
- "$ref": "/schemas/3.0.8/creative/get-creative-delivery-request.json",
1077
+ "$ref": "/schemas/3.0.9/creative/get-creative-delivery-request.json",
1078
1078
  "description": "Request parameters for retrieving creative delivery data with variant-level breakdowns"
1079
1079
  },
1080
1080
  "response": {
1081
- "$ref": "/schemas/3.0.8/creative/get-creative-delivery-response.json",
1081
+ "$ref": "/schemas/3.0.9/creative/get-creative-delivery-response.json",
1082
1082
  "description": "Response payload with creative delivery data including variant manifests and metrics"
1083
1083
  }
1084
1084
  },
1085
1085
  "list-creatives": {
1086
1086
  "request": {
1087
- "$ref": "/schemas/3.0.8/creative/list-creatives-request.json",
1087
+ "$ref": "/schemas/3.0.9/creative/list-creatives-request.json",
1088
1088
  "description": "Request parameters for querying creative library with filtering and pagination"
1089
1089
  },
1090
1090
  "response": {
1091
- "$ref": "/schemas/3.0.8/creative/list-creatives-response.json",
1091
+ "$ref": "/schemas/3.0.9/creative/list-creatives-response.json",
1092
1092
  "description": "Response payload for list_creatives task"
1093
1093
  }
1094
1094
  },
1095
1095
  "sync-creatives": {
1096
1096
  "request": {
1097
- "$ref": "/schemas/3.0.8/creative/sync-creatives-request.json",
1097
+ "$ref": "/schemas/3.0.9/creative/sync-creatives-request.json",
1098
1098
  "description": "Request parameters for syncing creative assets with upsert semantics"
1099
1099
  },
1100
1100
  "response": {
1101
- "$ref": "/schemas/3.0.8/creative/sync-creatives-response.json",
1101
+ "$ref": "/schemas/3.0.9/creative/sync-creatives-response.json",
1102
1102
  "description": "Response payload for sync_creatives task"
1103
1103
  }
1104
1104
  }
1105
1105
  },
1106
1106
  "asset_types": {
1107
- "$ref": "/schemas/3.0.8/creative/asset-types/index.json",
1107
+ "$ref": "/schemas/3.0.9/creative/asset-types/index.json",
1108
1108
  "description": "Asset type definitions for creative manifests"
1109
1109
  }
1110
1110
  },
@@ -1113,21 +1113,21 @@
1113
1113
  "tasks": {
1114
1114
  "get-signals": {
1115
1115
  "request": {
1116
- "$ref": "/schemas/3.0.8/signals/get-signals-request.json",
1116
+ "$ref": "/schemas/3.0.9/signals/get-signals-request.json",
1117
1117
  "description": "Request parameters for discovering signals based on description"
1118
1118
  },
1119
1119
  "response": {
1120
- "$ref": "/schemas/3.0.8/signals/get-signals-response.json",
1120
+ "$ref": "/schemas/3.0.9/signals/get-signals-response.json",
1121
1121
  "description": "Response payload for get_signals task"
1122
1122
  }
1123
1123
  },
1124
1124
  "activate-signal": {
1125
1125
  "request": {
1126
- "$ref": "/schemas/3.0.8/signals/activate-signal-request.json",
1126
+ "$ref": "/schemas/3.0.9/signals/activate-signal-request.json",
1127
1127
  "description": "Request parameters for activating a signal on a specific platform/account"
1128
1128
  },
1129
1129
  "response": {
1130
- "$ref": "/schemas/3.0.8/signals/activate-signal-response.json",
1130
+ "$ref": "/schemas/3.0.9/signals/activate-signal-response.json",
1131
1131
  "description": "Response payload for activate_signal task"
1132
1132
  }
1133
1133
  }
@@ -1137,288 +1137,288 @@
1137
1137
  "description": "Governance protocol for property governance, brand standards, content standards, and compliance",
1138
1138
  "supporting-schemas": {
1139
1139
  "property-feature-definition": {
1140
- "$ref": "/schemas/3.0.8/property/property-feature-definition.json",
1140
+ "$ref": "/schemas/3.0.9/property/property-feature-definition.json",
1141
1141
  "description": "Definition of a feature that a governance agent can evaluate"
1142
1142
  },
1143
1143
  "property-feature": {
1144
- "$ref": "/schemas/3.0.8/property/property-feature.json",
1144
+ "$ref": "/schemas/3.0.9/property/property-feature.json",
1145
1145
  "description": "A discrete feature assessment for a property"
1146
1146
  },
1147
1147
  "property-error": {
1148
- "$ref": "/schemas/3.0.8/property/property-error.json",
1148
+ "$ref": "/schemas/3.0.9/property/property-error.json",
1149
1149
  "description": "Error information for a property that could not be evaluated"
1150
1150
  },
1151
1151
  "property-list": {
1152
- "$ref": "/schemas/3.0.8/property/property-list.json",
1152
+ "$ref": "/schemas/3.0.9/property/property-list.json",
1153
1153
  "description": "A managed property list with optional filters for dynamic evaluation"
1154
1154
  },
1155
1155
  "property-list-filters": {
1156
- "$ref": "/schemas/3.0.8/property/property-list-filters.json",
1156
+ "$ref": "/schemas/3.0.9/property/property-list-filters.json",
1157
1157
  "description": "Filters that dynamically modify a property list when resolved"
1158
1158
  },
1159
1159
  "property-list-changed-webhook": {
1160
- "$ref": "/schemas/3.0.8/property/property-list-changed-webhook.json",
1160
+ "$ref": "/schemas/3.0.9/property/property-list-changed-webhook.json",
1161
1161
  "description": "Webhook payload when a property list changes"
1162
1162
  },
1163
1163
  "base-property-source": {
1164
- "$ref": "/schemas/3.0.8/property/base-property-source.json",
1164
+ "$ref": "/schemas/3.0.9/property/base-property-source.json",
1165
1165
  "description": "A source of properties for a property list - supports publisher+tags, publisher+property_ids, or direct identifiers"
1166
1166
  },
1167
1167
  "collection-list": {
1168
- "$ref": "/schemas/3.0.8/collection/collection-list.json",
1168
+ "$ref": "/schemas/3.0.9/collection/collection-list.json",
1169
1169
  "description": "A managed collection list with optional filters for dynamic evaluation — collections represent programs/shows independent of properties"
1170
1170
  },
1171
1171
  "collection-list-filters": {
1172
- "$ref": "/schemas/3.0.8/collection/collection-list-filters.json",
1172
+ "$ref": "/schemas/3.0.9/collection/collection-list-filters.json",
1173
1173
  "description": "Filters that dynamically modify a collection list when resolved — content ratings, genres, kinds, production quality"
1174
1174
  },
1175
1175
  "collection-list-changed-webhook": {
1176
- "$ref": "/schemas/3.0.8/collection/collection-list-changed-webhook.json",
1176
+ "$ref": "/schemas/3.0.9/collection/collection-list-changed-webhook.json",
1177
1177
  "description": "Webhook payload when a collection list changes"
1178
1178
  },
1179
1179
  "base-collection-source": {
1180
- "$ref": "/schemas/3.0.8/collection/base-collection-source.json",
1180
+ "$ref": "/schemas/3.0.9/collection/base-collection-source.json",
1181
1181
  "description": "A source of collections for a collection list - supports distribution_ids, publisher_collections, or publisher_genres"
1182
1182
  },
1183
1183
  "content-standards": {
1184
- "$ref": "/schemas/3.0.8/content-standards/content-standards.json",
1184
+ "$ref": "/schemas/3.0.9/content-standards/content-standards.json",
1185
1185
  "description": "Reusable content standards configuration - defines brand safety/suitability policies with scope, policy, calibration exemplars, and lifecycle dates"
1186
1186
  },
1187
1187
  "content-standards-artifact": {
1188
- "$ref": "/schemas/3.0.8/content-standards/artifact.json",
1188
+ "$ref": "/schemas/3.0.9/content-standards/artifact.json",
1189
1189
  "description": "Content artifact for evaluation or calibration - represents content context where ad placements occur, identified by property_id + artifact_id"
1190
1190
  },
1191
1191
  "artifact-webhook-payload": {
1192
- "$ref": "/schemas/3.0.8/content-standards/artifact-webhook-payload.json",
1192
+ "$ref": "/schemas/3.0.9/content-standards/artifact-webhook-payload.json",
1193
1193
  "description": "Webhook payload for content artifact delivery from sales agents to orchestrators"
1194
1194
  },
1195
1195
  "policy-entry": {
1196
- "$ref": "/schemas/3.0.8/governance/policy-entry.json",
1196
+ "$ref": "/schemas/3.0.9/governance/policy-entry.json",
1197
1197
  "description": "A complete policy in the policy registry with natural language text, metadata, and calibration exemplars"
1198
1198
  },
1199
1199
  "policy-ref": {
1200
- "$ref": "/schemas/3.0.8/governance/policy-ref.json",
1200
+ "$ref": "/schemas/3.0.9/governance/policy-ref.json",
1201
1201
  "description": "Reference to a registry policy by ID with optional version pin"
1202
1202
  }
1203
1203
  },
1204
1204
  "tasks": {
1205
1205
  "create-property-list": {
1206
1206
  "request": {
1207
- "$ref": "/schemas/3.0.8/property/create-property-list-request.json",
1207
+ "$ref": "/schemas/3.0.9/property/create-property-list-request.json",
1208
1208
  "description": "Request parameters for creating a new property list"
1209
1209
  },
1210
1210
  "response": {
1211
- "$ref": "/schemas/3.0.8/property/create-property-list-response.json",
1211
+ "$ref": "/schemas/3.0.9/property/create-property-list-response.json",
1212
1212
  "description": "Response payload for create_property_list task"
1213
1213
  }
1214
1214
  },
1215
1215
  "update-property-list": {
1216
1216
  "request": {
1217
- "$ref": "/schemas/3.0.8/property/update-property-list-request.json",
1217
+ "$ref": "/schemas/3.0.9/property/update-property-list-request.json",
1218
1218
  "description": "Request parameters for updating an existing property list"
1219
1219
  },
1220
1220
  "response": {
1221
- "$ref": "/schemas/3.0.8/property/update-property-list-response.json",
1221
+ "$ref": "/schemas/3.0.9/property/update-property-list-response.json",
1222
1222
  "description": "Response payload for update_property_list task"
1223
1223
  }
1224
1224
  },
1225
1225
  "get-property-list": {
1226
1226
  "request": {
1227
- "$ref": "/schemas/3.0.8/property/get-property-list-request.json",
1227
+ "$ref": "/schemas/3.0.9/property/get-property-list-request.json",
1228
1228
  "description": "Request parameters for retrieving a property list with resolved properties"
1229
1229
  },
1230
1230
  "response": {
1231
- "$ref": "/schemas/3.0.8/property/get-property-list-response.json",
1231
+ "$ref": "/schemas/3.0.9/property/get-property-list-response.json",
1232
1232
  "description": "Response payload for get_property_list task"
1233
1233
  }
1234
1234
  },
1235
1235
  "list-property-lists": {
1236
1236
  "request": {
1237
- "$ref": "/schemas/3.0.8/property/list-property-lists-request.json",
1237
+ "$ref": "/schemas/3.0.9/property/list-property-lists-request.json",
1238
1238
  "description": "Request parameters for listing property lists"
1239
1239
  },
1240
1240
  "response": {
1241
- "$ref": "/schemas/3.0.8/property/list-property-lists-response.json",
1241
+ "$ref": "/schemas/3.0.9/property/list-property-lists-response.json",
1242
1242
  "description": "Response payload for list_property_lists task"
1243
1243
  }
1244
1244
  },
1245
1245
  "delete-property-list": {
1246
1246
  "request": {
1247
- "$ref": "/schemas/3.0.8/property/delete-property-list-request.json",
1247
+ "$ref": "/schemas/3.0.9/property/delete-property-list-request.json",
1248
1248
  "description": "Request parameters for deleting a property list"
1249
1249
  },
1250
1250
  "response": {
1251
- "$ref": "/schemas/3.0.8/property/delete-property-list-response.json",
1251
+ "$ref": "/schemas/3.0.9/property/delete-property-list-response.json",
1252
1252
  "description": "Response payload for delete_property_list task"
1253
1253
  }
1254
1254
  },
1255
1255
  "create-collection-list": {
1256
1256
  "request": {
1257
- "$ref": "/schemas/3.0.8/collection/create-collection-list-request.json",
1257
+ "$ref": "/schemas/3.0.9/collection/create-collection-list-request.json",
1258
1258
  "description": "Request parameters for creating a new collection list"
1259
1259
  },
1260
1260
  "response": {
1261
- "$ref": "/schemas/3.0.8/collection/create-collection-list-response.json",
1261
+ "$ref": "/schemas/3.0.9/collection/create-collection-list-response.json",
1262
1262
  "description": "Response payload for create_collection_list task"
1263
1263
  }
1264
1264
  },
1265
1265
  "update-collection-list": {
1266
1266
  "request": {
1267
- "$ref": "/schemas/3.0.8/collection/update-collection-list-request.json",
1267
+ "$ref": "/schemas/3.0.9/collection/update-collection-list-request.json",
1268
1268
  "description": "Request parameters for updating an existing collection list"
1269
1269
  },
1270
1270
  "response": {
1271
- "$ref": "/schemas/3.0.8/collection/update-collection-list-response.json",
1271
+ "$ref": "/schemas/3.0.9/collection/update-collection-list-response.json",
1272
1272
  "description": "Response payload for update_collection_list task"
1273
1273
  }
1274
1274
  },
1275
1275
  "get-collection-list": {
1276
1276
  "request": {
1277
- "$ref": "/schemas/3.0.8/collection/get-collection-list-request.json",
1277
+ "$ref": "/schemas/3.0.9/collection/get-collection-list-request.json",
1278
1278
  "description": "Request parameters for retrieving a collection list with resolved collections"
1279
1279
  },
1280
1280
  "response": {
1281
- "$ref": "/schemas/3.0.8/collection/get-collection-list-response.json",
1281
+ "$ref": "/schemas/3.0.9/collection/get-collection-list-response.json",
1282
1282
  "description": "Response payload for get_collection_list task"
1283
1283
  }
1284
1284
  },
1285
1285
  "list-collection-lists": {
1286
1286
  "request": {
1287
- "$ref": "/schemas/3.0.8/collection/list-collection-lists-request.json",
1287
+ "$ref": "/schemas/3.0.9/collection/list-collection-lists-request.json",
1288
1288
  "description": "Request parameters for listing collection lists"
1289
1289
  },
1290
1290
  "response": {
1291
- "$ref": "/schemas/3.0.8/collection/list-collection-lists-response.json",
1291
+ "$ref": "/schemas/3.0.9/collection/list-collection-lists-response.json",
1292
1292
  "description": "Response payload for list_collection_lists task"
1293
1293
  }
1294
1294
  },
1295
1295
  "delete-collection-list": {
1296
1296
  "request": {
1297
- "$ref": "/schemas/3.0.8/collection/delete-collection-list-request.json",
1297
+ "$ref": "/schemas/3.0.9/collection/delete-collection-list-request.json",
1298
1298
  "description": "Request parameters for deleting a collection list"
1299
1299
  },
1300
1300
  "response": {
1301
- "$ref": "/schemas/3.0.8/collection/delete-collection-list-response.json",
1301
+ "$ref": "/schemas/3.0.9/collection/delete-collection-list-response.json",
1302
1302
  "description": "Response payload for delete_collection_list task"
1303
1303
  }
1304
1304
  },
1305
1305
  "list-content-standards": {
1306
1306
  "request": {
1307
- "$ref": "/schemas/3.0.8/content-standards/list-content-standards-request.json",
1307
+ "$ref": "/schemas/3.0.9/content-standards/list-content-standards-request.json",
1308
1308
  "description": "Request parameters for listing content standards configurations"
1309
1309
  },
1310
1310
  "response": {
1311
- "$ref": "/schemas/3.0.8/content-standards/list-content-standards-response.json",
1311
+ "$ref": "/schemas/3.0.9/content-standards/list-content-standards-response.json",
1312
1312
  "description": "Response payload with list of content standards configurations"
1313
1313
  }
1314
1314
  },
1315
1315
  "get-content-standards": {
1316
1316
  "request": {
1317
- "$ref": "/schemas/3.0.8/content-standards/get-content-standards-request.json",
1317
+ "$ref": "/schemas/3.0.9/content-standards/get-content-standards-request.json",
1318
1318
  "description": "Request parameters for retrieving a specific standards configuration"
1319
1319
  },
1320
1320
  "response": {
1321
- "$ref": "/schemas/3.0.8/content-standards/get-content-standards-response.json",
1321
+ "$ref": "/schemas/3.0.9/content-standards/get-content-standards-response.json",
1322
1322
  "description": "Response payload with full standards configuration including policy and calibration data"
1323
1323
  }
1324
1324
  },
1325
1325
  "create-content-standards": {
1326
1326
  "request": {
1327
- "$ref": "/schemas/3.0.8/content-standards/create-content-standards-request.json",
1327
+ "$ref": "/schemas/3.0.9/content-standards/create-content-standards-request.json",
1328
1328
  "description": "Request parameters for creating a new content standards configuration"
1329
1329
  },
1330
1330
  "response": {
1331
- "$ref": "/schemas/3.0.8/content-standards/create-content-standards-response.json",
1331
+ "$ref": "/schemas/3.0.9/content-standards/create-content-standards-response.json",
1332
1332
  "description": "Response payload with new standards_id"
1333
1333
  }
1334
1334
  },
1335
1335
  "update-content-standards": {
1336
1336
  "request": {
1337
- "$ref": "/schemas/3.0.8/content-standards/update-content-standards-request.json",
1337
+ "$ref": "/schemas/3.0.9/content-standards/update-content-standards-request.json",
1338
1338
  "description": "Request parameters for updating an existing content standards configuration"
1339
1339
  },
1340
1340
  "response": {
1341
- "$ref": "/schemas/3.0.8/content-standards/update-content-standards-response.json",
1341
+ "$ref": "/schemas/3.0.9/content-standards/update-content-standards-response.json",
1342
1342
  "description": "Response payload confirming update"
1343
1343
  }
1344
1344
  },
1345
1345
  "calibrate-content": {
1346
1346
  "request": {
1347
- "$ref": "/schemas/3.0.8/content-standards/calibrate-content-request.json",
1347
+ "$ref": "/schemas/3.0.9/content-standards/calibrate-content-request.json",
1348
1348
  "description": "Request parameters for collaborative calibration dialogue"
1349
1349
  },
1350
1350
  "response": {
1351
- "$ref": "/schemas/3.0.8/content-standards/calibrate-content-response.json",
1351
+ "$ref": "/schemas/3.0.9/content-standards/calibrate-content-response.json",
1352
1352
  "description": "Response payload with detailed explanations for policy alignment"
1353
1353
  }
1354
1354
  },
1355
1355
  "validate-content-delivery": {
1356
1356
  "request": {
1357
- "$ref": "/schemas/3.0.8/content-standards/validate-content-delivery-request.json",
1357
+ "$ref": "/schemas/3.0.9/content-standards/validate-content-delivery-request.json",
1358
1358
  "description": "Request parameters for batch validating delivery records"
1359
1359
  },
1360
1360
  "response": {
1361
- "$ref": "/schemas/3.0.8/content-standards/validate-content-delivery-response.json",
1361
+ "$ref": "/schemas/3.0.9/content-standards/validate-content-delivery-response.json",
1362
1362
  "description": "Response payload with batch validation results"
1363
1363
  }
1364
1364
  },
1365
1365
  "get-media-buy-artifacts": {
1366
1366
  "request": {
1367
- "$ref": "/schemas/3.0.8/content-standards/get-media-buy-artifacts-request.json",
1367
+ "$ref": "/schemas/3.0.9/content-standards/get-media-buy-artifacts-request.json",
1368
1368
  "description": "Request parameters for retrieving content artifacts from a media buy"
1369
1369
  },
1370
1370
  "response": {
1371
- "$ref": "/schemas/3.0.8/content-standards/get-media-buy-artifacts-response.json",
1371
+ "$ref": "/schemas/3.0.9/content-standards/get-media-buy-artifacts-response.json",
1372
1372
  "description": "Response payload with content artifacts for validation"
1373
1373
  }
1374
1374
  },
1375
1375
  "get-creative-features": {
1376
1376
  "request": {
1377
- "$ref": "/schemas/3.0.8/creative/get-creative-features-request.json",
1377
+ "$ref": "/schemas/3.0.9/creative/get-creative-features-request.json",
1378
1378
  "description": "Request parameters for evaluating creative features from a governance agent"
1379
1379
  },
1380
1380
  "response": {
1381
- "$ref": "/schemas/3.0.8/creative/get-creative-features-response.json",
1381
+ "$ref": "/schemas/3.0.9/creative/get-creative-features-response.json",
1382
1382
  "description": "Response payload with feature values for the evaluated creative"
1383
1383
  }
1384
1384
  },
1385
1385
  "sync-plans": {
1386
1386
  "request": {
1387
- "$ref": "/schemas/3.0.8/governance/sync-plans-request.json",
1387
+ "$ref": "/schemas/3.0.9/governance/sync-plans-request.json",
1388
1388
  "description": "Push campaign plans to the governance agent"
1389
1389
  },
1390
1390
  "response": {
1391
- "$ref": "/schemas/3.0.8/governance/sync-plans-response.json",
1391
+ "$ref": "/schemas/3.0.9/governance/sync-plans-response.json",
1392
1392
  "description": "Sync result with active validation categories and resolved policies per plan"
1393
1393
  }
1394
1394
  },
1395
1395
  "report-plan-outcome": {
1396
1396
  "request": {
1397
- "$ref": "/schemas/3.0.8/governance/report-plan-outcome-request.json",
1397
+ "$ref": "/schemas/3.0.9/governance/report-plan-outcome-request.json",
1398
1398
  "description": "Report the outcome of an action to the governance agent"
1399
1399
  },
1400
1400
  "response": {
1401
- "$ref": "/schemas/3.0.8/governance/report-plan-outcome-response.json",
1401
+ "$ref": "/schemas/3.0.9/governance/report-plan-outcome-response.json",
1402
1402
  "description": "Outcome acceptance status with budget impact and findings"
1403
1403
  }
1404
1404
  },
1405
1405
  "get-plan-audit-logs": {
1406
1406
  "request": {
1407
- "$ref": "/schemas/3.0.8/governance/get-plan-audit-logs-request.json",
1407
+ "$ref": "/schemas/3.0.9/governance/get-plan-audit-logs-request.json",
1408
1408
  "description": "Retrieve governance state and audit trail for a plan"
1409
1409
  },
1410
1410
  "response": {
1411
- "$ref": "/schemas/3.0.8/governance/get-plan-audit-logs-response.json",
1411
+ "$ref": "/schemas/3.0.9/governance/get-plan-audit-logs-response.json",
1412
1412
  "description": "Plan state with budget tracking, validation history, and compliance summary"
1413
1413
  }
1414
1414
  },
1415
1415
  "check-governance": {
1416
1416
  "request": {
1417
- "$ref": "/schemas/3.0.8/governance/check-governance-request.json",
1417
+ "$ref": "/schemas/3.0.9/governance/check-governance-request.json",
1418
1418
  "description": "Orchestrator or seller calls the governance agent to validate an action against the campaign plan"
1419
1419
  },
1420
1420
  "response": {
1421
- "$ref": "/schemas/3.0.8/governance/check-governance-response.json",
1421
+ "$ref": "/schemas/3.0.9/governance/check-governance-response.json",
1422
1422
  "description": "Governance decision with findings and conditions"
1423
1423
  }
1424
1424
  }
@@ -1429,11 +1429,11 @@
1429
1429
  "tasks": {
1430
1430
  "get-adcp-capabilities": {
1431
1431
  "request": {
1432
- "$ref": "/schemas/3.0.8/protocol/get-adcp-capabilities-request.json",
1432
+ "$ref": "/schemas/3.0.9/protocol/get-adcp-capabilities-request.json",
1433
1433
  "description": "Request parameters for cross-protocol capability discovery"
1434
1434
  },
1435
1435
  "response": {
1436
- "$ref": "/schemas/3.0.8/protocol/get-adcp-capabilities-response.json",
1436
+ "$ref": "/schemas/3.0.9/protocol/get-adcp-capabilities-response.json",
1437
1437
  "description": "Response payload for get_adcp_capabilities task - includes AdCP version, supported protocols, and protocol-specific capabilities (media_buy, signals, etc.)"
1438
1438
  }
1439
1439
  }
@@ -1443,56 +1443,56 @@
1443
1443
  "description": "Sponsored Intelligence Protocol for conversational brand experiences in AI assistants",
1444
1444
  "supporting-schemas": {
1445
1445
  "si-capabilities": {
1446
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-capabilities.json",
1446
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-capabilities.json",
1447
1447
  "description": "Capability categories that brand or host can support (modalities, components, commerce)"
1448
1448
  },
1449
1449
  "si-identity": {
1450
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-identity.json",
1450
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-identity.json",
1451
1451
  "description": "User identity with explicit consent for personalized brand experiences"
1452
1452
  },
1453
1453
  "si-ui-element": {
1454
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-ui-element.json",
1454
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-ui-element.json",
1455
1455
  "description": "Standard visual components (text, link, image, product_card, carousel, action_button, app_handoff)"
1456
1456
  }
1457
1457
  },
1458
1458
  "tasks": {
1459
1459
  "si-get-offering": {
1460
1460
  "request": {
1461
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-get-offering-request.json",
1461
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-get-offering-request.json",
1462
1462
  "description": "Get offering details, availability, and optionally matching products before session handoff"
1463
1463
  },
1464
1464
  "response": {
1465
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-get-offering-response.json",
1465
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-get-offering-response.json",
1466
1466
  "description": "Offering details, availability status, matching products, and token for session correlation"
1467
1467
  }
1468
1468
  },
1469
1469
  "si-initiate-session": {
1470
1470
  "request": {
1471
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-initiate-session-request.json",
1471
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-initiate-session-request.json",
1472
1472
  "description": "Host initiates SI session with brand agent - includes context, identity, and capability negotiation"
1473
1473
  },
1474
1474
  "response": {
1475
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-initiate-session-response.json",
1475
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-initiate-session-response.json",
1476
1476
  "description": "Brand agent's response with session ID, initial message, UI elements, and negotiated capabilities"
1477
1477
  }
1478
1478
  },
1479
1479
  "si-send-message": {
1480
1480
  "request": {
1481
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-send-message-request.json",
1481
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-send-message-request.json",
1482
1482
  "description": "Send a message within an active SI session"
1483
1483
  },
1484
1484
  "response": {
1485
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-send-message-response.json",
1485
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-send-message-response.json",
1486
1486
  "description": "Brand agent's response to the message, including session status and potential handoff"
1487
1487
  }
1488
1488
  },
1489
1489
  "si-terminate-session": {
1490
1490
  "request": {
1491
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-terminate-session-request.json",
1491
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-terminate-session-request.json",
1492
1492
  "description": "Terminate an SI session with reason (handoff_transaction, handoff_complete, user_exit, session_timeout, host_terminated)"
1493
1493
  },
1494
1494
  "response": {
1495
- "$ref": "/schemas/3.0.8/sponsored-intelligence/si-terminate-session-response.json",
1495
+ "$ref": "/schemas/3.0.9/sponsored-intelligence/si-terminate-session-response.json",
1496
1496
  "description": "Termination confirmation with optional ACP handoff or follow-up data"
1497
1497
  }
1498
1498
  }
@@ -1500,13 +1500,13 @@
1500
1500
  },
1501
1501
  "adagents": {
1502
1502
  "description": "Agent authorization file format specification for publishers and data providers",
1503
- "$ref": "/schemas/3.0.8/adagents.json",
1503
+ "$ref": "/schemas/3.0.9/adagents.json",
1504
1504
  "file_location": "/.well-known/adagents.json",
1505
1505
  "purpose": "Declares authorized agents. Publishers use it for sales agent authorization over properties. Data providers use it to publish signal catalogs and authorize signals agents to resell their data."
1506
1506
  },
1507
1507
  "brand": {
1508
1508
  "description": "Brand identity claim file format specification",
1509
- "$ref": "/schemas/3.0.8/brand.json",
1509
+ "$ref": "/schemas/3.0.9/brand.json",
1510
1510
  "file_location": "/.well-known/brand.json",
1511
1511
  "purpose": "Declares brand identity and agent for a domain, enabling brand discovery and verification"
1512
1512
  },
@@ -1514,44 +1514,44 @@
1514
1514
  "description": "Trusted Match Protocol (TMP) — real-time execution layer for activating pre-negotiated packages across any surface",
1515
1515
  "supporting-schemas": {
1516
1516
  "available-package": {
1517
- "$ref": "/schemas/3.0.8/tmp/available-package.json",
1517
+ "$ref": "/schemas/3.0.9/tmp/available-package.json",
1518
1518
  "description": "A package available for contextual matching on a given impression opportunity"
1519
1519
  },
1520
1520
  "offer": {
1521
- "$ref": "/schemas/3.0.8/tmp/offer.json",
1521
+ "$ref": "/schemas/3.0.9/tmp/offer.json",
1522
1522
  "description": "Buyer's response to a context match — ranges from simple activation (package_id only) to rich offers with brand, price, summary, and creative manifest"
1523
1523
  },
1524
1524
  "offer-price": {
1525
- "$ref": "/schemas/3.0.8/tmp/offer-price.json",
1525
+ "$ref": "/schemas/3.0.9/tmp/offer-price.json",
1526
1526
  "description": "Lightweight price for variable-priced offers"
1527
1527
  },
1528
1528
  "error": {
1529
- "$ref": "/schemas/3.0.8/tmp/error.json",
1529
+ "$ref": "/schemas/3.0.9/tmp/error.json",
1530
1530
  "description": "Error response from a TMP provider or router when a request cannot be processed"
1531
1531
  },
1532
1532
  "provider-registration": {
1533
- "$ref": "/schemas/3.0.8/tmp/provider-registration.json",
1533
+ "$ref": "/schemas/3.0.9/tmp/provider-registration.json",
1534
1534
  "description": "TMP provider registration — endpoint, capabilities, and operational parameters for router configuration"
1535
1535
  }
1536
1536
  },
1537
1537
  "operations": {
1538
1538
  "context-match": {
1539
1539
  "request": {
1540
- "$ref": "/schemas/3.0.8/tmp/context-match-request.json",
1540
+ "$ref": "/schemas/3.0.9/tmp/context-match-request.json",
1541
1541
  "description": "Evaluate available packages against content context. Contains no user identity."
1542
1542
  },
1543
1543
  "response": {
1544
- "$ref": "/schemas/3.0.8/tmp/context-match-response.json",
1544
+ "$ref": "/schemas/3.0.9/tmp/context-match-response.json",
1545
1545
  "description": "Offers for matched packages with optional brand, price, summary, creative manifest, and targeting signals"
1546
1546
  }
1547
1547
  },
1548
1548
  "identity-match": {
1549
1549
  "request": {
1550
- "$ref": "/schemas/3.0.8/tmp/identity-match-request.json",
1550
+ "$ref": "/schemas/3.0.9/tmp/identity-match-request.json",
1551
1551
  "description": "Evaluate user eligibility for packages using an opaque identity token. Contains no page context."
1552
1552
  },
1553
1553
  "response": {
1554
- "$ref": "/schemas/3.0.8/tmp/identity-match-response.json",
1554
+ "$ref": "/schemas/3.0.9/tmp/identity-match-response.json",
1555
1555
  "description": "Per-package eligibility — boolean eligible plus optional intent score"
1556
1556
  }
1557
1557
  }
@@ -1561,64 +1561,64 @@
1561
1561
  "description": "Brand protocol for identity retrieval, rights discovery, acquisition, and lifecycle management",
1562
1562
  "supporting-schemas": {
1563
1563
  "rights-pricing-option": {
1564
- "$ref": "/schemas/3.0.8/brand/rights-pricing-option.json",
1564
+ "$ref": "/schemas/3.0.9/brand/rights-pricing-option.json",
1565
1565
  "description": "Pricing option for licensable rights"
1566
1566
  },
1567
1567
  "rights-terms": {
1568
- "$ref": "/schemas/3.0.8/brand/rights-terms.json",
1568
+ "$ref": "/schemas/3.0.9/brand/rights-terms.json",
1569
1569
  "description": "Terms returned with a rights grant — coverage, restrictions, revocation, and credentials"
1570
1570
  },
1571
1571
  "creative-approval-request": {
1572
- "$ref": "/schemas/3.0.8/brand/creative-approval-request.json",
1572
+ "$ref": "/schemas/3.0.9/brand/creative-approval-request.json",
1573
1573
  "description": "Payload the buyer submits to the approval_webhook from acquire_rights for rights-holder creative review"
1574
1574
  },
1575
1575
  "creative-approval-response": {
1576
- "$ref": "/schemas/3.0.8/brand/creative-approval-response.json",
1576
+ "$ref": "/schemas/3.0.9/brand/creative-approval-response.json",
1577
1577
  "description": "Response from the approval_webhook — approved, rejected, or pending_review"
1578
1578
  },
1579
1579
  "revocation-notification": {
1580
- "$ref": "/schemas/3.0.8/brand/revocation-notification.json",
1580
+ "$ref": "/schemas/3.0.9/brand/revocation-notification.json",
1581
1581
  "description": "Notification sent to the buyer's revocation_webhook when an acquired rights grant is revoked"
1582
1582
  }
1583
1583
  },
1584
1584
  "tasks": {
1585
1585
  "get-brand-identity": {
1586
1586
  "request": {
1587
- "$ref": "/schemas/3.0.8/brand/get-brand-identity-request.json",
1587
+ "$ref": "/schemas/3.0.9/brand/get-brand-identity-request.json",
1588
1588
  "description": "Request parameters for retrieving brand identity data from a brand agent"
1589
1589
  },
1590
1590
  "response": {
1591
- "$ref": "/schemas/3.0.8/brand/get-brand-identity-response.json",
1591
+ "$ref": "/schemas/3.0.9/brand/get-brand-identity-response.json",
1592
1592
  "description": "Response payload for get_brand_identity task"
1593
1593
  }
1594
1594
  },
1595
1595
  "get-rights": {
1596
1596
  "request": {
1597
- "$ref": "/schemas/3.0.8/brand/get-rights-request.json",
1597
+ "$ref": "/schemas/3.0.9/brand/get-rights-request.json",
1598
1598
  "description": "Request parameters for searching licensable rights with pricing"
1599
1599
  },
1600
1600
  "response": {
1601
- "$ref": "/schemas/3.0.8/brand/get-rights-response.json",
1601
+ "$ref": "/schemas/3.0.9/brand/get-rights-response.json",
1602
1602
  "description": "Response payload for get_rights task"
1603
1603
  }
1604
1604
  },
1605
1605
  "acquire-rights": {
1606
1606
  "request": {
1607
- "$ref": "/schemas/3.0.8/brand/acquire-rights-request.json",
1607
+ "$ref": "/schemas/3.0.9/brand/acquire-rights-request.json",
1608
1608
  "description": "Request parameters for acquiring rights with contractual clearance"
1609
1609
  },
1610
1610
  "response": {
1611
- "$ref": "/schemas/3.0.8/brand/acquire-rights-response.json",
1611
+ "$ref": "/schemas/3.0.9/brand/acquire-rights-response.json",
1612
1612
  "description": "Response payload for acquire_rights task — terms and generation credentials"
1613
1613
  }
1614
1614
  },
1615
1615
  "update-rights": {
1616
1616
  "request": {
1617
- "$ref": "/schemas/3.0.8/brand/update-rights-request.json",
1617
+ "$ref": "/schemas/3.0.9/brand/update-rights-request.json",
1618
1618
  "description": "Request parameters for modifying an active rights grant — dates, caps, pricing, or pause/resume"
1619
1619
  },
1620
1620
  "response": {
1621
- "$ref": "/schemas/3.0.8/brand/update-rights-response.json",
1621
+ "$ref": "/schemas/3.0.9/brand/update-rights-response.json",
1622
1622
  "description": "Response payload for update_rights task"
1623
1623
  }
1624
1624
  }
@@ -1627,11 +1627,11 @@
1627
1627
  "extensions": {
1628
1628
  "description": "Typed extension schemas for vendor-specific or domain-specific data. Extensions define the structure of data within the ext.{namespace} field. Agents declare which extensions they support in their agent card.",
1629
1629
  "registry": {
1630
- "$ref": "/schemas/3.0.8/extensions/index.json",
1630
+ "$ref": "/schemas/3.0.9/extensions/index.json",
1631
1631
  "description": "Auto-generated registry of all available extensions with metadata"
1632
1632
  },
1633
1633
  "meta": {
1634
- "$ref": "/schemas/3.0.8/extensions/extension-meta.json",
1634
+ "$ref": "/schemas/3.0.9/extensions/extension-meta.json",
1635
1635
  "description": "Schema that all extension files must follow. Defines valid_from, valid_until, and extension data structure."
1636
1636
  },
1637
1637
  "schemas": {}
@@ -1641,11 +1641,11 @@
1641
1641
  "tasks": {
1642
1642
  "comply-test-controller": {
1643
1643
  "request": {
1644
- "$ref": "/schemas/3.0.8/compliance/comply-test-controller-request.json",
1644
+ "$ref": "/schemas/3.0.9/compliance/comply-test-controller-request.json",
1645
1645
  "description": "Request payload for the comply_test_controller tool — scenario selection and scenario-specific params"
1646
1646
  },
1647
1647
  "response": {
1648
- "$ref": "/schemas/3.0.8/compliance/comply-test-controller-response.json",
1648
+ "$ref": "/schemas/3.0.9/compliance/comply-test-controller-response.json",
1649
1649
  "description": "Response payload — state transition results, simulation results, scenario list, or structured errors"
1650
1650
  }
1651
1651
  }