jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 1 | {
|
| 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 | } |