ndevroy
1/30/2019 - 9:07 PM

Avro Schema for CWAAS Request

Request for API Request with CWAAS

{
  "type" : "record",
  "name" : "cwaasRequest",
  "namespace" : "com.data.avro",
  "fields" : [ {
    "name" : "idType",
    "type" : "string"
  }, {
    "name" : "idValue",
    "type" : "string"
  }, {
    "name" : "sourceCd",
    "type" : ["string","null"],
    "default" : ""
  }, {
    "name" : "responseFormat",
    "type" : ["string","null"],
    "default" : ""
  }, {
    "name" : "appId",
    "type" : "string"
  } ]
}