aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/schema-ingest.properties
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/schema-ingest.properties')
-rw-r--r--aai-core/src/test/resources/schema-ingest.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/schema-ingest.properties b/aai-core/src/test/resources/schema-ingest.properties
new file mode 100644
index 00000000..2b801e2d
--- /dev/null
+++ b/aai-core/src/test/resources/schema-ingest.properties
@@ -0,0 +1,17 @@
+# Model Driven Schema Configuration
+schema.configuration.location=N/A
+
+# Schema Nodes and Edges Configuration
+schema.nodes.location=../aai-schema/src/main/resources/onap/oxm/
+schema.edges.location=../aai-schema/src/main/resources/onap/dbedgerules/
+schema.nodes.exclusion.list=
+schema.edges.exclusion.list=
+
+# Schema Version Configuration
+schema.version.list=v8,v9,v10,v11,v12,v13,v14
+schema.version.depth.start=v9
+schema.version.related.link.start=v10
+schema.version.app.root.start=v11
+schema.version.namespace.change.start=v11
+schema.version.edge.label.start=v12
+schema.version.api.default=v14