diff options
Diffstat (limited to 'onap_data_provider/schemas')
-rw-r--r-- | onap_data_provider/schemas/infra_1_1.schema | 20 | ||||
-rw-r--r-- | onap_data_provider/schemas/infra_2_0.schema | 20 |
2 files changed, 40 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 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 |