Update the aai-common with the latest code
[aai/aai-common.git] / aai-schema / src / main / java / org / openecomp / aai / schema / enums / PropertyMetadata.java
index 59797cf..4e177b2 100644 (file)
@@ -47,6 +47,10 @@ public enum PropertyMetadata {
         * controls the visibility of a field based on context
         */
        VISIBILITY("visibility"),
+       /**
+        * specifies a field which must be populated to pass validation
+        */
+       REQUIRES("requires"),
        /**
         * automatically creates an id for the property if not specified
         */