{
  "id": "GatewayCustomer",
  "type": "object",
  "properties": {
    "gatewayId": { "type": "string" },
    "profileKey": { "type": "string" }
  },
  "required": [
    "gatewayId",
    "profileKey"
  ],
  "additionalProperties": false
}