Add support for simple yaml profile 1.2
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / JsonPresentationFields.java
index b84baff..0275195 100644 (file)
@@ -246,7 +246,10 @@ public enum JsonPresentationFields {
 
     GET_PROPERTY("get_property", null),
     GET_INPUT("get_input", null),
-    GET_OPERATION_OUTPUT("get_operation_output", null);
+    GET_OPERATION_OUTPUT("get_operation_output", null),
+
+    TOSCA_DEFINITIONS_VERSION("tosca_definitions_version", null);
+
 
     private String presentation;
     private GraphPropertyEnum storedAs;