diff options
author | 2022-02-07 14:02:54 +0000 | |
---|---|---|
committer | 2022-02-07 14:02:54 +0000 | |
commit | 4eeead2dd7f6dec678c8e581132c7907c4d755d8 (patch) | |
tree | 15f0159088a011161038ac74b55ca210185f5d1f /onap_data_provider/schemas/infra_1_1.schema | |
parent | 1039c4daafe70253d0012e97b3e26e76fe84f3a0 (diff) | |
parent | 7f6332466912bbc0886756d40e34128861a39259 (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.schema | 24 |
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: |