Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service / src / main / resources / json / schema / analyzer.schema.json
diff --git a/search-data-service/src/main/resources/json/schema/analyzer.schema.json b/search-data-service/src/main/resources/json/schema/analyzer.schema.json
deleted file mode 100644 (file)
index 7592ee9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-  "$schema": "http://json-schema.org/draft-04/schema#",
-  "title": "Analyzer",
-  "description": "The analyzer aggregates a tokenizer and multiple filters to describe how an input stream should be indexed.",
-  "type": "object",
-  "properties": {
-    "name": {
-      "type": "string"
-    },
-    "description": {
-      "type": "string"
-    },
-    "behaviours": {
-      "type": "array",
-      "items": {
-        "type": "string"
-      }
-    },
-    "tokenizer": {
-      "type": "string"
-    },
-    "filters": {
-      "type": "array",
-      "items": {
-        "type": "string"
-      }
-    }
-  }
-}
\ No newline at end of file