triggers:payment:type: httpschema: "https://specs.psp.example.com/actions/payment/schema.json#"url: http://psp.example.com/paymentmethod: POSTprojection: "{body: {name: name, amount: quantity * price }}"
$schema: "https://specs.psp.example.com/actions/payment/schema.json#"title: Step1actor: systemname: Payment1quantity: 1price: 100
{"$schema": "https://specs.psp.example.com/actions/payment/schema.json#","title": "Step1","actor": "system","name": "Payment1","quantity": 1,"price": 100}