aboutsummaryrefslogtreecommitdiffstats
path: root/onap_data_provider/schemas/infra_1_1.schema
diff options
context:
space:
mode:
Diffstat (limited to 'onap_data_provider/schemas/infra_1_1.schema')
-rw-r--r--onap_data_provider/schemas/infra_1_1.schema20
1 files changed, 20 insertions, 0 deletions
diff --git a/onap_data_provider/schemas/infra_1_1.schema b/onap_data_provider/schemas/infra_1_1.schema
index d2480c6..e521f8e 100644
--- a/onap_data_provider/schemas/infra_1_1.schema
+++ b/onap_data_provider/schemas/infra_1_1.schema
@@ -755,3 +755,23 @@ properties:
- schema-set-name
required:
- cps-anchor
+ cps-anchor-nodes:
+ type: array
+ items:
+ - type: object
+ properties:
+ cps-anchor-node:
+ type: object
+ properties:
+ anchor-name:
+ type: string
+ dataspace-name:
+ type: string
+ node-data:
+ type: string
+ required:
+ - node-data
+ - anchor-name
+ - dataspace-name
+ required:
+ - cps-anchor-node \ No newline at end of file