@adcp/sdk 5.23.0 → 5.24.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 (1145) hide show
  1. package/dist/lib/adapters/governance-adapter.d.ts +11 -0
  2. package/dist/lib/adapters/governance-adapter.d.ts.map +1 -1
  3. package/dist/lib/adapters/governance-adapter.js +1 -1
  4. package/dist/lib/adapters/governance-adapter.js.map +1 -1
  5. package/dist/lib/agents/index.generated.d.ts +0 -6
  6. package/dist/lib/agents/index.generated.d.ts.map +1 -1
  7. package/dist/lib/agents/index.generated.js +22 -1
  8. package/dist/lib/agents/index.generated.js.map +1 -1
  9. package/dist/lib/conformance/schemaLoader.d.ts.map +1 -1
  10. package/dist/lib/conformance/schemaLoader.js +12 -3
  11. package/dist/lib/conformance/schemaLoader.js.map +1 -1
  12. package/dist/lib/core/AgentClient.d.ts +8 -2
  13. package/dist/lib/core/AgentClient.d.ts.map +1 -1
  14. package/dist/lib/core/AgentClient.js +11 -3
  15. package/dist/lib/core/AgentClient.js.map +1 -1
  16. package/dist/lib/core/GovernanceMiddleware.d.ts +19 -1
  17. package/dist/lib/core/GovernanceMiddleware.d.ts.map +1 -1
  18. package/dist/lib/core/GovernanceMiddleware.js +17 -3
  19. package/dist/lib/core/GovernanceMiddleware.js.map +1 -1
  20. package/dist/lib/core/SingleAgentClient.d.ts +17 -4
  21. package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
  22. package/dist/lib/core/SingleAgentClient.js +30 -8
  23. package/dist/lib/core/SingleAgentClient.js.map +1 -1
  24. package/dist/lib/core/TaskExecutor.d.ts +11 -0
  25. package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
  26. package/dist/lib/core/TaskExecutor.js +24 -7
  27. package/dist/lib/core/TaskExecutor.js.map +1 -1
  28. package/dist/lib/protocols/index.d.ts +38 -14
  29. package/dist/lib/protocols/index.d.ts.map +1 -1
  30. package/dist/lib/protocols/index.js +54 -18
  31. package/dist/lib/protocols/index.js.map +1 -1
  32. package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
  33. package/dist/lib/server/create-adcp-server.js +10 -4
  34. package/dist/lib/server/create-adcp-server.js.map +1 -1
  35. package/dist/lib/utils/adcp-version-config.d.ts +8 -4
  36. package/dist/lib/utils/adcp-version-config.d.ts.map +1 -1
  37. package/dist/lib/utils/adcp-version-config.js +56 -21
  38. package/dist/lib/utils/adcp-version-config.js.map +1 -1
  39. package/dist/lib/validation/client-hooks.d.ts +6 -2
  40. package/dist/lib/validation/client-hooks.d.ts.map +1 -1
  41. package/dist/lib/validation/client-hooks.js +8 -4
  42. package/dist/lib/validation/client-hooks.js.map +1 -1
  43. package/dist/lib/validation/index.d.ts +1 -1
  44. package/dist/lib/validation/index.d.ts.map +1 -1
  45. package/dist/lib/validation/index.js +3 -1
  46. package/dist/lib/validation/index.js.map +1 -1
  47. package/dist/lib/validation/schema-loader.d.ts +53 -7
  48. package/dist/lib/validation/schema-loader.d.ts.map +1 -1
  49. package/dist/lib/validation/schema-loader.js +167 -29
  50. package/dist/lib/validation/schema-loader.js.map +1 -1
  51. package/dist/lib/validation/schema-validator.d.ts +17 -4
  52. package/dist/lib/validation/schema-validator.d.ts.map +1 -1
  53. package/dist/lib/validation/schema-validator.js +20 -7
  54. package/dist/lib/validation/schema-validator.js.map +1 -1
  55. package/dist/lib/version.d.ts +3 -3
  56. package/dist/lib/version.js +3 -3
  57. package/package.json +2 -2
  58. package/compliance/cache/3.0.0/domains/brand/index.yaml +0 -167
  59. package/compliance/cache/3.0.0/domains/creative/index.yaml +0 -412
  60. package/compliance/cache/3.0.0/domains/governance/index.yaml +0 -683
  61. package/compliance/cache/3.0.0/domains/media-buy/creative-reception.yaml +0 -247
  62. package/compliance/cache/3.0.0/domains/media-buy/index.yaml +0 -742
  63. package/compliance/cache/3.0.0/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  64. package/compliance/cache/3.0.0/domains/media-buy/scenarios/delivery_reporting.yaml +0 -180
  65. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_approved.yaml +0 -186
  66. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_conditions.yaml +0 -195
  67. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_denied.yaml +0 -189
  68. package/compliance/cache/3.0.0/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  69. package/compliance/cache/3.0.0/domains/media-buy/scenarios/invalid_transitions.yaml +0 -279
  70. package/compliance/cache/3.0.0/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  71. package/compliance/cache/3.0.0/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  72. package/compliance/cache/3.0.0/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  73. package/compliance/cache/3.0.0/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  74. package/compliance/cache/3.0.0/domains/media-buy/scenarios/proposal_finalize.yaml +0 -242
  75. package/compliance/cache/3.0.0/domains/media-buy/scenarios/refine_products.yaml +0 -148
  76. package/compliance/cache/3.0.0/domains/media-buy/state-machine.yaml +0 -437
  77. package/compliance/cache/3.0.0/domains/signals/index.yaml +0 -266
  78. package/compliance/cache/3.0.0/domains/sponsored-intelligence/index.yaml +0 -256
  79. package/compliance/cache/3.0.0/index.json +0 -324
  80. package/compliance/cache/3.0.0/protocols/brand/index.yaml +0 -167
  81. package/compliance/cache/3.0.0/protocols/creative/index.yaml +0 -412
  82. package/compliance/cache/3.0.0/protocols/governance/index.yaml +0 -683
  83. package/compliance/cache/3.0.0/protocols/media-buy/creative-reception.yaml +0 -247
  84. package/compliance/cache/3.0.0/protocols/media-buy/index.yaml +0 -742
  85. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  86. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -180
  87. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_approved.yaml +0 -186
  88. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_conditions.yaml +0 -195
  89. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_denied.yaml +0 -189
  90. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  91. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -279
  92. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  93. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  94. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  95. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  96. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -242
  97. package/compliance/cache/3.0.0/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  98. package/compliance/cache/3.0.0/protocols/media-buy/state-machine.yaml +0 -437
  99. package/compliance/cache/3.0.0/protocols/signals/index.yaml +0 -266
  100. package/compliance/cache/3.0.0/protocols/sponsored-intelligence/index.yaml +0 -256
  101. package/compliance/cache/3.0.0/specialisms/audience-sync/index.yaml +0 -280
  102. package/compliance/cache/3.0.0/specialisms/brand-rights/index.yaml +0 -346
  103. package/compliance/cache/3.0.0/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -203
  104. package/compliance/cache/3.0.0/specialisms/collection-lists/index.yaml +0 -359
  105. package/compliance/cache/3.0.0/specialisms/content-standards/index.yaml +0 -572
  106. package/compliance/cache/3.0.0/specialisms/creative-ad-server/index.yaml +0 -383
  107. package/compliance/cache/3.0.0/specialisms/creative-generative/generative-seller.yaml +0 -733
  108. package/compliance/cache/3.0.0/specialisms/creative-generative/index.yaml +0 -746
  109. package/compliance/cache/3.0.0/specialisms/creative-template/index.yaml +0 -413
  110. package/compliance/cache/3.0.0/specialisms/governance-aware-seller/index.yaml +0 -99
  111. package/compliance/cache/3.0.0/specialisms/governance-delivery-monitor/index.yaml +0 -419
  112. package/compliance/cache/3.0.0/specialisms/governance-spend-authority/denied.yaml +0 -221
  113. package/compliance/cache/3.0.0/specialisms/governance-spend-authority/index.yaml +0 -330
  114. package/compliance/cache/3.0.0/specialisms/property-lists/index.yaml +0 -482
  115. package/compliance/cache/3.0.0/specialisms/sales-broadcast-tv/index.yaml +0 -664
  116. package/compliance/cache/3.0.0/specialisms/sales-catalog-driven/index.yaml +0 -779
  117. package/compliance/cache/3.0.0/specialisms/sales-guaranteed/index.yaml +0 -479
  118. package/compliance/cache/3.0.0/specialisms/sales-non-guaranteed/index.yaml +0 -428
  119. package/compliance/cache/3.0.0/specialisms/sales-proposal-mode/index.yaml +0 -520
  120. package/compliance/cache/3.0.0/specialisms/sales-social/index.yaml +0 -521
  121. package/compliance/cache/3.0.0/specialisms/signal-marketplace/index.yaml +0 -415
  122. package/compliance/cache/3.0.0/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -195
  123. package/compliance/cache/3.0.0/specialisms/signal-owned/index.yaml +0 -316
  124. package/compliance/cache/3.0.0/specialisms/signed-requests/index.yaml +0 -192
  125. package/compliance/cache/3.0.0/test-kits/acme-outdoor.yaml +0 -210
  126. package/compliance/cache/3.0.0/test-kits/bistro-oranje.yaml +0 -126
  127. package/compliance/cache/3.0.0/test-kits/nova-motors.yaml +0 -262
  128. package/compliance/cache/3.0.0/test-kits/osei-natural.yaml +0 -126
  129. package/compliance/cache/3.0.0/test-kits/signed-requests-runner.yaml +0 -153
  130. package/compliance/cache/3.0.0/test-kits/substitution-observer-runner.yaml +0 -690
  131. package/compliance/cache/3.0.0/test-kits/summit-foods.yaml +0 -125
  132. package/compliance/cache/3.0.0/test-kits/webhook-receiver-runner.yaml +0 -265
  133. package/compliance/cache/3.0.0/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  134. package/compliance/cache/3.0.0/test-vectors/plan-hash/002-full-plan.json +0 -217
  135. package/compliance/cache/3.0.0/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  136. package/compliance/cache/3.0.0/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  137. package/compliance/cache/3.0.0/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  138. package/compliance/cache/3.0.0/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  139. package/compliance/cache/3.0.0/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  140. package/compliance/cache/3.0.0/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  141. package/compliance/cache/3.0.0/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  142. package/compliance/cache/3.0.0/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  143. package/compliance/cache/3.0.0/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  144. package/compliance/cache/3.0.0/test-vectors/request-signing/README.md +0 -219
  145. package/compliance/cache/3.0.0/test-vectors/request-signing/canonicalization.json +0 -241
  146. package/compliance/cache/3.0.0/test-vectors/request-signing/keys.json +0 -60
  147. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  148. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  149. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  150. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  151. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  152. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  153. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  154. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  155. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  156. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  157. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  158. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  159. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  160. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  161. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  162. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  163. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  164. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  165. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  166. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  167. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  168. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  169. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  170. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  171. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  172. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  173. package/compliance/cache/3.0.0/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  174. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  175. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  176. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  177. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  178. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  179. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  180. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  181. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  182. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  183. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  184. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  185. package/compliance/cache/3.0.0/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  186. package/compliance/cache/3.0.0/test-vectors/webhook-signing/README.md +0 -211
  187. package/compliance/cache/3.0.0/test-vectors/webhook-signing/keys.json +0 -61
  188. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  189. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  190. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  191. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  192. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  193. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  194. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  195. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  196. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  197. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  198. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  199. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  200. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  201. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  202. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  203. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  204. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  205. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  206. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  207. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  208. package/compliance/cache/3.0.0/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  209. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  210. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  211. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  212. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  213. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  214. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  215. package/compliance/cache/3.0.0/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  216. package/compliance/cache/3.0.0/universal/capability-discovery.yaml +0 -125
  217. package/compliance/cache/3.0.0/universal/deterministic-testing.yaml +0 -1318
  218. package/compliance/cache/3.0.0/universal/error-compliance.yaml +0 -468
  219. package/compliance/cache/3.0.0/universal/fictional-entities.yaml +0 -307
  220. package/compliance/cache/3.0.0/universal/idempotency.yaml +0 -577
  221. package/compliance/cache/3.0.0/universal/runner-output-contract.yaml +0 -335
  222. package/compliance/cache/3.0.0/universal/schema-validation.yaml +0 -514
  223. package/compliance/cache/3.0.0/universal/security.yaml +0 -428
  224. package/compliance/cache/3.0.0/universal/storyboard-schema.yaml +0 -1010
  225. package/compliance/cache/3.0.0/universal/webhook-emission.yaml +0 -337
  226. package/compliance/cache/3.0.0.previous/domains/brand/index.yaml +0 -167
  227. package/compliance/cache/3.0.0.previous/domains/creative/index.yaml +0 -412
  228. package/compliance/cache/3.0.0.previous/domains/governance/index.yaml +0 -683
  229. package/compliance/cache/3.0.0.previous/domains/media-buy/creative-reception.yaml +0 -247
  230. package/compliance/cache/3.0.0.previous/domains/media-buy/index.yaml +0 -742
  231. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  232. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/delivery_reporting.yaml +0 -180
  233. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_approved.yaml +0 -186
  234. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_conditions.yaml +0 -195
  235. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_denied.yaml +0 -189
  236. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  237. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/invalid_transitions.yaml +0 -279
  238. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  239. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  240. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  241. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  242. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/proposal_finalize.yaml +0 -242
  243. package/compliance/cache/3.0.0.previous/domains/media-buy/scenarios/refine_products.yaml +0 -148
  244. package/compliance/cache/3.0.0.previous/domains/media-buy/state-machine.yaml +0 -437
  245. package/compliance/cache/3.0.0.previous/domains/signals/index.yaml +0 -266
  246. package/compliance/cache/3.0.0.previous/domains/sponsored-intelligence/index.yaml +0 -256
  247. package/compliance/cache/3.0.0.previous/index.json +0 -324
  248. package/compliance/cache/3.0.0.previous/protocols/brand/index.yaml +0 -167
  249. package/compliance/cache/3.0.0.previous/protocols/creative/index.yaml +0 -412
  250. package/compliance/cache/3.0.0.previous/protocols/governance/index.yaml +0 -683
  251. package/compliance/cache/3.0.0.previous/protocols/media-buy/creative-reception.yaml +0 -247
  252. package/compliance/cache/3.0.0.previous/protocols/media-buy/index.yaml +0 -742
  253. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  254. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -180
  255. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_approved.yaml +0 -186
  256. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_conditions.yaml +0 -195
  257. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_denied.yaml +0 -189
  258. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -243
  259. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -279
  260. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  261. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  262. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -194
  263. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  264. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -242
  265. package/compliance/cache/3.0.0.previous/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  266. package/compliance/cache/3.0.0.previous/protocols/media-buy/state-machine.yaml +0 -437
  267. package/compliance/cache/3.0.0.previous/protocols/signals/index.yaml +0 -266
  268. package/compliance/cache/3.0.0.previous/protocols/sponsored-intelligence/index.yaml +0 -256
  269. package/compliance/cache/3.0.0.previous/specialisms/audience-sync/index.yaml +0 -280
  270. package/compliance/cache/3.0.0.previous/specialisms/brand-rights/index.yaml +0 -346
  271. package/compliance/cache/3.0.0.previous/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -203
  272. package/compliance/cache/3.0.0.previous/specialisms/collection-lists/index.yaml +0 -359
  273. package/compliance/cache/3.0.0.previous/specialisms/content-standards/index.yaml +0 -572
  274. package/compliance/cache/3.0.0.previous/specialisms/creative-ad-server/index.yaml +0 -383
  275. package/compliance/cache/3.0.0.previous/specialisms/creative-generative/generative-seller.yaml +0 -733
  276. package/compliance/cache/3.0.0.previous/specialisms/creative-generative/index.yaml +0 -746
  277. package/compliance/cache/3.0.0.previous/specialisms/creative-template/index.yaml +0 -413
  278. package/compliance/cache/3.0.0.previous/specialisms/governance-aware-seller/index.yaml +0 -99
  279. package/compliance/cache/3.0.0.previous/specialisms/governance-delivery-monitor/index.yaml +0 -419
  280. package/compliance/cache/3.0.0.previous/specialisms/governance-spend-authority/denied.yaml +0 -221
  281. package/compliance/cache/3.0.0.previous/specialisms/governance-spend-authority/index.yaml +0 -330
  282. package/compliance/cache/3.0.0.previous/specialisms/property-lists/index.yaml +0 -482
  283. package/compliance/cache/3.0.0.previous/specialisms/sales-broadcast-tv/index.yaml +0 -664
  284. package/compliance/cache/3.0.0.previous/specialisms/sales-catalog-driven/index.yaml +0 -779
  285. package/compliance/cache/3.0.0.previous/specialisms/sales-guaranteed/index.yaml +0 -479
  286. package/compliance/cache/3.0.0.previous/specialisms/sales-non-guaranteed/index.yaml +0 -428
  287. package/compliance/cache/3.0.0.previous/specialisms/sales-proposal-mode/index.yaml +0 -520
  288. package/compliance/cache/3.0.0.previous/specialisms/sales-social/index.yaml +0 -521
  289. package/compliance/cache/3.0.0.previous/specialisms/signal-marketplace/index.yaml +0 -415
  290. package/compliance/cache/3.0.0.previous/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -195
  291. package/compliance/cache/3.0.0.previous/specialisms/signal-owned/index.yaml +0 -316
  292. package/compliance/cache/3.0.0.previous/specialisms/signed-requests/index.yaml +0 -192
  293. package/compliance/cache/3.0.0.previous/test-kits/acme-outdoor.yaml +0 -210
  294. package/compliance/cache/3.0.0.previous/test-kits/bistro-oranje.yaml +0 -126
  295. package/compliance/cache/3.0.0.previous/test-kits/nova-motors.yaml +0 -262
  296. package/compliance/cache/3.0.0.previous/test-kits/osei-natural.yaml +0 -126
  297. package/compliance/cache/3.0.0.previous/test-kits/signed-requests-runner.yaml +0 -153
  298. package/compliance/cache/3.0.0.previous/test-kits/substitution-observer-runner.yaml +0 -690
  299. package/compliance/cache/3.0.0.previous/test-kits/summit-foods.yaml +0 -125
  300. package/compliance/cache/3.0.0.previous/test-kits/webhook-receiver-runner.yaml +0 -265
  301. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  302. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/002-full-plan.json +0 -217
  303. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  304. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  305. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  306. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  307. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  308. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  309. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  310. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  311. package/compliance/cache/3.0.0.previous/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  312. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/README.md +0 -219
  313. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/canonicalization.json +0 -241
  314. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/keys.json +0 -60
  315. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  316. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  317. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  318. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  319. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  320. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  321. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  322. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  323. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  324. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  325. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  326. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  327. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  328. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  329. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  330. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  331. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  332. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  333. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  334. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  335. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  336. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  337. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  338. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  339. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  340. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  341. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  342. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  343. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  344. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  345. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  346. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  347. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  348. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  349. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  350. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  351. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  352. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  353. package/compliance/cache/3.0.0.previous/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  354. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/README.md +0 -211
  355. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/keys.json +0 -61
  356. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  357. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  358. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  359. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  360. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  361. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  362. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  363. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  364. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  365. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  366. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  367. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  368. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  369. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  370. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  371. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  372. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  373. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  374. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  375. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  376. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  377. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  378. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  379. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  380. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  381. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  382. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  383. package/compliance/cache/3.0.0.previous/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  384. package/compliance/cache/3.0.0.previous/universal/capability-discovery.yaml +0 -125
  385. package/compliance/cache/3.0.0.previous/universal/deterministic-testing.yaml +0 -1318
  386. package/compliance/cache/3.0.0.previous/universal/error-compliance.yaml +0 -468
  387. package/compliance/cache/3.0.0.previous/universal/fictional-entities.yaml +0 -307
  388. package/compliance/cache/3.0.0.previous/universal/idempotency.yaml +0 -577
  389. package/compliance/cache/3.0.0.previous/universal/runner-output-contract.yaml +0 -335
  390. package/compliance/cache/3.0.0.previous/universal/schema-validation.yaml +0 -514
  391. package/compliance/cache/3.0.0.previous/universal/security.yaml +0 -428
  392. package/compliance/cache/3.0.0.previous/universal/storyboard-schema.yaml +0 -1010
  393. package/compliance/cache/3.0.0.previous/universal/webhook-emission.yaml +0 -337
  394. package/compliance/cache/3.0.1.previous/domains/brand/index.yaml +0 -163
  395. package/compliance/cache/3.0.1.previous/domains/creative/index.yaml +0 -412
  396. package/compliance/cache/3.0.1.previous/domains/governance/index.yaml +0 -683
  397. package/compliance/cache/3.0.1.previous/domains/media-buy/creative-reception.yaml +0 -247
  398. package/compliance/cache/3.0.1.previous/domains/media-buy/index.yaml +0 -769
  399. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/create_media_buy_async.yaml +0 -232
  400. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  401. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/delivery_reporting.yaml +0 -205
  402. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_approved.yaml +0 -211
  403. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_conditions.yaml +0 -196
  404. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_denied.yaml +0 -192
  405. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/governance_denied_recovery.yaml +0 -244
  406. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/invalid_transitions.yaml +0 -284
  407. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  408. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  409. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/measurement_terms_rejected.yaml +0 -195
  410. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  411. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/proposal_finalize.yaml +0 -243
  412. package/compliance/cache/3.0.1.previous/domains/media-buy/scenarios/refine_products.yaml +0 -148
  413. package/compliance/cache/3.0.1.previous/domains/media-buy/state-machine.yaml +0 -442
  414. package/compliance/cache/3.0.1.previous/domains/signals/index.yaml +0 -266
  415. package/compliance/cache/3.0.1.previous/domains/sponsored-intelligence/index.yaml +0 -256
  416. package/compliance/cache/3.0.1.previous/index.json +0 -324
  417. package/compliance/cache/3.0.1.previous/protocols/brand/index.yaml +0 -163
  418. package/compliance/cache/3.0.1.previous/protocols/creative/index.yaml +0 -412
  419. package/compliance/cache/3.0.1.previous/protocols/governance/index.yaml +0 -683
  420. package/compliance/cache/3.0.1.previous/protocols/media-buy/creative-reception.yaml +0 -247
  421. package/compliance/cache/3.0.1.previous/protocols/media-buy/index.yaml +0 -769
  422. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/create_media_buy_async.yaml +0 -232
  423. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/creative_fate_after_cancellation.yaml +0 -414
  424. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/delivery_reporting.yaml +0 -205
  425. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_approved.yaml +0 -211
  426. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_conditions.yaml +0 -196
  427. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_denied.yaml +0 -192
  428. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/governance_denied_recovery.yaml +0 -244
  429. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/invalid_transitions.yaml +0 -284
  430. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/inventory_list_no_match.yaml +0 -143
  431. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/inventory_list_targeting.yaml +0 -266
  432. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/measurement_terms_rejected.yaml +0 -195
  433. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/pending_creatives_to_start.yaml +0 -250
  434. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/proposal_finalize.yaml +0 -243
  435. package/compliance/cache/3.0.1.previous/protocols/media-buy/scenarios/refine_products.yaml +0 -148
  436. package/compliance/cache/3.0.1.previous/protocols/media-buy/state-machine.yaml +0 -442
  437. package/compliance/cache/3.0.1.previous/protocols/signals/index.yaml +0 -266
  438. package/compliance/cache/3.0.1.previous/protocols/sponsored-intelligence/index.yaml +0 -256
  439. package/compliance/cache/3.0.1.previous/specialisms/audience-sync/index.yaml +0 -280
  440. package/compliance/cache/3.0.1.previous/specialisms/brand-rights/index.yaml +0 -350
  441. package/compliance/cache/3.0.1.previous/specialisms/brand-rights/scenarios/governance_denied.yaml +0 -204
  442. package/compliance/cache/3.0.1.previous/specialisms/collection-lists/index.yaml +0 -359
  443. package/compliance/cache/3.0.1.previous/specialisms/content-standards/index.yaml +0 -572
  444. package/compliance/cache/3.0.1.previous/specialisms/creative-ad-server/index.yaml +0 -383
  445. package/compliance/cache/3.0.1.previous/specialisms/creative-generative/generative-seller.yaml +0 -758
  446. package/compliance/cache/3.0.1.previous/specialisms/creative-generative/index.yaml +0 -746
  447. package/compliance/cache/3.0.1.previous/specialisms/creative-template/index.yaml +0 -413
  448. package/compliance/cache/3.0.1.previous/specialisms/governance-aware-seller/index.yaml +0 -136
  449. package/compliance/cache/3.0.1.previous/specialisms/governance-delivery-monitor/index.yaml +0 -441
  450. package/compliance/cache/3.0.1.previous/specialisms/governance-spend-authority/denied.yaml +0 -221
  451. package/compliance/cache/3.0.1.previous/specialisms/governance-spend-authority/index.yaml +0 -330
  452. package/compliance/cache/3.0.1.previous/specialisms/property-lists/index.yaml +0 -482
  453. package/compliance/cache/3.0.1.previous/specialisms/sales-broadcast-tv/index.yaml +0 -689
  454. package/compliance/cache/3.0.1.previous/specialisms/sales-catalog-driven/index.yaml +0 -779
  455. package/compliance/cache/3.0.1.previous/specialisms/sales-guaranteed/index.yaml +0 -504
  456. package/compliance/cache/3.0.1.previous/specialisms/sales-non-guaranteed/index.yaml +0 -428
  457. package/compliance/cache/3.0.1.previous/specialisms/sales-proposal-mode/index.yaml +0 -520
  458. package/compliance/cache/3.0.1.previous/specialisms/sales-social/index.yaml +0 -577
  459. package/compliance/cache/3.0.1.previous/specialisms/signal-marketplace/index.yaml +0 -415
  460. package/compliance/cache/3.0.1.previous/specialisms/signal-marketplace/scenarios/governance_denied.yaml +0 -207
  461. package/compliance/cache/3.0.1.previous/specialisms/signal-owned/index.yaml +0 -316
  462. package/compliance/cache/3.0.1.previous/test-kits/acme-outdoor.yaml +0 -210
  463. package/compliance/cache/3.0.1.previous/test-kits/bistro-oranje.yaml +0 -126
  464. package/compliance/cache/3.0.1.previous/test-kits/nova-motors.yaml +0 -262
  465. package/compliance/cache/3.0.1.previous/test-kits/osei-natural.yaml +0 -126
  466. package/compliance/cache/3.0.1.previous/test-kits/signed-requests-runner.yaml +0 -155
  467. package/compliance/cache/3.0.1.previous/test-kits/substitution-observer-runner.yaml +0 -690
  468. package/compliance/cache/3.0.1.previous/test-kits/summit-foods.yaml +0 -125
  469. package/compliance/cache/3.0.1.previous/test-kits/webhook-receiver-runner.yaml +0 -265
  470. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/001-minimal-plan.json +0 -43
  471. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/002-full-plan.json +0 -217
  472. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/003-bookkeeping-stripped.json +0 -60
  473. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/004a-human-review-omitted.json +0 -43
  474. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/004b-human-review-explicit-null.json +0 -49
  475. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/005a-policy-categories-order-1.json +0 -53
  476. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/005b-policy-categories-order-2.json +0 -57
  477. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/006a-ext-trace-v1.json +0 -49
  478. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/006b-ext-trace-v2.json +0 -53
  479. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/007-unicode-objectives.json +0 -43
  480. package/compliance/cache/3.0.1.previous/test-vectors/plan-hash/008-numeric-canonicalization.json +0 -65
  481. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/README.md +0 -219
  482. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/canonicalization.json +0 -241
  483. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/keys.json +0 -60
  484. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/001-no-signature-header.json +0 -24
  485. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/002-wrong-tag.json +0 -26
  486. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/003-expired-signature.json +0 -26
  487. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/004-window-too-long.json +0 -26
  488. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/005-alg-not-allowed.json +0 -26
  489. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/006-missing-covered-component.json +0 -26
  490. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/007-missing-content-digest.json +0 -26
  491. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/008-unknown-keyid.json +0 -26
  492. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/009-key-ops-missing-verify.json +0 -27
  493. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/010-content-digest-mismatch.json +0 -33
  494. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/011-malformed-header.json +0 -27
  495. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/012-missing-expires-param.json +0 -26
  496. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/013-expires-le-created.json +0 -27
  497. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/014-missing-nonce-param.json +0 -27
  498. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/015-signature-invalid.json +0 -28
  499. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/016-replayed-nonce.json +0 -35
  500. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/017-key-revoked.json +0 -38
  501. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/018-digest-covered-when-forbidden.json +0 -28
  502. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/019-signature-without-signature-input.json +0 -26
  503. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/020-rate-abuse.json +0 -34
  504. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/021-duplicate-signature-input-label.json +0 -31
  505. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/022-multi-valued-content-type.json +0 -31
  506. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/023-multi-valued-content-digest.json +0 -32
  507. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/024-unquoted-string-param.json +0 -31
  508. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/025-jwk-alg-crv-mismatch.json +0 -43
  509. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/026-non-ascii-host.json +0 -31
  510. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/negative/027-webhook-registration-authentication-unsigned.json +0 -25
  511. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/001-basic-post.json +0 -30
  512. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/002-post-with-content-digest.json +0 -31
  513. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/003-es256-post.json +0 -30
  514. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/004-multiple-signature-labels.json +0 -26
  515. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/005-default-port-stripped.json +0 -30
  516. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/006-dot-segment-path.json +0 -30
  517. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/007-query-byte-preserved.json +0 -30
  518. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/008-percent-encoded-path.json +0 -30
  519. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/009-percent-encoded-unreserved-decoded.json +0 -30
  520. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/010-percent-encoded-slash-preserved.json +0 -30
  521. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/011-ipv6-authority.json +0 -30
  522. package/compliance/cache/3.0.1.previous/test-vectors/request-signing/positive/012-ipv6-authority-default-port-stripped.json +0 -30
  523. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/README.md +0 -211
  524. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/keys.json +0 -61
  525. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/001-wrong-tag.json +0 -26
  526. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/002-expired-signature.json +0 -26
  527. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/003-window-too-long.json +0 -26
  528. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/004-alg-not-allowed.json +0 -26
  529. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/005-missing-authority-component.json +0 -26
  530. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/006-missing-content-digest.json +0 -25
  531. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/007-unknown-keyid.json +0 -26
  532. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/008-wrong-adcp-use.json +0 -26
  533. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/009-content-digest-mismatch.json +0 -26
  534. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/010-malformed-signature-input.json +0 -26
  535. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/011-signature-without-input.json +0 -25
  536. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/012-missing-expires-param.json +0 -26
  537. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/013-expires-le-created.json +0 -26
  538. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/014-missing-nonce-param.json +0 -26
  539. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/015-signature-invalid.json +0 -26
  540. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/016-replayed-nonce.json +0 -37
  541. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/017-key-revoked.json +0 -32
  542. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/018-rate-abuse.json +0 -33
  543. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/019-revocation-stale.json +0 -32
  544. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/020-key-ops-missing-verify.json +0 -41
  545. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/negative/021-base64-alphabet-mixing.json +0 -26
  546. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/001-basic-post.json +0 -24
  547. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/002-es256-post.json +0 -24
  548. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/003-multiple-signature-labels.json +0 -24
  549. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/004-default-port-stripped.json +0 -24
  550. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/005-percent-encoded-path.json +0 -24
  551. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/006-query-byte-preserved.json +0 -24
  552. package/compliance/cache/3.0.1.previous/test-vectors/webhook-signing/positive/007-body-without-idempotency-key.json +0 -25
  553. package/compliance/cache/3.0.1.previous/universal/capability-discovery.yaml +0 -125
  554. package/compliance/cache/3.0.1.previous/universal/collection-lists-pagination-integrity.yaml +0 -306
  555. package/compliance/cache/3.0.1.previous/universal/content-standards-pagination-integrity.yaml +0 -326
  556. package/compliance/cache/3.0.1.previous/universal/deterministic-testing.yaml +0 -1343
  557. package/compliance/cache/3.0.1.previous/universal/error-compliance.yaml +0 -474
  558. package/compliance/cache/3.0.1.previous/universal/fictional-entities.yaml +0 -307
  559. package/compliance/cache/3.0.1.previous/universal/get-media-buys-pagination-integrity.yaml +0 -160
  560. package/compliance/cache/3.0.1.previous/universal/get-signals-pagination-integrity.yaml +0 -211
  561. package/compliance/cache/3.0.1.previous/universal/idempotency.yaml +0 -593
  562. package/compliance/cache/3.0.1.previous/universal/pagination-integrity-creative-formats.yaml +0 -258
  563. package/compliance/cache/3.0.1.previous/universal/pagination-integrity-list-accounts.yaml +0 -262
  564. package/compliance/cache/3.0.1.previous/universal/pagination-integrity.yaml +0 -263
  565. package/compliance/cache/3.0.1.previous/universal/property-lists-pagination-integrity.yaml +0 -307
  566. package/compliance/cache/3.0.1.previous/universal/runner-output-contract.yaml +0 -339
  567. package/compliance/cache/3.0.1.previous/universal/schema-validation.yaml +0 -526
  568. package/compliance/cache/3.0.1.previous/universal/security.yaml +0 -431
  569. package/compliance/cache/3.0.1.previous/universal/signed-requests.yaml +0 -205
  570. package/compliance/cache/3.0.1.previous/universal/storyboard-schema.yaml +0 -1056
  571. package/compliance/cache/3.0.1.previous/universal/v3-envelope-integrity.yaml +0 -104
  572. package/compliance/cache/3.0.1.previous/universal/webhook-emission.yaml +0 -337
  573. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/bound-value.json +0 -0
  574. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/component.json +0 -0
  575. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/si-catalog.json +0 -0
  576. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/surface.json +0 -0
  577. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/a2ui/user-action.json +0 -0
  578. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/get-account-financials-request.json +0 -0
  579. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/get-account-financials-response.json +0 -0
  580. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/list-accounts-request.json +0 -0
  581. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/list-accounts-response.json +0 -0
  582. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/report-usage-request.json +0 -0
  583. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/report-usage-response.json +0 -0
  584. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-accounts-request.json +0 -0
  585. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-accounts-response.json +0 -0
  586. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-governance-request.json +0 -0
  587. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/account/sync-governance-response.json +0 -0
  588. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/adagents.json +0 -0
  589. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/acquire-rights-request.json +0 -0
  590. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/acquire-rights-response.json +0 -0
  591. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/creative-approval-request.json +0 -0
  592. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/creative-approval-response.json +0 -0
  593. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-brand-identity-request.json +0 -0
  594. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-brand-identity-response.json +0 -0
  595. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-rights-request.json +0 -0
  596. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/get-rights-response.json +0 -0
  597. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/revocation-notification.json +0 -0
  598. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/rights-pricing-option.json +0 -0
  599. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/rights-terms.json +0 -0
  600. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/update-rights-request.json +0 -0
  601. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand/update-rights-response.json +0 -0
  602. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/brand.json +0 -0
  603. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/calibrate-content-request.json +0 -0
  604. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/calibrate-content-response.json +0 -0
  605. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/create-content-standards-request.json +0 -0
  606. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/create-content-standards-response.json +0 -0
  607. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-content-standards-request.json +0 -0
  608. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-content-standards-response.json +0 -0
  609. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-media-buy-artifacts-request.json +0 -0
  610. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/get-media-buy-artifacts-response.json +0 -0
  611. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/list-content-standards-request.json +0 -0
  612. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/list-content-standards-response.json +0 -0
  613. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/update-content-standards-request.json +0 -0
  614. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/update-content-standards-response.json +0 -0
  615. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/validate-content-delivery-request.json +0 -0
  616. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/content-standards/validate-content-delivery-response.json +0 -0
  617. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-get-request.json +0 -0
  618. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-get-response.json +0 -0
  619. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-list-request.json +0 -0
  620. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/core/tasks-list-response.json +0 -0
  621. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-delivery-request.json +0 -0
  622. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-delivery-response.json +0 -0
  623. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-features-request.json +0 -0
  624. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/get-creative-features-response.json +0 -0
  625. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creative-formats-request.json +0 -0
  626. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creative-formats-response.json +0 -0
  627. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creatives-request.json +0 -0
  628. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/list-creatives-response.json +0 -0
  629. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/preview-creative-request.json +0 -0
  630. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/preview-creative-response.json +0 -0
  631. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/sync-creatives-request.json +0 -0
  632. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/creative/sync-creatives-response.json +0 -0
  633. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/build-creative-request.json +0 -0
  634. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/build-creative-response.json +0 -0
  635. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/create-media-buy-request.json +0 -0
  636. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/create-media-buy-response.json +0 -0
  637. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buy-delivery-request.json +0 -0
  638. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buy-delivery-response.json +0 -0
  639. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buys-request.json +0 -0
  640. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-media-buys-response.json +0 -0
  641. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-products-request.json +0 -0
  642. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/get-products-response.json +0 -0
  643. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/list-creative-formats-request.json +0 -0
  644. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/list-creative-formats-response.json +0 -0
  645. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/log-event-request.json +0 -0
  646. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/log-event-response.json +0 -0
  647. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/package-request.json +0 -0
  648. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/provide-performance-feedback-request.json +0 -0
  649. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/provide-performance-feedback-response.json +0 -0
  650. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-audiences-request.json +0 -0
  651. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-audiences-response.json +0 -0
  652. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-catalogs-request.json +0 -0
  653. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-catalogs-response.json +0 -0
  654. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-event-sources-request.json +0 -0
  655. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/sync-event-sources-response.json +0 -0
  656. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/update-media-buy-request.json +0 -0
  657. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/media-buy/update-media-buy-response.json +0 -0
  658. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/create-property-list-request.json +0 -0
  659. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/create-property-list-response.json +0 -0
  660. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/delete-property-list-request.json +0 -0
  661. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/delete-property-list-response.json +0 -0
  662. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/get-property-list-request.json +0 -0
  663. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/get-property-list-response.json +0 -0
  664. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/list-property-lists-request.json +0 -0
  665. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/list-property-lists-response.json +0 -0
  666. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/update-property-list-request.json +0 -0
  667. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/update-property-list-response.json +0 -0
  668. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/validate-property-delivery-request.json +0 -0
  669. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/property/validate-property-delivery-response.json +0 -0
  670. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/protocol/get-adcp-capabilities-request.json +0 -0
  671. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/protocol/get-adcp-capabilities-response.json +0 -0
  672. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/activate-signal-request.json +0 -0
  673. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/activate-signal-response.json +0 -0
  674. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/get-signals-request.json +0 -0
  675. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/signals/get-signals-response.json +0 -0
  676. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-get-offering-request.json +0 -0
  677. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-get-offering-response.json +0 -0
  678. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-initiate-session-request.json +0 -0
  679. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-initiate-session-response.json +0 -0
  680. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-send-message-request.json +0 -0
  681. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-send-message-response.json +0 -0
  682. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-terminate-session-request.json +0 -0
  683. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/bundled/sponsored-intelligence/si-terminate-session-response.json +0 -0
  684. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/base-collection-source.json +0 -0
  685. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list-changed-webhook.json +0 -0
  686. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list-filters.json +0 -0
  687. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/collection-list.json +0 -0
  688. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/create-collection-list-request.json +0 -0
  689. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/create-collection-list-response.json +0 -0
  690. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/delete-collection-list-request.json +0 -0
  691. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/delete-collection-list-response.json +0 -0
  692. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/get-collection-list-request.json +0 -0
  693. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/get-collection-list-response.json +0 -0
  694. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/list-collection-lists-request.json +0 -0
  695. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/list-collection-lists-response.json +0 -0
  696. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/update-collection-list-request.json +0 -0
  697. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/collection/update-collection-list-response.json +0 -0
  698. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/artifact-webhook-payload.json +0 -0
  699. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/artifact.json +0 -0
  700. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/calibrate-content-request.json +0 -0
  701. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/calibrate-content-response.json +0 -0
  702. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/content-standards.json +0 -0
  703. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/create-content-standards-request.json +0 -0
  704. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/create-content-standards-response.json +0 -0
  705. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-content-standards-request.json +0 -0
  706. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-content-standards-response.json +0 -0
  707. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-media-buy-artifacts-request.json +0 -0
  708. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/get-media-buy-artifacts-response.json +0 -0
  709. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/list-content-standards-request.json +0 -0
  710. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/list-content-standards-response.json +0 -0
  711. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/update-content-standards-request.json +0 -0
  712. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/update-content-standards-response.json +0 -0
  713. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/validate-content-delivery-request.json +0 -0
  714. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/content-standards/validate-content-delivery-response.json +0 -0
  715. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/account-ref.json +0 -0
  716. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/account.json +0 -0
  717. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/activation-key.json +0 -0
  718. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/ad-inventory-config.json +0 -0
  719. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/agent-encryption-key.json +0 -0
  720. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/agent-signing-key.json +0 -0
  721. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/app-item.json +0 -0
  722. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/audio-asset.json +0 -0
  723. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/brief-asset.json +0 -0
  724. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/catalog-asset.json +0 -0
  725. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/css-asset.json +0 -0
  726. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/daast-asset.json +0 -0
  727. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/html-asset.json +0 -0
  728. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/image-asset.json +0 -0
  729. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/javascript-asset.json +0 -0
  730. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/markdown-asset.json +0 -0
  731. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/text-asset.json +0 -0
  732. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/url-asset.json +0 -0
  733. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/vast-asset.json +0 -0
  734. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/video-asset.json +0 -0
  735. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/assets/webhook-asset.json +0 -0
  736. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/async-response-data.json +0 -0
  737. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/attribution-window.json +0 -0
  738. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/audience-member.json +0 -0
  739. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/audience-selector.json +0 -0
  740. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/brand-id.json +0 -0
  741. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/brand-ref.json +0 -0
  742. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/business-entity.json +0 -0
  743. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/cancellation-policy.json +0 -0
  744. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catalog-field-mapping.json +0 -0
  745. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catalog.json +0 -0
  746. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/catchment.json +0 -0
  747. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-distribution.json +0 -0
  748. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-list-ref.json +0 -0
  749. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection-selector.json +0 -0
  750. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/collection.json +0 -0
  751. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/content-rating.json +0 -0
  752. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/context.json +0 -0
  753. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-asset.json +0 -0
  754. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-assignment.json +0 -0
  755. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-brief.json +0 -0
  756. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-consumption.json +0 -0
  757. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-filters.json +0 -0
  758. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-item.json +0 -0
  759. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-manifest.json +0 -0
  760. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-policy.json +0 -0
  761. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-variable.json +0 -0
  762. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/creative-variant.json +0 -0
  763. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/data-provider-signal-selector.json +0 -0
  764. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/date-range.json +0 -0
  765. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/datetime-range.json +0 -0
  766. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/daypart-target.json +0 -0
  767. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/deadline-policy.json +0 -0
  768. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/delivery-forecast.json +0 -0
  769. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/delivery-metrics.json +0 -0
  770. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/deployment.json +0 -0
  771. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/destination-item.json +0 -0
  772. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/destination.json +0 -0
  773. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/diagnostic-issue.json +0 -0
  774. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/duration.json +0 -0
  775. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/education-item.json +0 -0
  776. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/error.json +0 -0
  777. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event-custom-data.json +0 -0
  778. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event-source-health.json +0 -0
  779. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/event.json +0 -0
  780. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/ext.json +0 -0
  781. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/feature-requirement.json +0 -0
  782. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/flight-item.json +0 -0
  783. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/forecast-point.json +0 -0
  784. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/forecast-range.json +0 -0
  785. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/format-id.json +0 -0
  786. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/format.json +0 -0
  787. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/frequency-cap.json +0 -0
  788. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/generation-credential.json +0 -0
  789. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/geo-breakdown-support.json +0 -0
  790. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/hotel-item.json +0 -0
  791. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/identifier.json +0 -0
  792. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/industry-identifier.json +0 -0
  793. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/insertion-order.json +0 -0
  794. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/installment-deadlines.json +0 -0
  795. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/installment.json +0 -0
  796. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/job-item.json +0 -0
  797. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/limited-series.json +0 -0
  798. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/material-deadline.json +0 -0
  799. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/mcp-webhook-payload.json +0 -0
  800. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-readiness.json +0 -0
  801. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-terms.json +0 -0
  802. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/measurement-window.json +0 -0
  803. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/media-buy-features.json +0 -0
  804. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/media-buy.json +0 -0
  805. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/offering-asset-group.json +0 -0
  806. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/offering.json +0 -0
  807. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/optimization-goal.json +0 -0
  808. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/outcome-measurement.json +0 -0
  809. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/overlay.json +0 -0
  810. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/package.json +0 -0
  811. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pagination-request.json +0 -0
  812. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pagination-response.json +0 -0
  813. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/performance-feedback.json +0 -0
  814. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/performance-standard.json +0 -0
  815. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/placement-definition.json +0 -0
  816. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/placement.json +0 -0
  817. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/planned-delivery.json +0 -0
  818. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/price.json +0 -0
  819. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/pricing-option.json +0 -0
  820. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product-allocation.json +0 -0
  821. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product-filters.json +0 -0
  822. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/product.json +0 -0
  823. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-id.json +0 -0
  824. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-list-ref.json +0 -0
  825. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property-tag.json +0 -0
  826. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/property.json +0 -0
  827. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/proposal.json +0 -0
  828. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/protocol-envelope.json +0 -0
  829. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/provenance.json +0 -0
  830. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/publisher-property-selector.json +0 -0
  831. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/push-notification-config.json +0 -0
  832. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/real-estate-item.json +0 -0
  833. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reference-asset.json +0 -0
  834. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reporting-capabilities.json +0 -0
  835. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/reporting-webhook.json +0 -0
  836. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/asset-requirements.json +0 -0
  837. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/audio-asset-requirements.json +0 -0
  838. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/catalog-field-binding.json +0 -0
  839. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/catalog-requirements.json +0 -0
  840. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/css-asset-requirements.json +0 -0
  841. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/daast-asset-requirements.json +0 -0
  842. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/html-asset-requirements.json +0 -0
  843. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/image-asset-requirements.json +0 -0
  844. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/javascript-asset-requirements.json +0 -0
  845. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/markdown-asset-requirements.json +0 -0
  846. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/offering-asset-constraint.json +0 -0
  847. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/text-asset-requirements.json +0 -0
  848. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/url-asset-requirements.json +0 -0
  849. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/vast-asset-requirements.json +0 -0
  850. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/video-asset-requirements.json +0 -0
  851. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/requirements/webhook-asset-requirements.json +0 -0
  852. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/response.json +0 -0
  853. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/rights-constraint.json +0 -0
  854. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/seller-agent-ref.json +0 -0
  855. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-definition.json +0 -0
  856. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-filters.json +0 -0
  857. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-id.json +0 -0
  858. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-pricing-option.json +0 -0
  859. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-pricing.json +0 -0
  860. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/signal-targeting.json +0 -0
  861. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/special.json +0 -0
  862. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/start-timing.json +0 -0
  863. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/store-item.json +0 -0
  864. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/talent.json +0 -0
  865. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/targeting.json +0 -0
  866. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-get-request.json +0 -0
  867. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-get-response.json +0 -0
  868. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-list-request.json +0 -0
  869. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/tasks-list-response.json +0 -0
  870. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/user-match.json +0 -0
  871. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/vehicle-item.json +0 -0
  872. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/vendor-pricing-option.json +0 -0
  873. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/core/x-entity-types.json +0 -0
  874. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/asset-types/index.json +0 -0
  875. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/creative-feature-result.json +0 -0
  876. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-delivery-request.json +0 -0
  877. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-delivery-response.json +0 -0
  878. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-features-request.json +0 -0
  879. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/get-creative-features-response.json +0 -0
  880. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creative-formats-request.json +0 -0
  881. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creative-formats-response.json +0 -0
  882. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creatives-request.json +0 -0
  883. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/list-creatives-response.json +0 -0
  884. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-creative-request.json +0 -0
  885. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-creative-response.json +0 -0
  886. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/preview-render.json +0 -0
  887. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-input-required.json +0 -0
  888. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-submitted.json +0 -0
  889. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-async-response-working.json +0 -0
  890. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-request.json +0 -0
  891. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/creative/sync-creatives-response.json +0 -0
  892. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/account-scope.json +0 -0
  893. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/account-status.json +0 -0
  894. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/action-source.json +0 -0
  895. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/adcp-protocol.json +0 -0
  896. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/adjustment-kind.json +0 -0
  897. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/advertiser-industry.json +0 -0
  898. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/age-verification-method.json +0 -0
  899. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/assessment-status.json +0 -0
  900. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/asset-content-type.json +0 -0
  901. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/attribution-model.json +0 -0
  902. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audience-source.json +0 -0
  903. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audience-status.json +0 -0
  904. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/audio-channel-layout.json +0 -0
  905. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/auth-scheme.json +0 -0
  906. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/available-metric.json +0 -0
  907. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/billing-party.json +0 -0
  908. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/binary-verdict.json +0 -0
  909. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/brand-agent-type.json +0 -0
  910. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/canceled-by.json +0 -0
  911. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-action.json +0 -0
  912. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-item-status.json +0 -0
  913. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/catalog-type.json +0 -0
  914. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/channels.json +0 -0
  915. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/cloud-storage-protocol.json +0 -0
  916. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/co-branding-requirement.json +0 -0
  917. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-cadence.json +0 -0
  918. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-kind.json +0 -0
  919. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-relationship.json +0 -0
  920. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/collection-status.json +0 -0
  921. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/consent-basis.json +0 -0
  922. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/content-id-type.json +0 -0
  923. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/content-rating-system.json +0 -0
  924. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-action.json +0 -0
  925. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-agent-capability.json +0 -0
  926. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-approval-status.json +0 -0
  927. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-identifier-type.json +0 -0
  928. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-quality.json +0 -0
  929. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-sort-field.json +0 -0
  930. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/creative-status.json +0 -0
  931. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/daast-tracking-event.json +0 -0
  932. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/daast-version.json +0 -0
  933. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/day-of-week.json +0 -0
  934. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/delegation-authority.json +0 -0
  935. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/delivery-type.json +0 -0
  936. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/demographic-system.json +0 -0
  937. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/derivative-type.json +0 -0
  938. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/device-platform.json +0 -0
  939. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/device-type.json +0 -0
  940. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/digital-source-type.json +0 -0
  941. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/dimension-unit.json +0 -0
  942. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/disclosure-persistence.json +0 -0
  943. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/disclosure-position.json +0 -0
  944. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/distance-unit.json +0 -0
  945. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/distribution-identifier-type.json +0 -0
  946. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/error-code.json +0 -0
  947. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/escalation-severity.json +0 -0
  948. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/event-type.json +0 -0
  949. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/exclusivity.json +0 -0
  950. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feature-check-status.json +0 -0
  951. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feed-format.json +0 -0
  952. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/feedback-source.json +0 -0
  953. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecast-method.json +0 -0
  954. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecast-range-unit.json +0 -0
  955. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/forecastable-metric.json +0 -0
  956. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/format-id-parameter.json +0 -0
  957. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/frame-rate-type.json +0 -0
  958. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/frequency-cap-scope.json +0 -0
  959. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/genre-taxonomy.json +0 -0
  960. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/geo-level.json +0 -0
  961. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/gop-type.json +0 -0
  962. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-decision.json +0 -0
  963. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-domain.json +0 -0
  964. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-mode.json +0 -0
  965. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/governance-phase.json +0 -0
  966. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/history-entry-type.json +0 -0
  967. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/http-method.json +0 -0
  968. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/identifier-types.json +0 -0
  969. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/installment-status.json +0 -0
  970. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/javascript-module-type.json +0 -0
  971. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/landing-page-requirement.json +0 -0
  972. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/makegood-remedy.json +0 -0
  973. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/markdown-flavor.json +0 -0
  974. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/match-id-type.json +0 -0
  975. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/match-type.json +0 -0
  976. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/media-buy-status.json +0 -0
  977. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/media-buy-valid-action.json +0 -0
  978. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/metric-type.json +0 -0
  979. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/metro-system.json +0 -0
  980. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/moov-atom-position.json +0 -0
  981. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/notification-type.json +0 -0
  982. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/outcome-type.json +0 -0
  983. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/pacing.json +0 -0
  984. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/payment-terms.json +0 -0
  985. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/performance-standard-metric.json +0 -0
  986. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/policy-category.json +0 -0
  987. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/policy-enforcement.json +0 -0
  988. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/postal-system.json +0 -0
  989. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/preview-output-format.json +0 -0
  990. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/pricing-model.json +0 -0
  991. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/production-quality.json +0 -0
  992. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/property-type.json +0 -0
  993. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/proposal-status.json +0 -0
  994. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/publisher-identifier-types.json +0 -0
  995. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/purchase-type.json +0 -0
  996. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/reach-unit.json +0 -0
  997. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/reporting-frequency.json +0 -0
  998. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/response-type.json +0 -0
  999. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/restricted-attribute.json +0 -0
  1000. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/right-type.json +0 -0
  1001. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/right-use.json +0 -0
  1002. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/rights-billing-period.json +0 -0
  1003. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/scan-type.json +0 -0
  1004. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/si-session-status.json +0 -0
  1005. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-catalog-type.json +0 -0
  1006. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-source.json +0 -0
  1007. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/signal-value-type.json +0 -0
  1008. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/snapshot-unavailable-reason.json +0 -0
  1009. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/sort-direction.json +0 -0
  1010. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/sort-metric.json +0 -0
  1011. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/special-category.json +0 -0
  1012. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/specialism.json +0 -0
  1013. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/talent-role.json +0 -0
  1014. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/task-status.json +0 -0
  1015. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/task-type.json +0 -0
  1016. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/transport-mode.json +0 -0
  1017. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/travel-time-unit.json +0 -0
  1018. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/uid-type.json +0 -0
  1019. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/universal-macro.json +0 -0
  1020. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/update-frequency.json +0 -0
  1021. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/url-asset-type.json +0 -0
  1022. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/validation-mode.json +0 -0
  1023. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/vast-tracking-event.json +0 -0
  1024. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/vast-version.json +0 -0
  1025. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/viewability-standard.json +0 -0
  1026. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/wcag-level.json +0 -0
  1027. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/webhook-response-type.json +0 -0
  1028. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/enums/webhook-security-method.json +0 -0
  1029. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/account-setup-required.json +0 -0
  1030. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/audience-too-small.json +0 -0
  1031. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/budget-too-low.json +0 -0
  1032. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/conflict.json +0 -0
  1033. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/creative-rejected.json +0 -0
  1034. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/policy-violation.json +0 -0
  1035. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/rate-limited.json +0 -0
  1036. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/error-details/vendor-error-codes.json +0 -0
  1037. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/extensions/extension-meta.json +0 -0
  1038. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/extensions/index.json +0 -0
  1039. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/attribute-definition.json +0 -0
  1040. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/audience-constraints.json +0 -0
  1041. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/check-governance-request.json +0 -0
  1042. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/check-governance-response.json +0 -0
  1043. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/get-plan-audit-logs-request.json +0 -0
  1044. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/get-plan-audit-logs-response.json +0 -0
  1045. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-category-definition.json +0 -0
  1046. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-entry.json +0 -0
  1047. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/policy-ref.json +0 -0
  1048. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/report-plan-outcome-request.json +0 -0
  1049. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/report-plan-outcome-response.json +0 -0
  1050. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/sync-plans-request.json +0 -0
  1051. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/governance/sync-plans-response.json +0 -0
  1052. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/index.json +0 -0
  1053. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-input-required.json +0 -0
  1054. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-submitted.json +0 -0
  1055. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-async-response-working.json +0 -0
  1056. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-request.json +0 -0
  1057. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/build-creative-response.json +0 -0
  1058. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-input-required.json +0 -0
  1059. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-submitted.json +0 -0
  1060. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-async-response-working.json +0 -0
  1061. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-request.json +0 -0
  1062. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/create-media-buy-response.json +0 -0
  1063. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buy-delivery-request.json +0 -0
  1064. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buy-delivery-response.json +0 -0
  1065. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buys-request.json +0 -0
  1066. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-media-buys-response.json +0 -0
  1067. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-input-required.json +0 -0
  1068. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-submitted.json +0 -0
  1069. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-async-response-working.json +0 -0
  1070. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-request.json +0 -0
  1071. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/get-products-response.json +0 -0
  1072. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/list-creative-formats-request.json +0 -0
  1073. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/list-creative-formats-response.json +0 -0
  1074. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/log-event-request.json +0 -0
  1075. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/log-event-response.json +0 -0
  1076. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/package-request.json +0 -0
  1077. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/package-update.json +0 -0
  1078. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/provide-performance-feedback-request.json +0 -0
  1079. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/provide-performance-feedback-response.json +0 -0
  1080. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-audiences-request.json +0 -0
  1081. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-audiences-response.json +0 -0
  1082. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-input-required.json +0 -0
  1083. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-submitted.json +0 -0
  1084. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-async-response-working.json +0 -0
  1085. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-request.json +0 -0
  1086. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-catalogs-response.json +0 -0
  1087. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-event-sources-request.json +0 -0
  1088. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/sync-event-sources-response.json +0 -0
  1089. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-input-required.json +0 -0
  1090. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-submitted.json +0 -0
  1091. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-async-response-working.json +0 -0
  1092. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-request.json +0 -0
  1093. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/media-buy/update-media-buy-response.json +0 -0
  1094. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpa-option.json +0 -0
  1095. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpc-option.json +0 -0
  1096. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpcv-option.json +0 -0
  1097. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpm-option.json +0 -0
  1098. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpp-option.json +0 -0
  1099. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/cpv-option.json +0 -0
  1100. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/flat-rate-option.json +0 -0
  1101. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/price-breakdown.json +0 -0
  1102. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/price-guidance.json +0 -0
  1103. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/time-option.json +0 -0
  1104. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/pricing-options/vcpm-option.json +0 -0
  1105. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/authorization-result.json +0 -0
  1106. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/base-property-source.json +0 -0
  1107. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/create-property-list-request.json +0 -0
  1108. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/create-property-list-response.json +0 -0
  1109. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delete-property-list-request.json +0 -0
  1110. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delete-property-list-response.json +0 -0
  1111. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/delivery-record.json +0 -0
  1112. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/get-property-list-request.json +0 -0
  1113. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/get-property-list-response.json +0 -0
  1114. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/list-property-lists-request.json +0 -0
  1115. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/list-property-lists-response.json +0 -0
  1116. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-error.json +0 -0
  1117. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-definition.json +0 -0
  1118. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-result.json +0 -0
  1119. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature-value.json +0 -0
  1120. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-feature.json +0 -0
  1121. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list-changed-webhook.json +0 -0
  1122. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list-filters.json +0 -0
  1123. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/property-list.json +0 -0
  1124. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/update-property-list-request.json +0 -0
  1125. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/update-property-list-response.json +0 -0
  1126. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validate-property-delivery-request.json +0 -0
  1127. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validate-property-delivery-response.json +0 -0
  1128. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/property/validation-result.json +0 -0
  1129. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/protocol/get-adcp-capabilities-request.json +0 -0
  1130. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/protocol/get-adcp-capabilities-response.json +0 -0
  1131. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/activate-signal-request.json +0 -0
  1132. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/activate-signal-response.json +0 -0
  1133. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/get-signals-request.json +0 -0
  1134. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/signals/get-signals-response.json +0 -0
  1135. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-capabilities.json +0 -0
  1136. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-get-offering-request.json +0 -0
  1137. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-get-offering-response.json +0 -0
  1138. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-identity.json +0 -0
  1139. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-initiate-session-request.json +0 -0
  1140. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-initiate-session-response.json +0 -0
  1141. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-send-message-request.json +0 -0
  1142. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-send-message-response.json +0 -0
  1143. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-terminate-session-request.json +0 -0
  1144. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-terminate-session-response.json +0 -0
  1145. /package/dist/lib/schemas-data/{3.0.1 → 3.0}/sponsored-intelligence/si-ui-element.json +0 -0
