Add required properties to schema
[aai/aai-common.git] / aai-annotations / src / main / java / org / onap / aai / schema / enums / ObjectMetadata.java
index a127ba7..39cfdec 100644 (file)
@@ -60,6 +60,11 @@ public enum ObjectMetadata {
         * <br><b>comma separated list</b>
         */
        UNIQUE_PROPS("uniqueProps"),
+       /**
+        * properties marked as required
+        * <br><b>comma separated list</b>
+        */
+       REQUIRED_PROPS("requiredProps"),
        /**
         * uri template for this object
         */