blob: 819ca7700a12a1eb2a296990472837a737162efc [file] [log] [blame]
Shravan Ambati7d199542016-04-22 16:09:05 -07001{
2 "type": "object",
3 "title": "KafkaSubscription",
4 "required": [
5 "appName",
6 "groupId",
7 "eventType"
8 ],
9 "properties": {
10 "appName": {
11 "type": "string",
12 "example": "forwardingApp"
13 },
14 "groupId": {
15 "type": "string",
16 "example": "18285435-2c62-4684-96dd-fb03b7cd0c83"
17 },
18 "eventType": {
19 "type": "string",
20 "example": "DEVICE"
21 }
22 }
23}