Add missing distributionManagement section to poms
[aai/search-data-service.git] / search-data-service / src / main / resources / json / schema / filter.schema.json
1 {
2   "$schema": "http://json-schema.org/draft-04/schema#",
3   "title": "Filter",
4   "description": "Filters accept a stream of tokens from a tokenizer and apply additional rules, possibly producing additional tokens. ",
5   "type": "object",
6   "properties": {
7     "name": {
8       "type": "string"
9     },
10     "description": {
11       "type": "string"
12     },
13     "configuration": {
14       "type": "string"
15     }
16   }
17 }