Commit fd3f6813 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix vnfSnapshot required tag both in SOL002 and SOL003

parent 1bc71794
Loading
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -851,10 +851,11 @@ definitions:
    required:
      - id
      - vnfInstanceId
      - triggeredAt
      - creationStartedAt
      - vnfdId
      - vnfInfo
      - vnfInstance
      - vnfcSnapshots
      - _links
    properties:
      id:
        description: >
@@ -891,6 +892,18 @@ definitions:
        description: >
          User defined data for the VNF snapshot.
        $ref: "../../General_Definitions/SOL002_def.yaml#/definitions/KeyValuePairs"
      _links:
        description: >
          Links to resources related to this resource.
        type: object
        required:
          - self
        properties:
          self:
            description: >
              URI of this resource.
            $ref: "../../General_Definitions/SOL002_def.yaml#/definitions/Link"


  VnfcSnapshotInfo:
    description: >
+3 −2
Original line number Diff line number Diff line
@@ -1306,10 +1306,11 @@ definitions:
    required:
      - id
      - vnfInstanceId
      - triggeredAt
      - creationStartedAt
      - vnfdId
      - vnfInfo
      - vnfInstance
      - vnfcSnapshots
      - _links
    properties:
      id:
        description: >