re base code
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / datatypes / enums / ToscaKeysEnum.java
index b8635b3..24adc49 100644 (file)
@@ -22,7 +22,12 @@ package org.openecomp.sdc.ci.tests.datatypes.enums;
 
 public enum ToscaKeysEnum {
 
-       TOSCA_DEFINITION_VERSION("tosca_definitions_version"), METADATA("metadata"), IMPORTS("imports"), NODE_TYPES("node_types"), TOPOLOGY_TEMPLATE("topology_template");
+       TOSCA_DEFINITION_VERSION("tosca_definitions_version"),
+       METADATA("metadata"),
+       IMPORTS("imports"),
+       NODE_TYPES("node_types"),
+       TOPOLOGY_TEMPLATE("topology_template"),
+       ANNOTATION_TYPES("annotation_types");
 
        private String toscaKey;