Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/wild-rocks-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ phases:
sample_request:
buying_mode: "brief"
brief: "Display inventory on outdoor lifestyle content. Q3 flight."
filters:
is_fixed_price: true
account:
brand:
domain: "acmeoutdoor.example"
Expand All @@ -121,6 +123,9 @@ phases:
validations:
- check: response_schema
description: "Response matches get-products-response.json schema"
- check: field_present
path: "products[0].pricing_options[0].fixed_price"
description: "The captured pricing option is fixed-price; fixed-price storyboards do not send bid_price"

- id: create_buy
title: "Create a buy for the error probes"
Expand Down
18 changes: 9 additions & 9 deletions dist/compliance/3.0.14/domains/media-buy/state-machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ phases:
operator: "pinnacle-agency.example"
brand:
domain: "acmeoutdoor.example"
start_time: "2026-07-01T00:00:00Z"
start_time: "asap"
end_time: "2026-09-30T23:59:59Z"
packages:
- product_id: "test-product"
- product_id: "$context.product_id"
budget: 10000
pricing_option_id: "test-pricing"
pricing_option_id: "$context.pricing_option_id"

idempotency_key: "$generate:uuid_v4#media_buy_state_machine_setup_create_buy"
context:
Expand Down Expand Up @@ -222,8 +222,8 @@ phases:
correlation_id: "media_buy_state_machine--pause_buy"
validations:
- check: field_present
path: "status"
description: "Response includes updated status"
path: "media_buy_status"
description: "Response includes updated media_buy_status"

- check: field_present
path: "context"
Expand Down Expand Up @@ -258,8 +258,8 @@ phases:
correlation_id: "media_buy_state_machine--resume_buy"
validations:
- check: field_present
path: "status"
description: "Response includes updated status"
path: "media_buy_status"
description: "Response includes updated media_buy_status"

- check: field_present
path: "context"
Expand Down Expand Up @@ -295,8 +295,8 @@ phases:
correlation_id: "media_buy_state_machine--cancel_buy"
validations:
- check: field_present
path: "status"
description: "Response includes canceled status"
path: "media_buy_status"
description: "Response includes canceled media_buy_status"

- check: field_present
path: "context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ phases:
sample_request:
buying_mode: "brief"
brief: "Display inventory on outdoor lifestyle content. Q3 flight."
filters:
is_fixed_price: true
account:
brand:
domain: "acmeoutdoor.example"
Expand All @@ -121,6 +123,9 @@ phases:
validations:
- check: response_schema
description: "Response matches get-products-response.json schema"
- check: field_present
path: "products[0].pricing_options[0].fixed_price"
description: "The captured pricing option is fixed-price; fixed-price storyboards do not send bid_price"

- id: create_buy
title: "Create a buy for the error probes"
Expand Down
18 changes: 9 additions & 9 deletions dist/compliance/3.0.14/protocols/media-buy/state-machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ phases:
operator: "pinnacle-agency.example"
brand:
domain: "acmeoutdoor.example"
start_time: "2026-07-01T00:00:00Z"
start_time: "asap"
end_time: "2026-09-30T23:59:59Z"
packages:
- product_id: "test-product"
- product_id: "$context.product_id"
budget: 10000
pricing_option_id: "test-pricing"
pricing_option_id: "$context.pricing_option_id"

idempotency_key: "$generate:uuid_v4#media_buy_state_machine_setup_create_buy"
context:
Expand Down Expand Up @@ -222,8 +222,8 @@ phases:
correlation_id: "media_buy_state_machine--pause_buy"
validations:
- check: field_present
path: "status"
description: "Response includes updated status"
path: "media_buy_status"
description: "Response includes updated media_buy_status"

- check: field_present
path: "context"
Expand Down Expand Up @@ -258,8 +258,8 @@ phases:
correlation_id: "media_buy_state_machine--resume_buy"
validations:
- check: field_present
path: "status"
description: "Response includes updated status"
path: "media_buy_status"
description: "Response includes updated media_buy_status"

- check: field_present
path: "context"
Expand Down Expand Up @@ -295,8 +295,8 @@ phases:
correlation_id: "media_buy_state_machine--cancel_buy"
validations:
- check: field_present
path: "status"
description: "Response includes canceled status"
path: "media_buy_status"
description: "Response includes canceled media_buy_status"

- check: field_present
path: "context"
Expand Down
Loading
Loading