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, 0 insertions, 19 deletions
diff --git a/vid/src/main/resources/json/mso/subscriberInfo b/vid/src/main/resources/json/mso/subscriberInfo deleted file mode 100644 index fc0f02c8..00000000 --- a/vid/src/main/resources/json/mso/subscriberInfo +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$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 |