diff options
Diffstat (limited to 'vid/src/main/resources/json/mso/subscriberInfo')
-rw-r--r-- | vid/src/main/resources/json/mso/subscriberInfo | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vid/src/main/resources/json/mso/subscriberInfo b/vid/src/main/resources/json/mso/subscriberInfo new file mode 100644 index 00000000..fc0f02c8 --- /dev/null +++ b/vid/src/main/resources/json/mso/subscriberInfo @@ -0,0 +1,19 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "description": "fields providing information about the subscriber associated with the request", + "type": "object", + "properties": { + "globalSubscriberId": { + "description": "global Customer Id understood by A&AI", + "type": "string" + }, + "subscriberCommonSiteId": { + "description": "id representing the location of the subscriber", + "type": "string" + }, + "subscriberName": { + "description": "name of the customer or subscriber", + "type": "string" + } + } +}
\ No newline at end of file |