aboutsummaryrefslogtreecommitdiffstats
path: root/onap_data_provider/schemas/infra.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.schema
parent1039c4daafe70253d0012e97b3e26e76fe84f3a0 (diff)
parent7f6332466912bbc0886756d40e34128861a39259 (diff)
Merge "Add vfc resource support for xnfs"
Diffstat (limited to 'onap_data_provider/schemas/infra.schema')
-rw-r--r--onap_data_provider/schemas/infra.schema24
1 files changed, 24 insertions, 0 deletions
diff --git a/onap_data_provider/schemas/infra.schema b/onap_data_provider/schemas/infra.schema
index d683b46..d276755 100644
--- a/onap_data_provider/schemas/infra.schema
+++ b/onap_data_provider/schemas/infra.schema
@@ -318,6 +318,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:
@@ -352,6 +364,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: