diff options
Diffstat (limited to 'samples/cps.yaml')
-rw-r--r-- | samples/cps.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/samples/cps.yaml b/samples/cps.yaml new file mode 100644 index 0000000..4c06fa6 --- /dev/null +++ b/samples/cps.yaml @@ -0,0 +1,22 @@ +# CPS Sample +odpSchemaVersion: 1.1 +resources: + cps-dataspaces: + - cps-dataspace: + dataspace-name: test-odp-dataspace + schema-sets: + - schema-set-name: &schema-set-name test-odp-schema-set + schema-set-file: samples/cps-bookstore.yang + anchors: + - anchor-name: test-odp-anchor + schema-set-name: *schema-set-name + cps-schema-sets: + - cps-schema-set: + schema-set-name: test-odp-schemaset + dataspace-name: test-odp-dataspace + schema-set-file: samples/cps-bookstore.yang + cps-anchors: + - cps-anchor: + anchor-name: test-odp-anchor + schema-set-name: test-odp-schemaset + dataspace-name: test-odp-dataspace |