Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service-app / src / test / resources / json / bulk-ops-invalid.json
1 {
2   "operations": [
3     {
4       "operation": "create",
5       "meta-data": {
6         "index": "test-index"
7       },
8       "document": {
9         "field1": "value1",
10         "field2": "value2"
11       }
12     },
13     {
14       "operation": "dance!",
15       "meta-data": {
16         "index": "test-index",
17         "id": "2",
18         "version": "5"
19       },
20       "document": {
21         "field1": "new-value"
22       }
23     },
24     {
25       "operation": "delete",
26       "meta-data": {
27         "index": "test-index",
28         "id": "4"
29       }
30     }
31   ]
32 }