aboutsummaryrefslogtreecommitdiffstats
path: root/samples/cps.yaml
blob: 4c06fa63f506cade6d312f29bc861598d2797ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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