diff options
author | James Forsyth <jf2512@att.com> | 2020-04-17 13:42:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-17 13:42:03 +0000 |
commit | 057bbe97cb127d05878372d97892f27bef462587 (patch) | |
tree | 1022207b200dac77ebb2692655a5a09b720d63aa /aai-queries/src/test/resources/schema-ingest.properties | |
parent | 1ea833f95a24c40e7613fb64b61c7560a14cf3db (diff) | |
parent | 86e7411b128bd7db440eceff7265533844e577bb (diff) |
Merge "schema-service processing for v19"
Diffstat (limited to 'aai-queries/src/test/resources/schema-ingest.properties')
-rw-r--r-- | aai-queries/src/test/resources/schema-ingest.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-queries/src/test/resources/schema-ingest.properties b/aai-queries/src/test/resources/schema-ingest.properties new file mode 100644 index 0000000..95846ea --- /dev/null +++ b/aai-queries/src/test/resources/schema-ingest.properties @@ -0,0 +1,10 @@ +schema.configuration.location=N/A +schema.nodes.location=src/main/resources/schema/oxm/ +schema.edges.location=src/main/resources/schema/dbedgerules/ + +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17 +schema.version.depth.start=v10 +schema.version.related.link.start=v10 +schema.version.app.root.start=v11 +schema.version.edge.label.start=v12 +schema.version.api.default=v17 |