Advertisement
Guest User

queue_data.avsc

a guest
Jul 7th, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.   "name": "QueueData",
  3.   "type": "record",
  4.   "namespace": "com.bpawan.messaging",
  5.   "fields": [
  6.     {
  7.       "name": "protocolId",
  8.       "type": ["string"]
  9.     },
  10.     {
  11.       "name": "payloadId",
  12.       "type": [ "string", "null"]
  13.     },
  14.     {
  15.       "name": "scenarioId",
  16.       "type": ["string", "null"]
  17.     },
  18.     {
  19.       "name": "stepId",
  20.       "type": ["string", "null"]
  21.     },
  22.     {
  23.       "name": "stepName",
  24.       "type": ["string", "null"]
  25.     },
  26.     {
  27.       "name": "stageName",
  28.       "type": ["string", "null"]
  29.     },
  30.     {
  31.       "name": "nextStageId",
  32.       "type": ["int", "null"]
  33.     },
  34.     {
  35.       "name": "queueName",
  36.       "type": ["string", "null"]
  37.     }
  38.   ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement