aboutsummaryrefslogtreecommitdiffstats
path: root/onap_data_provider/schemas/infra_1_1.schema
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-02-07 14:02:54 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-07 14:02:54 +0000
commit4eeead2dd7f6dec678c8e581132c7907c4d755d8 (patch)
tree15f0159088a011161038ac74b55ca210185f5d1f /onap_data_provider/schemas/infra_1_1.schema
parent1039c4daafe70253d0012e97b3e26e76fe84f3a0 (diff)
parent7f6332466912bbc0886756d40e34128861a39259 (diff)
Merge "Add vfc resource support for xnfs"
Diffstat (limited to 'onap_data_provider/schemas/infra_1_1.schema')
-rw-r--r--onap_data_provider/schemas/infra_1_1.schema24
1 files changed, 24 insertions, 0 deletions
diff --git a/onap_data_provider/schemas/infra_1_1.schema b/onap_data_provider/schemas/infra_1_1.schema
index fdf6b4f..bf820ab 100644
--- a/onap_data_provider/schemas/infra_1_1.schema
+++ b/onap_data_provider/schemas/infra_1_1.schema
@@ -324,6 +324,18 @@ properties:
- artifact_file_name
properties: *props
inputs: *props
+ resources:
+ type: array
+ items:
+ - type: object
+ properties:
+ xnf_type:
+ type: string
+ name:
+ type: string
+ required:
+ - xnf_type
+ - name
required:
- name
required:
@@ -364,6 +376,18 @@ properties:
- artifact_file_name
properties: *props
inputs: *props
+ resources:
+ type: array
+ items:
+ - type: object
+ properties:
+ xnf_type:
+ type: string
+ name:
+ type: string
+ required:
+ - xnf_type
+ - name
required:
- name
required: