[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / requestReferences
1 {\r
2     "$schema": "http://json-schema.org/draft-04/schema#",\r
3     "description": "provides the instanceId and requestId associated with the request",\r
4                         "type": "object",\r
5                         "properties": { \r
6                         "instanceId": {\r
7                                 "description": "UUID for the service instance",\r
8                                 "type": "string",\r
9                                         "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"\r
10                                 },\r
11                         "requestId": {\r
12                                 "description": "UUID for the request",\r
13                                 "type": "string",\r
14                                         "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"\r
15                                 }\r
16                         },\r
17                         "required": [ "instanceId", "requestId" ]\r
18 }\r