{ "_meta": { "template_version": 0 }, "fixtures": [ { "name": "pro_basic", "path": "/v1/products", "method": "post", "params": { "name": "Professional" } }, { "name": "pro_basic_price", "path": "/v1/prices", "method": "post", "params": { "product": "${pro_basic:id}", "lookup_key": "pro_basic_v1", "currency": "usd", "unit_amount": 2500, "recurring": { "interval": "month" }, "metadata": { "sample": "fixed-price" } } }, { "name": "organization", "path": "/v1/products", "method": "post", "params": { "name": "Organization" } }, { "name": "organization_price", "path": "/v1/prices", "method": "post", "params": { "product": "${organization:id}", "lookup_key": "organization_v1", "currency": "usd", "unit_amount": 5000, "recurring": { "interval": "month" }, "metadata": { "sample": "fixed-price" } } }, { "name": "enterprise", "path": "/v1/products", "method": "post", "params": { "name": "Enterprise" } }, { "name": "enterprise_price", "path": "/v1/prices", "method": "post", "params": { "product": "${enterprise:id}", "lookup_key": "enterprise_v1", "currency": "usd", "unit_amount": 19900, "recurring": { "interval": "month" }, "metadata": { "sample": "fixed-price" } } } ] }