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

fix vnfSnapshot required tag

parent 7cd82ed7
Loading
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -866,6 +866,7 @@ definitions:
    type: object
    required:
      - id
      - _links
    properties:
      id:
        description: >
@@ -907,10 +908,11 @@ definitions:
    required:
      - id
      - vnfInstanceId
      - triggeredAt
      - creationStartedAt
      - vnfdId
      - vnfInfo
      - vnfInstance
      - vnfcSnapshots
      - _links
    properties:
      id:
        description: >
@@ -947,6 +949,17 @@ 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
@@ -1486,10 +1486,11 @@ definitions:
    required:
      - id
      - vnfInstanceId
      - triggeredAt
      - creationStartedAt
      - vnfdId
      - vnfInfo
      - vnfInstance
      - vnfcSnapshots
      - _links
    properties:
      id:
        description: >