Bug 263 - SOL003VNFLifecycleManagement_def.yaml type: object missing in VnfInstance.extensions indent incorrect at some places.
Summary: SOL003VNFLifecycleManagement_def.yaml type: object missing in VnfInstance.ext...
Status: CONFIRMED
Alias: None
Product: NFV
Classification: Unclassified
Component: GS NFV-SOL 003 OpenAPIs (show other bugs)
Version: 3.0.0
Hardware: PC Windows
Assignee: gergely CSATARI
 
Reported: 2022-06-02 10:32 CEST by Dominique SIDOU
Modified: 2022-06-02 10:32 CEST (History)
4 users (show)

See Also:
Version number of the related document:
OpenAPI issue category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique SIDOU 2022-06-02 10:32:10 CEST
SOL003VNFLifecycleManagement_def.yaml

type: object missing in VnfInstance.extensions
indent incorrect at some places.


modified   src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml
@@ -955,6 +955,7 @@ definitions:
           Further, these attributes can be created, modified or deleted with the PATCH method.
 
           In addition, the provisions in clause 5.7 shall apply.
+        type: object
       _links:
         description: >
           Links to resources related to this resource.
@@ -1306,15 +1307,15 @@ definitions:
         description: >
           Checksum of the VNF state snapshot file. Hash algorithms applicable to VNF snapshot package artifacts
           are defined in ETSI GS NFV-SOL 010.
-          $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/Checksum"
+        $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/Checksum"
       isEncrypted:
         description: >
           Reflects whether the VNF state snapshot content is encrypted (true) or not (false).
-          $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/Boolean"
+        $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/Boolean"
       metadata:
         description: >
           The metadata with additional information such as content type, size, creation date, etc.
-          $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
+        $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
 
   VnfSnapshot:
     description: >