| Shravan Ambati | 7d19954 | 2016-04-22 16:09:05 -0700 | [diff] [blame^] | 1 | { |
| 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 | } | ||||