[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / requestInfo
1 {\r
2         "$schema": "http://json-schema.org/draft-04/schema#",\r
3         "description": "fields providing general context information for the request",\r
4         "properties": {\r
5                 "billingAccountNumber": {\r
6                         "description": "billing account associated with the model being operated on",\r
7                         "type": "string"\r
8                 },\r
9                 "callbackUrl": {\r
10                         "description": "client URL to use for asynchronous responses",\r
11                         "type": "string"\r
12                 },\r
13                 "correlator": {\r
14                         "description": "Optional correlationId for async callback requests",\r
15                         "type": "string"\r
16                 },\r
17                 "instanceName": {\r
18                         "description": "Client provided name for the instance being operated on by the operation (note: not guaranteed to be unique)",\r
19                         "type": "string"\r
20                 },\r
21                 "orderNumber": {\r
22                         "description": "reference to an order",\r
23                         "type": "string"\r
24                 },\r
25                 "orderVersion": {\r
26                         "description": "order version number",\r
27                         "type": "number"\r
28                 },\r
29                 "productFamilyId": {\r
30                         "description": "UUID for the product family associated with the model being operated on",\r
31                         "type": "string"\r
32                 },\r
33                 "source": {\r
34                         "description": "source of the request--not authoritative--actual source revealed via authentication",\r
35                         "type": "string"\r
36                 },\r
37                 "suppressRollback": {\r
38                         "description": "true or false boolean indicating whether rollbacks should be suppressed on failures",\r
39                         "type": "boolean"\r
40                 }\r
41         },\r
42 \r
43         "type": "object"\r
44 }