Integrate aai-schema-ingest library into aai-core
[aai/aai-common.git] / aai-core / src / test / resources / payloads / templates / generic-vnf.json
diff --git a/aai-core/src/test/resources/payloads/templates/generic-vnf.json b/aai-core/src/test/resources/payloads/templates/generic-vnf.json
new file mode 100644 (file)
index 0000000..7b59251
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "vnf-id": "${vnf-id}",
+  "vnf-type": "someval",
+  "vnf-name": "someval",
+  "model-invariant-id": "${model-invariant-id}",
+  "model-version-id": "${model-version-id}"
+}