Commit 3237da4a authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix vnfSnapshot required tag both in SOL002 and SOL003

parent a35b67a7
Loading
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -813,6 +813,7 @@ definitions:
    type: object
    required:
      - id
      - _links
    properties:
      id:
        description: >
@@ -854,10 +855,11 @@ definitions:
    required:
      - id
      - vnfInstanceId
      - triggeredAt
      - creationStartedAt
      - vnfdId
      - vnfInfo
      - vnfcSnapshots
      - _links
    properties:
      id:
        description: >
@@ -894,6 +896,18 @@ definitions:
        description: >
          User defined data for the VNF snapshot.
        $ref: "../../../definitions/SOL002SOL003_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: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"


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