Issue-ID: CPS-2890
Change-Id: I9ee477b8d90c5f7cf69439de9b9438dd5947fedc
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
--- /dev/null
+module cps-data-job-subscriptions {
+ yang-version 1.1;
+ namespace "org:onap:cps:ncmp";
+
+ prefix cps-djs;
+
+ revision "2025-07-16" {
+ description
+ "First release of cm data job (notification) subscriptions model";
+ }
+
+ container dataJob {
+ list subscription {
+ key "alternateId dataTypeId";
+ leaf alternateId { type string; }
+ leaf dataTypeId { type string; }
+ leaf-list dataJobId { type string; }
+ }
+ }
+}
\ No newline at end of file