diff options
author | 2022-01-27 08:31:36 +0000 | |
---|---|---|
committer | 2022-01-27 08:31:36 +0000 | |
commit | b1112188466a5712cd41f1a88b5f4bcf31949d15 (patch) | |
tree | 6ad033eb9c9ceb6a768d3a8082bcb8f36dec8b9a /onap_data_provider/schemas | |
parent | 4ffd0d95b7a875372447d6193a978bd451adb7ae (diff) |
Add xNFs category and subcategory
Issue-ID: INT-2054
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iae6e95e882570740d7fe761ad673511a346c9c57
Diffstat (limited to 'onap_data_provider/schemas')
-rw-r--r-- | onap_data_provider/schemas/infra_1_1.schema | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/onap_data_provider/schemas/infra_1_1.schema b/onap_data_provider/schemas/infra_1_1.schema index eac5dcb..124a00e 100644 --- a/onap_data_provider/schemas/infra_1_1.schema +++ b/onap_data_provider/schemas/infra_1_1.schema @@ -281,6 +281,12 @@ properties: type: string vsp: type: string + category: + type: string + subcategory: + type: string + vendor: + type: string deployment_artifact: type: object properties: @@ -327,6 +333,12 @@ properties: type: string vsp: type: string + category: + type: string + subcategory: + type: string + vendor: + type: string deployment_artifact: type: object properties: |