Support for defining attributes on a node_type
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / JsonPresentationFields.java
index 0275195..2dca70c 100644 (file)
@@ -248,6 +248,8 @@ public enum JsonPresentationFields {
     GET_INPUT("get_input", null),
     GET_OPERATION_OUTPUT("get_operation_output", null),
 
+    ATTRIBUTES("attributes", null),
+
     TOSCA_DEFINITIONS_VERSION("tosca_definitions_version", null);