aboutsummaryrefslogtreecommitdiffstats
path: root/onap_data_provider/schemas/infra_2_0.schema
diff options
context:
space:
mode:
Diffstat (limited to 'onap_data_provider/schemas/infra_2_0.schema')
-rw-r--r--onap_data_provider/schemas/infra_2_0.schema20
1 files changed, 20 insertions, 0 deletions
diff --git a/onap_data_provider/schemas/infra_2_0.schema b/onap_data_provider/schemas/infra_2_0.schema
index 59c6298..7ca55df 100644
--- a/onap_data_provider/schemas/infra_2_0.schema
+++ b/onap_data_provider/schemas/infra_2_0.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