Versions Compared

Key

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

...

Code Block
titleschema-mount.json
{
  "ietf-yang-schema-mount:schema-mounts": {
	 "namespace": [{
             "prefix": "mntm",
             "uri": "urn:org:onap:cps:test:mounted-module"
      }],
     "mount-point": [{
        "module": "test-mount",
        "label": "root-mp",
        "shared-schema": {
             "parent-reference": ["/mntm:mounted-container"]
           }
      }]
   }
}


Other examples

...

The examples of schema mounts can be also found  on following resources


Implementation Issues in a Context of CPS