Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We can create different dataspace and anchor specially for cps notification to persist notification subscription information. We propose to create below dataspace, schema and anchor for notification subscription.

EntityDescription
Dataspace NameCPS-Admin
Anchor Namecps-notification-subscription
schema setcps-notification-subscription
cps-notification-subscriptions@2024-06-18.yang


Code Block
languageyml
titleschema
collapsetrue
module notifications {
    yang-version 1.1;
    namespace "org:onap:ccsdk:sample";
 
    prefix notification;
 
    revision "2024-06-18" {
        description
        "Sample Model";
    }
    container cps-notification {
 
        leaf anchor {
            type string;
        }
    }
}