{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/x402-payment-challenge-adapter.schema.json",
  "title": "x402 Payment Challenge Adapter",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "rail_key": {
      "type": "string"
    },
    "movement_amount_units": {
      "type": "number"
    },
    "movement_type": {
      "type": "string"
    },
    "payment_reference": {
      "type": "string"
    },
    "network": {
      "type": "string"
    },
    "pay_to": {
      "type": "string"
    }
  }
}
