Commit 9126a324 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix ref issues in SOL023CertificateManagement_def.yaml

parent b7c90979
Loading
Loading
Loading
Loading
Loading
+19 −5
Original line number Diff line number Diff line
@@ -290,8 +290,10 @@ definitions:
      cetificateState:
        description: >
          The state of the Certificate.
        # TODO
        # ToDo
        # $ref: "#/definitions/PKIStatusInfoType"
        # ToDO: remove following ref when data model is added.
        $ref: "#/definitions/TODO"
      certificateId:
        description: >
          The identifier of the Certificate affected.
@@ -358,8 +360,10 @@ definitions:
          "CertificateLifecycleStateChangeNotification" and shall be absent otherwise.
        type: array
        items:
          # TODO
          # ToDo
          # $ref: "#/definitions/PKIStatusInfoType"
          # ToDO: remove following ref when data model is added.
          $ref: "#/definitions/TODO"  
      certificationType:
        description: >
          Match particular certificate types.
@@ -412,8 +416,10 @@ definitions:
          ip:
            description: >
              Information for Initialization response.
            # TODO
            # ToDo
            # $ref: "#/definitions/CertRepMessages"
            # ToDO: remove following ref when data model is added.
            $ref: "#/definitions/TODO"

  AffectedCertificate:
    description: >
@@ -453,8 +459,10 @@ definitions:
          cp:
            description: >
              Information for CSR response.
            # TODO
            # ToDo
            # $ref: "#/definitions/CertRepMessages"
            # ToDO: remove following ref when data model is added.
            $ref: "#/definitions/TODO"

  CertificateNotificationVerbosityType:
    description: >
@@ -464,3 +472,9 @@ definitions:
    enum:
      - FULL
      - SHORT

  # Adding this datatype to pass the pipeline validation # ToDo
  ToDo:
    description: >
      ToDO  
    type: string
 No newline at end of file