Integrate aai-schema-ingest library into aai-core
[aai/aai-common.git] / aai-annotations / src / main / java / org / onap / aai / schema / enums / PropertyMetadata.java
@@ -65,7 +65,12 @@ public enum PropertyMetadata {
        /**
         * makes property read only by version
         */
-       READ_ONLY("readOnly");
+       READ_ONLY("readOnly"),
+       /**
+        * Add a private edge between two objects based on the uri provided by user which should provide
+        * the appropriate information from the url similar to dataCopy
+        */
+       PRIVATE_EDGE("privateEdge");
        
         private final String name;