diff options
Diffstat (limited to 'aai-schema-gen/src/test/resources/schema-ingest.properties')
-rw-r--r-- | aai-schema-gen/src/test/resources/schema-ingest.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-schema-gen/src/test/resources/schema-ingest.properties b/aai-schema-gen/src/test/resources/schema-ingest.properties new file mode 100644 index 0000000..fe87a36 --- /dev/null +++ b/aai-schema-gen/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=v10,v11,v12,v13,v14 +schema.version.depth.start=v10 +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 |