[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / subscriberInfo
1 {\r
2         "$schema": "http://json-schema.org/draft-04/schema#",\r
3         "description": "fields providing information about the subscriber associated with the request",\r
4         "type": "object",\r
5         "properties": {\r
6                 "globalSubscriberId": {\r
7                         "description": "global Customer Id understood by A&AI",\r
8                         "type": "string"\r
9                 },\r
10                 "subscriberCommonSiteId": {\r
11                         "description": "id representing the location of the subscriber",\r
12                         "type": "string"\r
13                 },\r
14                 "subscriberName": {\r
15                         "description": "name of the customer or subscriber",\r
16                         "type": "string"\r
17                 }\r
18         }\r
19 }