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

removed ToDo temporary data model

parent 02f03940
Loading
Loading
Loading
Loading
Loading
+25 −13
Original line number Diff line number Diff line
@@ -291,9 +291,9 @@ definitions:
        description: >
          The state of the Certificate.
        # ToDo
        # $ref: "#/definitions/PKIStatusInfoType"
        $ref: "#/definitions/PKIStatusInfoType"
        # ToDO: remove following ref when data model is added.
        $ref: "#/definitions/ToDo"
        # $ref: "#/definitions/ToDo"
      certificateId:
        description: >
          The identifier of the Certificate affected.
@@ -361,9 +361,9 @@ definitions:
        type: array
        items:
          # ToDo
          # $ref: "#/definitions/PKIStatusInfoType"
          $ref: "#/definitions/PKIStatusInfoType"
          # ToDO: remove following ref when data model is added.
          $ref: "#/definitions/ToDo"  
          # $ref: "#/definitions/ToDo"  
      certificationType:
        description: >
          Match particular certificate types.
@@ -417,9 +417,9 @@ definitions:
            description: >
              Information for Initialization response.
            # ToDo
            # $ref: "#/definitions/CertRepMessages"
            $ref: "#/definitions/CertRepMessages"
            # ToDO: remove following ref when data model is added.
            $ref: "#/definitions/ToDo"
            # $ref: "#/definitions/ToDo"

  AffectedCertificate:
    description: >
@@ -454,15 +454,15 @@ definitions:
          The structure and attributes are defined in IETF RFC 4210 and IETF RFC 9480.
        type: object
        required:
          - ip
          - cp
        properties:
          cp:
            description: >
              Information for CSR response.
            # ToDo
            # $ref: "#/definitions/CertRepMessages"
            $ref: "#/definitions/CertRepMessages"
            # ToDO: remove following ref when data model is added.
            $ref: "#/definitions/ToDo"
            # $ref: "#/definitions/ToDo"

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

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

  # ToDo - populate PKIStatusInfoType when defined
  PKIStatusInfoType:
    description: >
      ToDo  
    type: string
 No newline at end of file
      Not provided.   
    type: object

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