From 2af8eed99a00371db238c1021fbe110df59fd476 Mon Sep 17 00:00:00 2001 From: paweldenst Date: Mon, 19 Dec 2022 08:38:11 +0000 Subject: Create CPS anchor nodes using ODP Added required anchor-name and dataspace-name for schema Issue-ID: INT-2179 Signed-off-by: paweldenst Change-Id: I98d3b25a724af16adf4943bcd832054ed43c69f0 --- samples/cps.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'samples') diff --git a/samples/cps.yaml b/samples/cps.yaml index 4c06fa6..68a612d 100644 --- a/samples/cps.yaml +++ b/samples/cps.yaml @@ -20,3 +20,8 @@ resources: anchor-name: test-odp-anchor schema-set-name: test-odp-schemaset dataspace-name: test-odp-dataspace + cps-anchor-nodes: + - cps-anchor-node: + anchor-name: test-odp-anchor + dataspace-name: test-odp-dataspace + node-data: '{"shops": {"bookstore": {"bookstore-name": "Chapters", "categories": [{"code": 1, "name": "SciFi", "books": {"book": [{"title": "2001: A Space Odyssey", "price": 5}, {"title": "Dune", "price": 5}]}}, {"code": 2, "name": "Kids", "books": {"book": [{"title": "Matilda"}]}}]}}}' -- cgit 1.2.3-korg