Add missing distributionManagement section to poms
[aai/search-data-service.git] / search-data-service-app / src / test / resources / json / queries / simple-parsed-query.json
1 {
2   "queries": [
3     {
4       "parsed-query": {
5         "field": "searchTags",
6         "query-string": "a"
7       }
8     }
9   ]
10 }