blob: df787378b9eaa6df916af15bb63a61ec55599f95 [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "description": "fields providing information about the subscriber associated with the request",
4 "type": "object",
5 "properties": {
6 "globalSubscriberId": {
7 "description": "global Customer Id understood by A&AI",
8 "type": "string"
9 },
10 "subscriberCommonSiteId": {
11 "description": "id representing the location of the subscriber",
12 "type": "string"
13 },
14 "subscriberName": {
15 "description": "name of the customer or subscriber",
16 "type": "string"
17 }
18 }
19}