Commit 2c3e9e69 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

OAS align with NFVSOL(24)000403r5 draft

parent d5a05efa
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -676,7 +676,8 @@ definitions:

  CertificationRequest:
    description: >
      The top-level Certification Request, which contains certification request information and its signature.
      The top-level Certification Request, which contains certification request information
      and its signature.
    type: object
    required:
      - certificationRequestInfo
@@ -723,7 +724,9 @@ definitions:

  Name:
    type: object
    description: Distinguished Name (DN) of the subject. This includes the attributes of the entity requesting the certificate.
    description: >
      Distinguished Name (DN) of the subject. This includes the attributes of the entity
      requesting the certificate.
    properties:
      commonName:
        type: string
@@ -751,7 +754,9 @@ definitions:
          Locality of the subject.

  SubjectPublicKeyInfo:
    description: Information about the subject's public key, including the algorithm and the public key itself.
    description: >
      Information about the subject's public key, including the algorithm and
      the public key itself.
    type: object
    required:
      - algorithm