Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service / src / main / resources / json / schema / filter.schema.json
diff --git a/search-data-service/src/main/resources/json/schema/filter.schema.json b/search-data-service/src/main/resources/json/schema/filter.schema.json
deleted file mode 100644 (file)
index 6d1a030..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "$schema": "http://json-schema.org/draft-04/schema#",
-  "title": "Filter",
-  "description": "Filters accept a stream of tokens from a tokenizer and apply additional rules, possibly producing additional tokens. ",
-  "type": "object",
-  "properties": {
-    "name": {
-      "type": "string"
-    },
-    "description": {
-      "type": "string"
-    },
-    "configuration": {
-      "type": "string"
-    }
-  }
-}
\ No newline at end of file