{
  "$schema" : "http://json-schema.org/draft-04/schema#",
  "type" : "object",
  "properties" : {
    "paymentProductSession302SpecificInput" : {
      "$ref" : "#/definitions/MobilePaymentProductSession302SpecificInput"
    }
  },
  "additionalProperties" : false,
  "definitions" : {
    "MobilePaymentProductSession302SpecificInput" : {
      "type" : "object",
      "properties" : {
        "displayName" : {
          "type" : "string"
        },
        "domainName" : {
          "type" : "string"
        },
        "validationUrl" : {
          "type" : "string"
        }
      },
      "additionalProperties" : false
    }
  }
}
