Commit 734e0a35 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix referencing in SOL003 VNF LCM API

parent 831ba794
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1289,15 +1289,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: "../../General_Definitions/SOL003_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: "../../General_Definitions/SOL003_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: "../../General_Definitions/SOL003_def.yaml#/definitions/KeyValuePairs"

  VnfSnapshot:
    description: >