Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service / src / main / resources / json / schema / document.schema.json
diff --git a/search-data-service/src/main/resources/json/schema/document.schema.json b/search-data-service/src/main/resources/json/schema/document.schema.json
deleted file mode 100644 (file)
index bbf3e50..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "$schema": "http://json-schema.org/draft-04/schema#",
-  "title": "Document Schema",
-  "description": "Describes the structure of a document for storage in a document store.",
-  "type": "object",
-  "javaType": "org.onap.aai.sa.rest.DocumentSchema",
-  "properties": {
-    "fields": {
-      "type": "array",
-      "items": {
-        "$ref": "document-field.schema.json"
-      }
-    }
-  }
-}      
\ No newline at end of file