{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "External Agent Invocation Test",
  "type": "object",
  "properties": {
    "mode": {
      "enum": [
        "run_external_agent_invocation_test"
      ]
    },
    "rail_key": {
      "enum": [
        "packetops",
        "diligenceops"
      ]
    },
    "external_agent_id": {
      "type": "string"
    },
    "idempotency_key": {
      "type": "string"
    },
    "payment_reference": {
      "type": "string"
    }
  },
  "required": [
    "mode",
    "rail_key",
    "idempotency_key"
  ]
}
