{
  "$id": "charge.paypal.return",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "PayerID",
    "paymentId"
  ],
  "properties": {
    "PayerID": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024
    },
    "paymentId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024
    },
    "token": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024,
      "description": "Paypal token"
    }
  }
}