@@ -1,1010 +0,0 @@
1
- # Storyboard Definition Schema
2
- #
3
- # Storyboards are narrative test workflows that walk agent builders through
4
- # the sequence of calls their agent will receive, with context at each step.
5
- #
6
- # Each storyboard targets a specific agent interaction model and
7
- # describes the flow from a caller's perspective.
8
-
9
- # --- Schema definition ---
10
-
11
- # A storyboard file must conform to this structure:
12
- #
13
- # id: string (unique identifier, e.g., "creative_template")
14
- # version: string (semver, e.g., "1.0.0")
15
- # title: string (human-readable title)
16
- # category: enum — matches the specialism ID with hyphens replaced by underscores.
17
- # Sales: sales_guaranteed | sales_non_guaranteed | sales_proposal_mode | sales_catalog_driven | sales_broadcast_tv | sales_streaming_tv | sales_social | sales_exchange | sales_retail_media
18
- # Creative: creative_ad_server | creative_generative | creative_template
19
- # Signals: signal_marketplace | signal_owned
20
- # Governance: content_standards | property_lists | collection_lists | governance_delivery_monitor | governance_spend_authority | measurement_verification
21
- # Brand: brand_rights
22
- # Audiences: audience_sync
23
- # Universal / domain-level: capability_discovery | schema_validation | behavioral_analysis | error_compliance | security | media_buy_seller | media_buy_governance_escalation | si_session
24
- # Scenario variants use <category>/<variant> form, e.g. governance_spend_authority/denied, creative_generative/seller, brand_rights/governance_denied
25
- # summary: string (one-line description for listings)
26
- # track: enum (optional — compliance track this storyboard contributes to:
27
- # core | products | media_buy | creative | reporting | governance |
28
- # campaign_governance | signals | si | audiences | error_handling | brand | security)
29
- # required_tools: string[] (optional — tool names the storyboard uses; empty for protocol-level tests)
30
- # narrative: string (paragraph explaining the overall flow)
31
- #
32
- # requires_scenarios: string[] (optional — scenario IDs from storyboards/scenarios/ that must pass alongside this storyboard.
33
- # Scenarios are small, focused behavior tests (e.g., "media_buy_seller/accepts_governance").
34
- # The compliance engine resolves and runs them alongside the main storyboard.
35
- #
36
- # Flag flow across `requires_scenarios`:
37
- # A `branch_set` flag contributed in a step of storyboard X is
38
- # considered asserted if EITHER (a) a step in X's own phases asserts
39
- # it via `assert_contribution` with `check: any_of, allowed_values:
40
- # [<flag>]`, OR (b) a scenario Y listed in `X.requires_scenarios`
41
- # asserts it via the same check. The `orphan_contribution` lint
42
- # honors this flow.
43
- #
44
- # Reverse flow (a contribution in scenario Y asserted in parent X)
45
- # is NOT supported — scenarios MUST be internally self-grading.
46
- # The restriction preserves standalone lintability of scenarios
47
- # and prevents cycles in the composition graph. Scenarios that
48
- # contribute a flag without asserting it in their own phases will
49
- # surface as `orphan_contribution` when linted standalone.
50
- #
51
- # Scenario IDs in `requires_scenarios` MUST match the referenced
52
- # file's top-level `id:` exactly, and the referenced scenario file
53
- # MUST exist in the source tree at build time. Duplicate IDs
54
- # across files are a build-time error.)
55
- #
56
- # agent:
57
- # interaction_model: enum (stateless_transform | stateful_preloaded | stateful_push | stateless_generate | media_buy_seller | marketplace_catalog | owned_signals | si_platform | brand_rights_holder | governance_agent)
58
- # capabilities: string[] (AdCP capability flags: supports_transformation, has_creative_library, supports_generation, sells_media, accepts_briefs, supports_guaranteed, supports_non_guaranteed, catalog_signals)
59
- # examples: string[] (real-world examples: "Celtra", "Innovid")
60
- #
61
- # caller:
62
- # role: string (who initiates the calls: "buyer_agent", "orchestrator", "dsp")
63
- # example: string (e.g., "Scope3", "Pinnacle Agency")
64
- #
65
- # prerequisites:
66
- # description: string (what must be true before running this storyboard)
67
- # test_kit: string (reference to a test kit file, e.g., "test-kits/acme-outdoor.yaml").
68
- # Always a single path — test kits are not composed through this field. See
69
- # "Test kit flavors" below for the two shapes a test kit may take and how
70
- # storyboards compose brand identity with harness coordination when they need
71
- # both.
72
- # controller_seeding: boolean (optional — when true, the runner auto-injects a
73
- # fixtures phase that seeds every entry in the storyboard's top-level
74
- # `fixtures:` block via `comply_test_controller` before the main phases run.
75
- # Storyboards that hardcode fixture IDs in sample_request payloads SHOULD
76
- # declare this and populate `fixtures:`. Missing `seed_*` support on the
77
- # agent grades the storyboard `not_applicable`, not failed.)
78
- #
79
- # fixtures: object (optional — declarative prerequisite state the runner seeds via
80
- # comply_test_controller before executing phases. Structure:
81
- # fixtures:
82
- # products:
83
- # - product_id: "test-product"
84
- # delivery_type: "non_guaranteed"
85
- # pricing_options:
86
- # - pricing_option_id: "test-pricing"
87
- # pricing_model: "cpm"
88
- # creatives:
89
- # - creative_id: "campaign_hero_video"
90
- # status: "approved"
91
- # format_id: { id: "video_30s" }
92
- # plans:
93
- # - plan_id: "gov_acme_q2_2027"
94
- # budget: { total: 30000, currency: "USD" }
95
- # media_buys:
96
- # - media_buy_id: "mb_acme_q2_2026_auction"
97
- # status: "active"
98
- # Each top-level key maps to a seed_* scenario (products → seed_product,
99
- # pricing_options → seed_pricing_option, creatives → seed_creative,
100
- # plans → seed_plan, media_buys → seed_media_buy). Foreign-key dependency DAG
101
- # the runner MUST honor when auto-seeding:
102
- #
103
- # product ──┬─→ pricing_option
104
- # ├─→ plan
105
- # └─→ media_buy
106
- # creative ────→ media_buy
107
- # plan ────────→ media_buy
108
- #
109
- # Products seed before pricing_options and plans that reference them;
110
- # products, creatives, and plans all seed before media_buys that reference
111
- # them. See docs/building/implementation/comply-test-controller.mdx for the
112
- # full seeding semantics and per-scenario param shapes.
113
- #
114
- # Storyboards SHOULD prefer the `fixtures:` block over hardcoded sample_request
115
- # IDs whose existence the runner cannot verify.
116
- #
117
- # Hardcoded-literal fixtures in sample_request (e.g., product_id: "test-product"
118
- # without a matching `fixtures:` entry) are permitted through 3.x for existing
119
- # storyboards that pre-seed matching IDs out of band, and SHOULD migrate to the
120
- # `fixtures:` block before 4.0. New storyboards authored after this spec edit
121
- # MUST NOT hardcode fixture IDs without a corresponding `fixtures:` block or a
122
- # test-kit substitution.)
123
- #
124
- # --- Test kit flavors ---
125
- #
126
- # Files under `static/compliance/source/test-kits/` come in two shapes. The
127
- # distinction is not enforced by a separate field today — it's identified by
128
- # which fixture data the kit carries.
129
- #
130
- # Brand kit — carries a brand identity and authentication fixture. Declares:
131
- # id string (short identifier)
132
- # auth.api_key string (`demo-<kit>-v1` pattern; the demo Bearer the
133
- # runner sends on positive api-key probes)
134
- # auth.probe_task string (the protected read the runner calls under
135
- # `auth: none` and with a random-invalid key)
136
- # brand object (house + brand_id + names + logos + colors +
137
- # fonts + tone — full brand.json payload)
138
- # + optional products, creatives, pricing_options, destinations, etc.
139
- #
140
- # Today's brand kits: acme-outdoor, bistro-oranje, nova-motors, osei-natural,
141
- # summit-foods. Used by storyboards that exercise brand-specific AdCP protocol
142
- # flows (creative, media-buy, signals, governance, etc.).
143
- #
144
- # Runner contract — carries a harness coordination contract. Declares:
145
- # id string (short identifier)
146
- # applies_to object or list (which storyboards/specialisms consume
147
- # this contract, e.g., `{ specialism: signed-requests }`)
148
- # + contract-specific fields describing how the runner should pre-configure
149
- # the agent under test (e.g., `receiver_urls:`, `retry_replay_contract:`
150
- # for webhook-receiver-runner; `endpoint_modes:` for signed-requests)
151
- #
152
- # Today's runner contracts: signed-requests-runner, substitution-observer-
153
- # runner, webhook-receiver-runner. They carry no credentials today — the
154
- # runner injects no auth for these storyboards because the storyboards test
155
- # harness infrastructure (signature verification, webhook receiver
156
- # coordination, URL substitution observability), not brand-specific AdCP
157
- # flows. A future runner contract could legitimately carry its own test-
158
- # coordination principal (e.g., a callback-authenticating receiver), so the
159
- # "no credentials" property is temporal, not structural.
160
- #
161
- # Enforcement. `scripts/lint-storyboard-test-kits.cjs` fails the build if a
162
- # kit under `test-kits/` declares neither `auth.api_key` nor `applies_to` —
163
- # that's the bimodal partition this section describes. The lint tolerates
164
- # kits that declare both (the future-branded-runner case above).
165
- #
166
- # Composition. Storyboards that need BOTH a brand identity AND a harness
167
- # contract declare the brand kit in `prerequisites.test_kit` and opt into the
168
- # runner contract through the `requires_contract: <runner_id>` field on
169
- # specific assertion tasks that need it — today that's `expect_substitution_safe`
170
- # and `expect_webhook*` (see their task definitions below for the per-task
171
- # field shape). When the named contract is not in scope for the runner, the
172
- # task grades as `not_applicable` rather than failing. Example:
173
- # `specialisms/sales-catalog-driven/index.yaml` declares
174
- # `prerequisites.test_kit: "test-kits/acme-outdoor.yaml"` and its
175
- # `expect_substitution_safe` step carries `requires_contract:
176
- # substitution_observer_runner`.
177
- #
178
- # Storyboards that test pure harness infrastructure without a specific brand
179
- # (e.g., `specialisms/signed-requests/index.yaml`,
180
- # `universal/webhook-emission.yaml`) point `prerequisites.test_kit` directly
181
- # at the runner contract and fall back on `task_default:` when any
182
- # `$test_kit.operations.<name>` reference resolves to null (see Step field
183
- # docs).
184
- #
185
- # `test_kit=<path>` in the contradiction-lint fingerprint disambiguates the
186
- # two flavors — `auth=kit_default` resolves to the kit's api_key for brand
187
- # kits and to no-credential for runner contracts, but the two never collide
188
- # because the `test_kit=` component separates them.
189
- #
190
- # Future: if a storyboard ever needs to compose TWO runner contracts
191
- # simultaneously (e.g., signed-requests + substitution-observer), the step-
192
- # level `requires_contract:` field will need to accept a list. Not reachable
193
- # today.
194
- #
195
- # See `docs/contributing/storyboard-authoring.md` for the author-workflow
196
- # side of kit selection.
197
- #
198
- # phases: array of Phase objects
199
- #
200
- # --- Phase ---
201
- #
202
- # id: string (unique within storyboard)
203
- # title: string (human-readable phase title)
204
- # narrative: string (paragraph explaining this phase from the caller's perspective)
205
- #
206
- # steps: array of Step objects
207
- #
208
- # --- Step ---
209
- #
210
- # id: string (unique within phase)
211
- # title: string (human-readable step title)
212
- # narrative: string (what's happening and why)
213
- # task: string (AdCP task name: list_creative_formats, preview_creative, build_creative, get_products,
214
- # create_media_buy, sync_accounts, etc. May reference a test-kit field, e.g.
215
- # "$test_kit.auth.probe_task", in which case `task_default` provides the fallback.)
216
- # task_default: string (optional — default task name when `task` is a test-kit reference that resolves to null)
217
- # schema_ref: string (path to request schema, e.g., "creative/list-creative-formats-request.json" or "media-buy/get-products-request.json")
218
- # response_schema_ref: string (path to response schema)
219
- # doc_ref: string (path to documentation page)
220
- # comply_scenario: string (maps to @adcp/client testing scenario, e.g., "creative_sync")
221
- # expected: string (human-readable description of expected behavior)
222
- # stateful: boolean (does this step depend on state from a previous step?)
223
- #
224
- # sample_request: object (optional — example request payload for this step)
225
- # Placeholders: `$context.<name>` and `{{prior_step.<id>.<field>}}`. See
226
- # the "Substitution" section below for the full semantics. For the narrow
227
- # case where the SDK's per-task request builder discards a body field
228
- # from `sample_request`, use `context_inputs:` (above) as the
229
- # post-builder injection path.
230
- # sample_response: object (optional — example expected response; also surfaces in published docs)
231
- #
232
- # auth: "none" | object (optional — overrides the transport's default credentials for this step)
233
- # auth: none → strip any configured credentials before sending
234
- # auth: { type: api_key, from_test_kit: true } → use the API key at `auth.api_key` in the test kit
235
- # auth: { type: api_key, from_test_kit: "auth.principals.<name>.api_key" }
236
- # → select a named principal within a multi-principal kit
237
- # (forward-compatible shape; no kit exposes multiple
238
- # principals today)
239
- # auth: { type: api_key, value_strategy: random_invalid }
240
- # → use a per-run random bogus API key (for invalid-key probes).
241
- # Runner generates `invalid-<32 random bytes>` per run.
242
- # auth: { type: oauth_bearer, value_strategy: random_invalid_jwt }
243
- # → use a per-run random JWT-shaped bogus Bearer token.
244
- # Runner generates `<base64url random>.<base64url random>.<base64url random>` per run.
245
- #
246
- # DISALLOWED: `auth: { type: ..., value: "<literal>" }` — literal credentials in
247
- # storyboard YAML are a code smell (they bind the storyboard to a specific value,
248
- # can't rotate without rewriting, and leak plaintext identity into source).
249
- # `lint-storyboard-auth-shape.cjs` (rule `literal_value`) fails the build on this
250
- # shape. Use `from_test_kit` or `value_strategy` instead. See #2720.
251
- #
252
- # omit_idempotency_key: boolean (optional — when true on a mutating-task step,
253
- # the runner skips `applyIdempotencyInvariant` and signals the SDK client via
254
- # `skipIdempotencyAutoInject` so the request reaches the agent WITHOUT an
255
- # `idempotency_key`. Use for missing-key rejection vectors — without this flag
256
- # the SDK auto-injects a key and the agent never sees the missing-key path.
257
- # Applies only to mutating tasks (create/update/cancel); ignored on reads.)
258
- #
259
- # contributes_to: string (optional — marks this step as contributing a named flag
260
- # that a later assert_contribution step can require)
261
- # contributes: boolean (optional — shorthand for `contributes_to: <enclosing phase's branch_set.id>`
262
- # introduced alongside first-class `branch_set:` declarations.
263
- # Legal only inside a phase that declares `branch_set:`; the runner's
264
- # loader resolves `contributes: true` to the phase's branch_set.id
265
- # and raises a storyboard-load error on `contributes: true` outside
266
- # a branch_set phase or on a step that also declares `contributes_to`.
267
- # See adcp-client#693 and `lint:storyboard-branch-sets` for the
268
- # full rule set.)
269
- # contributes_if: string (optional — runner-evaluated expression gating the contribution)
270
- # Supported grammar (single form; not a general-purpose DSL):
271
- # "prior_step.<step_id>.passed" → true if the named prior step in the same storyboard passed
272
- # Storyboard authors should prefer expressing gating through step ordering when possible.
273
- #
274
- # context_outputs: array of ContextOutput objects (optional — capture values from
275
- # this step's response into the runner's context accumulator so later steps can
276
- # reference them via $context.<name>). Each entry:
277
- # - name: string (the context variable to populate; MUST be unique within the
278
- # storyboard run)
279
- # path: string (JSON path against this step's response body, e.g.
280
- # "media_buy_id", "accounts[0].account_id", "plans[0].plan_id")
281
- # Runner behavior:
282
- # - Captures occur AFTER the step's validations pass. A failed step MUST NOT
283
- # populate the context accumulator — downstream $context.<name> references
284
- # resolve to an unresolved_substitution error, which grades the dependent
285
- # step as failed rather than the storyboard passing on fabricated state.
286
- # - Paths that do not resolve in the response body are a runner-side grading
287
- # failure on THIS step (capture_path_not_resolvable), not the downstream
288
- # reader — the capture declared a contract that the response did not meet.
289
- # - The accumulator is storyboard-run-scoped; values do not leak across runs.
290
- #
291
- # context_inputs: array of ContextInput objects (optional — inject captured
292
- # context values into the request at a specific path AFTER the per-task
293
- # request builder runs).
294
- #
295
- # Shape:
296
- # context_inputs:
297
- # - key: product_format_id # name populated by a prior context_outputs capture
298
- # inject_at: "format_ids[0]" # JSON path inside the request body
299
- #
300
- # Do NOT use `context_inputs` unless `$context.<name>` inside
301
- # `sample_request:` has been tried and verified not to reach the wire.
302
- # The default substitution path is `$context.<name>` placeholders inside
303
- # `sample_request:` — keep the request body honest about what the agent
304
- # will receive. Reasons the default is preferred:
305
- # - The published sample_response/sample_request pair is what seller
306
- # engineers read to implement against the storyboard; anything the
307
- # runner injects out-of-band is invisible there.
308
- # - `$context.<name>` produces a pointed `unresolved_substitution` failure
309
- # when the referenced capture is missing. `context_inputs` is
310
- # silently a no-op on a missing `key` (runner:
311
- # `if (input.key in context) setPath(...)`) — a typo in `key` or a
312
- # failed capture produces an empty field rather than a loud error.
313
- #
314
- # Legitimate uses:
315
- # - The @adcp/client per-task request builder for a given tool discards
316
- # body fields from `sample_request` (the runner's post-builder merge
317
- # only forwards envelope fields: `context`, `ext`, `idempotency_key`,
318
- # `push_notification_config`). The observable symptom is that the
319
- # agent answers with an unfiltered/default result and a round-trip
320
- # or substitution-observer validation grades on fabricated state.
321
- # `context_inputs` runs AFTER the builder, so it round-trips the
322
- # captured value to the wire regardless.
323
- # - Dependency-aware multi-instance dispatch, where the runner needs to
324
- # route a step to a specific replica URL derived from a prior step's
325
- # response (not applicable to single-instance storyboards).
326
- #
327
- # Value types are preserved. The captured value is written to `inject_at`
328
- # as-is — object and numeric captures are NOT stringified, matching the
329
- # `$context.<name>` behavior described below.
330
- #
331
- # Document every SDK-gap-workaround entry inline. The comment MUST name
332
- # the SDK version that carries the gap and the upstream PR that closes
333
- # it, so the entry can be removed when we bump past that release. See
334
- # `static/compliance/source/protocols/media-buy/index.yaml`
335
- # (`list_formats_integrity` step) for a worked example tied to
336
- # adcontextprotocol/adcp-client#789.
337
- #
338
- # validations: array of Validation objects (optional)
339
- #
340
- # --- Phase (optional fields for conditional execution) ---
341
- #
342
- # optional: boolean (default false — see semantics below)
343
- # skip_if: string (expression — phase is skipped when the expression evaluates to true,
344
- # e.g., "!test_kit.auth.api_key")
345
- # branch_set: object (optional — first-class declaration of branch-set membership;
346
- # see "Branch sets" section below)
347
- #
348
- # Optional phase semantics:
349
- # - An `optional: true` phase always runs unless `skip_if` evaluates to true.
350
- # `skip_if` (e.g., "!test_kit.auth.api_key") means "skip this phase when the
351
- # expression is true"; without `skip_if`, the phase runs every time.
352
- # - Failures inside an optional phase do NOT fail the overall storyboard on
353
- # their own — the phase is for accumulating contributions toward a later
354
- # `assert_contribution` check. The final assert is what fails the storyboard
355
- # when no optional path succeeded.
356
- # - A non-optional phase that fails fails the storyboard unconditionally.
357
- #
358
- # Branch sets:
359
- # A branch set is a group of peer optional phases exercising mutually
360
- # exclusive agent behaviors for the same trigger — e.g., an agent that
361
- # rejects a past start_time vs. an agent that accepts-and-adjusts. A
362
- # later `assert_contribution` step over the set's `branch_set.id` fails
363
- # the storyboard only when NO branch contributed.
364
- #
365
- # Minimal example — two peer phases and the assertion that grades them:
366
- #
367
- # phases:
368
- # - id: past_start_reject_path
369
- # optional: true
370
- # branch_set:
371
- # id: past_start_handled
372
- # semantics: any_of
373
- # steps:
374
- # - id: create_buy_past_start_reject
375
- # task: create_media_buy
376
- # contributes_to: past_start_handled
377
- # # ... expect INVALID_REQUEST ...
378
- #
379
- # - id: past_start_adjust_path
380
- # optional: true
381
- # branch_set:
382
- # id: past_start_handled
383
- # semantics: any_of
384
- # steps:
385
- # - id: create_buy_past_start_adjust
386
- # task: create_media_buy
387
- # contributes_to: past_start_handled
388
- # # ... expect media_buy_id ...
389
- #
390
- # - id: past_start_enforcement
391
- # steps:
392
- # - task: assert_contribution
393
- # validations:
394
- # - check: any_of
395
- # allowed_values: [past_start_handled]
396
- #
397
- # `@adcp/client` 5.8.0+ also accepts the boolean shorthand
398
- # `contributes: true` on a step inside a branch_set phase — the runner's
399
- # loader resolves it to the enclosing phase's `branch_set.id`. The two
400
- # forms are semantically identical; `contributes: true` is preferred
401
- # inside a branch_set phase because it eliminates the typo surface (the
402
- # string form must equal `branch_set.id` exactly). Authors may use
403
- # either; the lint enforces both.
404
- #
405
- # New storyboards MUST declare branch-set membership with a `branch_set:`
406
- # object. The implicit-detection fallback below exists only so pre-#2633
407
- # storyboards keep running unchanged.
408
- #
409
- # `branch_set:` field shape:
410
- # - id: non-empty string. MUST equal the `contributes_to` value
411
- # on every contributing step inside the phase and MUST
412
- # appear in the `assert_contribution` step's any_of
413
- # allowed_values.
414
- # - semantics: `any_of`. No other value is supported today.
415
- #
416
- # Per-step contribution signalling is REQUIRED on each contributing step —
417
- # the phase-level `branch_set:` declares membership but does not replace
418
- # the step-level flag. Runners accumulate contributions at the step level.
419
- # Two equivalent forms:
420
- # - `contributes: true` (preferred inside a branch_set phase; resolves
421
- # to the enclosing phase's `branch_set.id`)
422
- # - `contributes_to: <branch_set.id>` (string form; required outside a
423
- # branch_set phase and must equal `branch_set.id` inside one)
424
- #
425
- # Authoring rules (enforced by `lint:storyboard-branch-sets`):
426
- # - A phase with `branch_set:` MUST set `optional: true`. A
427
- # non-optional phase's failure would fail the storyboard
428
- # unconditionally and defeat the any_of semantics.
429
- # - All phases in a storyboard sharing the same `branch_set.id` MUST
430
- # share the same `branch_set.semantics`.
431
- # - A storyboard with a `branch_set:` declaration MUST contain an
432
- # `assert_contribution` step whose `validations[].check: any_of`
433
- # includes the `branch_set.id` in `allowed_values`. Any
434
- # `contributes_to:` / `contributes: true` whose resolved flag has no
435
- # matching assert_contribution is flagged as `orphan_contribution` —
436
- # nothing grades it.
437
- # - Any step inside a branch-set phase that declares `contributes_to`
438
- # MUST use the value `<branch_set.id>`.
439
- # - A step MUST NOT declare both `contributes` and `contributes_to`
440
- # (ambiguous). `contributes: true` is legal only inside a phase
441
- # that declares `branch_set:`.
442
- # - If any phase declares `branch_set: { id: X, ... }`, every optional
443
- # phase in the same storyboard whose steps contribute to X MUST also
444
- # declare `branch_set: { id: X, ... }`. A mixed-mode storyboard (one
445
- # peer declared, one peer relying on implicit detection) would be
446
- # graded as a single-member set by a runner preferring the explicit
447
- # declaration.
448
- #
449
- # Runner grading:
450
- # Runners MUST prefer the explicit `branch_set:` declaration when
451
- # present and fall back to implicit detection otherwise (see below).
452
- # - If at least one peer branch contributed the `branch_set.id`, the
453
- # non-contributing branch's failing steps MUST be graded with skip
454
- # reason `peer_branch_taken` (see
455
- # runner-output-contract.yaml > skip_result.reasons.peer_branch_taken).
456
- # They MUST NOT surface as `failed` in the storyboard summary, and
457
- # MUST NOT be conflated with `not_applicable` (reserved for coverage
458
- # gaps — agent didn't declare the protocol).
459
- # - If no branch contributed, the final `assert_contribution` step
460
- # fails the storyboard. Individual branch step failures still grade
461
- # `failed` so the implementor sees what each branch observed.
462
- #
463
- # When to use a branch set:
464
- # Only when the AdCP spec permits multiple conformant behaviors for
465
- # the same trigger. If the spec mandates one behavior, write a
466
- # required phase — a branch set where only one branch is legal
467
- # weakens the test to any_of and hides regressions. Branch sets are
468
- # not for optional features (use `skip_if` and coverage flags) or
469
- # for progressive disclosure (use sequential phases).
470
- #
471
- # Authoring guidance: keep branch sets flat — two or three peer phases
472
- # is typical. Nested branch sets (a branch set whose member is itself a
473
- # branch set) are out of scope for runners. If a scenario needs deeper
474
- # branching, restructure into separate storyboards or a linear sequence.
475
- #
476
- # Implicit branch-set detection (DEPRECATED — pre-#2633 storyboards only):
477
- # When no phase in a storyboard declares `branch_set:`, runners fall
478
- # back to the legacy rule: a branch set is the set of `optional: true`
479
- # phases whose steps declare the same `contributes_to: <flag>` value
480
- # as a later `assert_contribution` step's
481
- # `validations[].check: any_of, allowed_values: [<flag>]` target.
482
- # Fragile against typos in `contributes_to:` — new storyboards MUST
483
- # use the explicit form above. This fallback exists only so
484
- # pre-#2633 storyboards keep running during migration.
485
- #
486
- # Cross-storyboard contradiction lint:
487
- # The `lint:storyboard-contradictions` script groups every step-with-
488
- # assertions across every storyboard by (task, canonicalized request
489
- # fingerprint, prior-state fingerprint, env fingerprint) and flags
490
- # groups whose asserted outcomes disagree in a way no conformant agent
491
- # can satisfy (success ↔ error, or disjoint error-code sets).
492
- #
493
- # Env fingerprint includes the storyboard's top-level `id:`, so two
494
- # separate storyboards exercising different controller-seeded states
495
- # are legitimately independent test suites and do not collide. To make
496
- # two different storyboards' assertions collide — e.g., to catch
497
- # "storyboard A assumes media_buy_id X is active, storyboard B
498
- # assumes it is canceled" — use matching `comply_scenario:` values or
499
- # shared `prerequisites.controller_seeding`.
500
- #
501
- # Branch-set peers (two optional phases in the same storyboard sharing
502
- # a `branch_set.id`) are exempt from contradiction flagging by design:
503
- # any_of semantics intentionally asserts mutually exclusive outcomes.
504
- #
505
- # Mutating-task detection: the lint's prior-state fingerprint partitions
506
- # steps by the ordered list of prior MUTATING tasks. A task is mutating
507
- # iff its request schema declares `"x-mutates-state": true` at the top
508
- # level. The annotation is consumed by
509
- # `scripts/lint-storyboard-contradictions.cjs` (which builds the
510
- # mutating-task set at lint time) and is the single source of truth for
511
- # this concern.
512
- #
513
- # Decidability rule (apply to any new task):
514
- # A task declares `"x-mutates-state": true` iff a conformant compliance
515
- # suite could write an assertion — on any later `get_*`, `list_*`, or
516
- # follow-up call — whose outcome depends on this request having run.
517
- # Equivalently: "this task changes observable server state a later
518
- # conformant call may assert against."
519
- #
520
- # Mutating task classes (illustrative; the decidability rule above is
521
- # the actual test):
522
- # - Writes (create/update/delete/sync/build) — resource lifecycle.
523
- # - State transitions (cancel, approve, reject) — status moves.
524
- # - Session-scoped primitives (si_initiate_session, si_send_message,
525
- # si_terminate_session) — session lifecycle.
526
- # - Reporting/audit writes (log_event, report_usage,
527
- # report_plan_outcome, provide_performance_feedback) — mutating
528
- # because `get_plan_audit_logs` and billing-summary tasks can assert
529
- # against their recorded outputs.
530
- #
531
- # Non-mutating task classes:
532
- # - Read-only tasks (get_*, list_*, check_*, validate_*, preview_*) do
533
- # not declare `x-mutates-state` UNLESS the read itself produces
534
- # observable state a later task can assert against (e.g., a view
535
- # counter that `get_analytics` can read) — those are mutating
536
- # regardless of prefix.
537
- # - Pure-compute tasks (no state read or write — estimates,
538
- # calculations) MUST NOT declare `x-mutates-state`.
539
- #
540
- # Relationship to idempotency_key (decoupled, do not unify):
541
- # `x-mutates-state` declares mutation semantics. `required:
542
- # [idempotency_key]` declares the idempotency mechanism. The sets
543
- # overlap ~95% but legitimately diverge for naturally-idempotent
544
- # mutations. Example: `comply_test_controller` declares
545
- # `x-mutates-state: true` but omits `idempotency_key` from `required`
546
- # because the `scenario` enum is the dedup boundary — replaying
547
- # `force_media_buy_status=active` converges to the same observable
548
- # state without a key. `si_terminate_session` is the same shape
549
- # (session_id is the dedup boundary). `scripts/build-compliance.cjs`
550
- # reads `idempotency_key` for its own enforcement; do not try to share
551
- # the two reads.
552
- #
553
- # --- Validation ---
554
- #
555
- # check: string (what to validate: "response_schema", "field_present", "field_value",
556
- # "status_code", "http_status", "http_status_in", "error_code",
557
- # "on_401_require_header", "resource_equals_agent_url", "any_of",
558
- # "refs_resolve")
559
- # path: string (JSON path to the field, e.g., "formats[0].format_id")
560
- # value: any (expected value — string, number, or boolean; required when check is "field_value")
561
- # allowed_values: array (acceptable values for "field_value", "http_status_in", "error_code", "any_of")
562
- # description: string (human-readable description of validation)
563
- #
564
- # Error-shape validation — use `check: error_code`:
565
- # The `error_code` check is shape-agnostic. The runner resolves the code from
566
- # any of the transport-binding locations defined by the client detection
567
- # order (see docs/building/implementation/transport-errors#client-detection-order):
568
- # - `adcp_error.code` (MCP structuredContent, A2A artifact DataPart, JSON-RPC
569
- # error.data, MCP text-fallback content JSON)
570
- # - `errors[0].code` (task-payload errors array, top-level or under payload)
571
- # A storyboard SHOULD assert error shape via `check: error_code` rather than
572
- # `check: field_present, path: "errors"` or `path: "adcp_error"` — pinning to
573
- # a specific shape makes the validator flakey against conformant agents that
574
- # surface errors on the other layer.
575
- #
576
- # Error-code vocabulary:
577
- # Every code referenced in a `value:` or `allowed_values:` under `check: error_code`
578
- # MUST exist in the canonical enum at `static/schemas/source/enums/error-code.json`
579
- # (or be registered as a deprecation alias). The `lint:error-codes` script
580
- # enforces this at build time — references to undefined codes fail the build.
581
- # Sellers MAY emit vendor-specific codes outside the enum, but storyboards
582
- # MUST NOT assert on them (that couples the conformance suite to a specific
583
- # vendor's taxonomy). When a test needs to accept multiple possible codes,
584
- # use `allowed_values: [...]` rather than a single-code `value:` assertion.
585
- #
586
- # Cross-step integrity — use `check: refs_resolve`:
587
- # `refs_resolve` asserts every ref in a source set resolves to a member of a
588
- # target set, matched on declared keys. Use it when one step's response
589
- # contains references (e.g., `format_ids` on `products`) that MUST exist in
590
- # another step's response (e.g., `formats` from `list_creative_formats`).
591
- # Without this primitive, broken references are silent until a later call
592
- # (e.g., `sync_creatives`) fails at runtime, after commitments are already
593
- # made.
594
- #
595
- # Fields:
596
- # source:
597
- # from: current_step | context
598
- # # `current_step` reads the step's task-result data;
599
- # # `context` reads values captured by prior steps.
600
- # path: <string> # supports `[*]` wildcards — see below.
601
- # target:
602
- # from: current_step | context
603
- # path: <string>
604
- # match_keys: [<key>, ...] # keys compared on each ref — e.g. [agent_url, id].
605
- # # A ref missing any declared key is NEVER a match
606
- # # (agents that drop a key don't fuzzy-match others
607
- # # that also dropped it).
608
- # scope: # optional — restrict integrity to in-scope refs.
609
- # key: <string> # e.g. `agent_url`.
610
- # equals: <string> # literal value, or `$agent_url` for the
611
- # # runner target URL. Keys ending in `url`
612
- # # get trailing-slash / case normalization
613
- # # on both sides before compare. Transport
614
- # # path canonicalization (`/mcp`, well-known
615
- # # A2A card path) for `$agent_url` is tracked
616
- # # in adcp-client#710 — until it lands, MCP
617
- # # agents should expect refs to fall
618
- # # out-of-scope when format_ids name the
619
- # # bare agent URL.
620
- # on_out_of_scope: warn | ignore | fail
621
- # # how refs outside `scope` are graded.
622
- # # default `warn`: pass the check, attach
623
- # # observations naming the skipped refs.
624
- # # `ignore`: silent. `fail`: promote to
625
- # # missing so reports name them.
626
- #
627
- # Path wildcards:
628
- # `[*]` in a `source.path` or `target.path` flattens over arrays. So
629
- # `products[*].format_ids[*]` walks every product and flattens every
630
- # `format_ids` array into a single list of refs. Runners cap terminal
631
- # fan-out at 10,000 values to bound malicious agent responses; paths
632
- # realistic for any catalog size are well under the cap.
633
- #
634
- # Grading output:
635
- # A failing `refs_resolve` check names the specific unresolved ref tuples
636
- # in `actual.missing` (projected to `match_keys`). Duplicates are collapsed
637
- # on the projected tuple so one broken ref across 50 products shows up
638
- # once — compliance reports stay readable.
639
- #
640
- # Example — every `format_id` on products resolves to a format on this agent:
641
- # - check: refs_resolve
642
- # description: "Every format_id on products resolves to a format returned by list_creative_formats"
643
- # source:
644
- # from: context
645
- # path: "products[*].format_ids[*]"
646
- # target:
647
- # from: current_step
648
- # path: "formats[*].format_id"
649
- # match_keys: [agent_url, id]
650
- # scope:
651
- # key: agent_url
652
- # equals: $agent_url
653
- # on_out_of_scope: warn
654
- #
655
- # --- Runner output ---
656
- #
657
- # How a runner MUST report validation results — including which fields a
658
- # failing validation carries (exact request, response, JSON Pointer, expected
659
- # vs. actual, schema $id, schema URL) and how skipped storyboards MUST
660
- # distinguish not_applicable vs. no_phases vs. missing_tool — is defined in
661
- # runner-output-contract.yaml. Storyboard authors SHOULD assume failures will
662
- # be rendered with that detail and write descriptions accordingly.
663
- #
664
- # Runner grading codes introduced by the context accumulator and fixture
665
- # seeding:
666
- #
667
- # capture_path_not_resolvable
668
- # Emitted on the capturing step when a `context_outputs:` entry's
669
- # `path` does not resolve against the step's response body. The step
670
- # grades as failed — the capture declared a contract that the response
671
- # did not meet. Distinct from unresolved_substitution so tooling can
672
- # discriminate "producer contract breach" from "consumer missing state."
673
- #
674
- # unresolved_substitution
675
- # Emitted on a consumer step when a referenced $context.<name> or
676
- # {{prior_step.<id>.<field>}} value is not populated at step-execution
677
- # time (either because the producer step failed, was skipped, or never
678
- # ran). The step grades as failed. Also used at preflight when a
679
- # substitution is statically unresolvable (e.g., {{runner.webhook_url:*}}
680
- # on a run with no webhook receiver) to grade the entire storyboard
681
- # not_applicable before execution.
682
- #
683
- # fixture_seed_unsupported
684
- # Emitted when a storyboard's `prerequisites.controller_seeding` requires
685
- # a seed_* scenario the seller does not implement (returned as
686
- # UNKNOWN_SCENARIO). The storyboard grades not_applicable (coverage gap),
687
- # not failed.
688
- #
689
- # unresolved_scenario_reference
690
- # A detailed sub-reason under the canonical skip `reason:
691
- # not_applicable`. Emitted when a parent storyboard's
692
- # `requires_scenarios:` entry cannot be resolved against the source
693
- # tree (no file declares that `id:`). Per the
694
- # `detailed_reason_mapping` convention in runner-output-contract.yaml,
695
- # runners MUST populate the canonical `reason: not_applicable` and
696
- # encode `unresolved_scenario_reference` in `detail`. detail MUST
697
- # follow the shape
698
- # 'requires_scenarios reference "<scenario_id>" did not resolve
699
- # against the source tree' — and when multiple references are
700
- # unresolved, detail MUST enumerate every unresolved id with the
701
- # same shape (comma-separated or newline-delimited) so downstream
702
- # tooling can parse each. Runners MUST NOT silently pass the parent
703
- # as if the missing scenario had contributed.
704
- #
705
- # Distinct from `fixture_seed_unsupported`: that reason indicates an
706
- # agent-coverage gap (seller doesn't implement a seed scenario);
707
- # `unresolved_scenario_reference` indicates a source-tree authoring
708
- # bug that the build-time lint SHOULD have caught. Dashboards and
709
- # summary reports SHOULD NOT conflate the two when aggregating
710
- # `not_applicable` counts — they are categorically different
711
- # signals.
712
- #
713
- # The `lint:storyboard-branch-sets` script surfaces this as a
714
- # build-time error via the `unresolved_scenario_reference` rule so
715
- # unresolved references in a well-linted corpus never reach a
716
- # runner. The runner-side grading is defensive for corpora that
717
- # bypass the lint or come from pre-lint CI states.
718
- #
719
- # --- Webhook receiver (optional, for outbound-webhook conformance) ---
720
- #
721
- # Storyboards that verify outbound webhook conformance (signing, idempotency_key
722
- # presence, idempotency_key stability across retries) require the runner to host
723
- # a webhook receiver during test execution. The receiver URL is injected into
724
- # push_notification_config on steps that trigger webhooks, and a subsequent
725
- # expect_webhook* step asserts on what arrived.
726
- #
727
- # Receiver behavior is specified by a test-kit contract referenced from the
728
- # storyboard's prerequisites.test_kit field — see test-kits/webhook-receiver-runner.yaml
729
- # for the reference contract (endpoint modes, retry-replay shape, client-primitive
730
- # hooks). Storyboard authors MUST declare the contract in prerequisites; the
731
- # webhook-emission universal (universal/webhook-emission.yaml) is the reference
732
- # consumer, and universal/idempotency.yaml uses it for the "no duplicate webhooks
733
- # on replay" assertion.
734
- #
735
- # --- Substitution variables (webhook-receiver enabled) ---
736
- #
737
- # When a storyboard's test-kit contract declares a webhook_receiver, the runner
738
- # exposes these substitutions for use in sample_request payloads and expectations:
739
- #
740
- # {{runner.webhook_base}} → HTTPS base of the runner's receiver for this run
741
- # {{runner.webhook_url:<step_id>}} → per-step URL; unique per step
742
- #
743
- # Per-step receivers are the only supported shape in v1 so each step's
744
- # expect_webhook matches only its own deliveries. Fan-in scenarios are deferred
745
- # (see "shared_receiver" note below).
746
- #
747
- # --- Webhook-assertion steps ---
748
- #
749
- # The following step `task` values are only valid when the storyboard's test-kit
750
- # declares a webhook_receiver. They are scheduled alongside regular task steps
751
- # and reference earlier steps by id.
752
- #
753
- # task: expect_webhook
754
- # Wait up to `timeout_seconds` (default 30) for a webhook matching the filter,
755
- # then validate. Runner delegates to the `@adcp/client` AsyncHandler; the webhook
756
- # is observed via onActivity with type webhook_received, and WebhookMetadata
757
- # (including idempotency_key) is provided by the client.
758
- #
759
- # Fields:
760
- # triggered_by: <step_id> # earlier step whose task triggered this webhook
761
- # filter: # match by payload fields
762
- # operation_id: "{{prior_step.<id>.operation_id}}"
763
- # status: "completed" # optional; match any status if omitted
764
- # timeout_seconds: 30 # optional; fail if no match within window
765
- # expect_idempotency_key: true # default true; assert the key is present and pattern-valid
766
- # webhook_payload_schema_ref: <path>
767
- # # optional — validate payload against the webhook schema
768
- # # (distinct from step-level `schema_ref` and
769
- # # `response_schema_ref`, which apply to the caller→agent
770
- # # request/response. Webhook steps have no caller request,
771
- # # so the payload schema is named explicitly to avoid
772
- # # overload of schema_ref.)
773
- # expect_max_deliveries_per_logical_event: 1
774
- # # optional — if set, runner asserts at most N distinct
775
- # # logical webhook events (grouped by idempotency_key)
776
- # # arrive within the window. Used by idempotency storyboards
777
- # # to catch duplicate-side-effect bugs where a seller
778
- # # re-executes on replay with a fresh idempotency_key.
779
- # requires_contract: <contract_id>
780
- # # optional — step grades as not_applicable (not fail)
781
- # # when the named test-kit contract is not in scope.
782
- # # Used on cross-specialism assertions that depend on
783
- # # webhook_receiver_runner being active.
784
- #
785
- # Error modes: no_webhook_received, schema_violation, missing_idempotency_key,
786
- # invalid_idempotency_key_format, signature_invalid (when signature assertion on),
787
- # duplicate_webhook_on_replay (when expect_max_deliveries_per_logical_event exceeded).
788
- #
789
- # task: expect_webhook_retry_keys_stable
790
- # The runner's webhook receiver deterministically returns 5xx for the first
791
- # `retry_trigger.count` deliveries of the matching webhook, then 2xx. The
792
- # runner asserts that every delivery within the retry window carries the
793
- # byte-identical idempotency_key (the sender regenerating a key on retry is a
794
- # conformance failure).
795
- #
796
- # Signature verification on every delivery in the retry loop: when 9421 is in
797
- # effect (i.e., push_notification_config was registered without `authentication`),
798
- # the runner MUST verify the 9421 signature on EVERY delivery including retries
799
- # and MUST reuse the run-scoped (keyid, nonce) replay store (see test-kit
800
- # client_primitives.signature_replay_store). A publisher that stably reuses
801
- # idempotency_key (correct) but also reuses the 9421 `nonce` sig-param
802
- # (incorrect — nonce MUST be fresh per delivery) would pass retry-stability
803
- # but MUST fail signature-replay dedup on the second delivery. Running the two
804
- # checks together catches this class of bug; a retry-stability step that skips
805
- # signature verification hides it.
806
- #
807
- # Fields:
808
- # triggered_by: <step_id>
809
- # filter: { ... } # same shape as expect_webhook
810
- # retry_trigger:
811
- # count: 3 # runner returns 5xx for the first N deliveries.
812
- # # MUST be 1 ≤ count ≤ 10 (test-kit
813
- # # retry_replay_contract.max_count). Counts outside
814
- # # the range fail storyboard validation; sellers
815
- # # legitimately exercise N=3 for back-off sanity,
816
- # # higher counts risk becoming DoS amplifiers in
817
- # # proxy_url mode.
818
- # http_status: 503 # optional; default 503. MUST be in
819
- # # {429, 500, 502, 503, 504} (test-kit
820
- # # retry_replay_contract.allowed_statuses). Other
821
- # # statuses are not retryable signals for
822
- # # at-least-once senders and fail validation.
823
- # timeout_seconds: 90 # longer default — must cover sender's retry back-off
824
- # expect_min_deliveries: 2 # fail if fewer deliveries observed within window
825
- # verify_signature_on_every_delivery: true
826
- # # default true when 9421 is in effect. Set false
827
- # # ONLY when the storyboard is explicitly registered
828
- # # for legacy HMAC mode; in 9421 mode, silently
829
- # # disabling retry-delivery signature verification
830
- # # hides nonce-replay bugs.
831
- #
832
- # Error modes: insufficient_retries, idempotency_key_rotated,
833
- # idempotency_key_format_changed, signature_replayed (nonce reused across
834
- # retries), signature_invalid (any retry delivery fails 9421).
835
- #
836
- # task: expect_webhook_signature_valid
837
- # Assert that the inbound webhook passed the 9421 webhook-signing verifier
838
- # checklist (see docs/building/implementation/security.mdx#verifier-checklist-for-webhooks).
839
- # Runner delegates verification to the `@adcp/client` 9421 webhook verifier;
840
- # this step is gated on the client library having that verifier available
841
- # (see test-kit contract). Negative conformance — signatures that MUST be
842
- # rejected with a specific webhook_signature_* code — is tested via static
843
- # conformance vectors under /compliance/{version}/test-vectors/webhook-signing/
844
- # when those land, not by this step type.
845
- #
846
- # Cross-step replay dedup: the runner MUST share a single (keyid, nonce) replay
847
- # store across ALL expect_webhook_signature_valid invocations (and all retry
848
- # deliveries under expect_webhook_retry_keys_stable) in a storyboard run — see
849
- # test-kit client_primitives.signature_replay_store. A per-step store would let
850
- # a publisher reuse the same (keyid, nonce) bytes at two expect_webhook_signature_valid
851
- # steps and pass both in isolation, silently missing cross-step replay.
852
- #
853
- # Fields:
854
- # triggered_by: <step_id>
855
- # filter: { ... } # same shape as expect_webhook
856
- # timeout_seconds: 30
857
- # require_tag: "adcp/webhook-signing/v1" # default; sanity check
858
- #
859
- # Error modes: signature_invalid, signature_expired, signature_key_unknown,
860
- # signature_key_purpose_invalid, signature_digest_mismatch, signature_tag_invalid,
861
- # signature_replayed.
862
- #
863
- # task: expect_substitution_safe
864
- # Assert that a creative preview (preview_html or preview_url) contains
865
- # substituted catalog-item macro values that are percent-encoded per RFC 3986
866
- # (unreserved-whitelist), per docs/creative/universal-macros#substitution-safety-catalog-item-macros.
867
- # Runner delegates HTML parsing, URL extraction, and the encoding check to
868
- # the `@adcp/client` SubstitutionObserver primitive (see test-kit
869
- # substitution-observer-runner.yaml). Catches implementations that pass raw
870
- # attacker bytes through substitution, including CRLF injection, bidi-override
871
- # spoofing, reserved-character URL breakout, and javascript:-scheme injection.
872
- #
873
- # Fields:
874
- # source: html_inline | url_fetch # default html_inline
875
- # source_path: "<JSON pointer into previous step's response>"
876
- # macro_template: "<URL template with {MACRO} placeholders>"
877
- # catalog_bindings:
878
- # - macro: "{SKU}"
879
- # catalog_item_id: "<item_id in the synced catalog>"
880
- # vector_name: "<fixture entry name, e.g. reserved-character-breakout>"
881
- # # Optional overrides for custom (non-canonical-fixture) vectors:
882
- # # raw_value: "<attacker-shaped input>"
883
- # # expected_encoded: "<RFC 3986 unreserved-encoded form>"
884
- # require_every_binding_observed: true # default true. Opt to false only
885
- # # when preview shows a partial
886
- # # catalog and partial observation
887
- # # is legitimate (document why in
888
- # # the narrative). The old field
889
- # # name require_all_bindings_observed
890
- # # is deprecated.
891
- # requires_contract: substitution_observer_runner
892
- #
893
- # Error modes: substitution_encoding_violation, nested_macro_re_expansion,
894
- # substitution_scheme_injection, substitution_binding_missing,
895
- # preview_source_unavailable, preview_url_unusable (with sub-reason:
896
- # http_status | content_type | size_exceeded | redirect_returned |
897
- # ssrf_blocked | fetch_timeout).
898
- #
899
- # --- shared_receiver (deferred / out of scope v1) ---
900
- #
901
- # Storyboards with multiple webhook-triggering steps MUST use per-step receiver
902
- # URLs; the default substitution `{{runner.webhook_url:<step_id>}}` gives each
903
- # step its own receiver so expect_webhook scopes cleanly. A `shared_receiver: true`
904
- # flag on an emitting step would route all emissions from that step to a shared
905
- # bucket (for fan-in dedup tests), but the mechanics — filter matching across
906
- # multiple emitters, retry-replay policy precedence, shared replay store scoping —
907
- # are underspecified. shared_receiver is OUT OF SCOPE for the first
908
- # webhook-emission universal release; storyboard authors MUST NOT set it. Future
909
- # fan-in storyboards will either flesh out the semantics or adopt a different
910
- # idiom (e.g., per-step receivers with cross-step assertions on aggregate
911
- # observations).
912
- #
913
- # --- Context accumulator and substitution ---
914
- #
915
- # The runner maintains a storyboard-run-scoped context accumulator populated from
916
- # three sources (evaluated in this precedence, high to low):
917
- #
918
- # 1. Step `context_outputs:` captures (populated after a step's validations pass)
919
- # 2. Storyboard-root `context:` block (literal values fixed at run start)
920
- # 3. Test-kit substitutions where explicitly scoped into context
921
- #
922
- # Two substitution syntaxes are supported in `sample_request` payloads:
923
- #
924
- # $context.<name> — single-token substitution. The runner replaces
925
- # the literal string "$context.<name>" with the
926
- # captured value. Example:
927
- # account_id: '$context.account_id'
928
- # resolves to the account_id captured from an
929
- # earlier step. Works inside scalar values and
930
- # inside array elements.
931
- #
932
- # {{prior_step.<id>.<field>}} — Mustache-style interpolation for webhook
933
- # filters, operation_id matching, and any other
934
- # cross-step reference. Resolves against the
935
- # named prior step's captured response fields.
936
- # Used by expect_webhook and expect_*_webhook_*
937
- # assertion steps (see Webhook-assertion steps
938
- # above) and by storyboards correlating an
939
- # async operation_id across steps.
940
- #
941
- # Runner requirements:
942
- # - Substitution runs at step-execution time, after resolving the test-kit
943
- # overlay and before applying auth. The agent under test receives the
944
- # substituted value — it MUST NOT see the literal `$context.foo` or `{{...}}`
945
- # token on the wire (see Unresolved substitution behavior below for the one
946
- # legitimate exception: preflight not_applicable grading when a substitution
947
- # is statically unresolvable).
948
- # - $context.<name> referencing an unpopulated name (the capturing step failed
949
- # or did not run) grades the referencing step as failed with
950
- # `unresolved_substitution`. The storyboard MUST NOT proceed with a fabricated
951
- # default — test outcomes on synthesized state are not signal.
952
- # - Captured values are typed as the JSON path resolved against the response;
953
- # numeric and object captures are preserved (they do not round-trip through
954
- # string coercion).
955
- # - When the per-task request builder discards body fields and
956
- # `$context.<name>` inside `sample_request` never reaches the wire (the
957
- # observable symptom is the agent answering with an unfiltered result
958
- # and the round-trip assertion grading on fabricated state), use
959
- # `context_inputs:` as the post-builder injection path. See the
960
- # `context_inputs:` field definition above for the full semantics and
961
- # when it is acceptable to reach for.
962
- #
963
- # --- Context echo contract (agent-facing) ---
964
- #
965
- # Agents under test MUST obey the following when a storyboard sends a `context:`
966
- # block on its sample_request:
967
- #
968
- # 1. Successful responses MUST echo the `context` object verbatim. The agent
969
- # MUST NOT mutate, filter, or reorder fields. The echo applies whether the
970
- # response is synchronous (`completed`) or asynchronous (`submitted` /
971
- # `working`).
972
- # 2. Error responses MUST also echo the `context` object verbatim. Context is
973
- # used as a correlation surface; dropping it on failure prevents buyers from
974
- # correlating errors with the originating call.
975
- # 3. Agents MUST NOT synthesize a `context` object when the caller did not
976
- # send one. A storyboard whose `sample_request` lacks `context:` MUST see
977
- # the response lack `context:` — fabricating `{ correlation_id: "..." }` on
978
- # the agent side is a conformance failure because the storyboard validator
979
- # is asserting on what-the-caller-sent, not what-the-agent-invented.
980
- # 4. Agents MUST NOT parse or act on `context` contents — see
981
- # docs/building/integration/context-sessions.mdx for the normative
982
- # agent-facing rules. The storyboard runner's validators rely on verbatim
983
- # echo and will fail any mutation.
984
- #
985
- # Runners MUST NOT auto-inject an implicit `context:` block on sample_request
986
- # payloads the storyboard did not declare. Storyboards that want to assert on
987
- # `context.correlation_id` MUST declare the context block explicitly on each
988
- # sample_request. This keeps the sample_request an honest shape of what the
989
- # agent will receive, and prevents an agent from passing only because the
990
- # runner compensated for its missing contract.
991
- #
992
- # --- Unresolved substitution behavior ---
993
- #
994
- # When a storyboard references a substitution variable the runner cannot
995
- # resolve — most commonly {{runner.webhook_base}} or {{runner.webhook_url:<id>}}
996
- # on a run with no webhook receiver configured — the runner MUST NOT ship the
997
- # literal `{{...}}` token to the agent under test. Shipping unresolved
998
- # substitutions is a conformance bug on the runner side, not a grading signal
999
- # about the agent.
1000
- #
1001
- # Runners MUST resolve substitutions at one of two preflight points:
1002
- # 1. Before the storyboard run starts — if any step references an unresolvable
1003
- # substitution, grade the storyboard as not_applicable with
1004
- # `unresolved_substitution` as the reason, and skip execution entirely.
1005
- # This is the preferred behavior for absent webhook receivers.
1006
- # 2. Before individual step execution — if a later-computed substitution
1007
- # (e.g., {{prior_step.<id>.operation_id}}) fails to resolve, grade the
1008
- # step as failed with `unresolved_substitution`.
1009
- #
1010
- # Neither path may ship a literal `{{...}}` token on the wire.