aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/json/schema/document.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/json/schema/document.schema.json')
-rw-r--r--src/main/resources/json/schema/document.schema.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/resources/json/schema/document.schema.json b/src/main/resources/json/schema/document.schema.json
deleted file mode 100644
index bbf3e50..0000000
--- a/src/main/resources/json/schema/document.schema.json
+++ /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