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

removed ToDo comments except for PKIStatusInfoType and CertRepMessage

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

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

  CertificateNotificationVerbosityType:
    description: >
@@ -473,20 +461,14 @@ definitions:
      - FULL
      - SHORT

  # # Adding this temporary datatype to pass the pipeline validation # ToDo
  # ToDo:
  #   description: >
  #     ToDo  
  #   type: string

  # ToDo - populate PKIStatusInfoType when defined
  PKIStatusInfoType:
    description: >
      Not provided.   
    type: object

  # ToDo - populate CertRepMessages when defined
  CertRepMessages:
  # ToDo - populate CertRepMessage when defined
  CertRepMessage:
    description: >
      Indicates CMPv2 CertRepMessage structure.   
    type: object
 No newline at end of file