Fix for nfcparameters in component questionnaire
[sdc.git] / openecomp-be / tools / install / database / schemaTemplates / questionnaire / component.ftl
index 6b00c37..f99d7fa 100644 (file)
@@ -5,6 +5,15 @@
     "general": {
       "type": "object",
       "properties": {
+        <#if !manual>
+        "nfcNamingCode": {
+          "type": "string",
+          "maxLength": 1000<#if componentDisplayName??>,
+          "default": "${componentDisplayName}"</#if>
+        },</#if>
+        "nfcFunction": {
+          "type": "string"
+        },
         "hypervisor": {
           "type": "object",
           "properties": {