Commit ad4e522c authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix

parent 2234f3db
Loading
Loading
Loading
Loading
+6 −11
Original line number Diff line number Diff line
@@ -160,7 +160,9 @@ components:
      content:
        application/json:
          schema:
          $ref: "#/components/schemas/NsdInfos.Get.Response"
            type: array
            items:
              $ref: "#/components/schemas/NsdInfo"

    NsdInfo.Get.200:
      description: >-
@@ -204,13 +206,6 @@ components:
            $ref: "#/components/schemas/NsdInfo"

  schemas:
    NsdInfos.Get.Response:
      description: >
        This type represents a response for the query NSD operation.
      type: array
      items:
        $ref: "#/components/schemas/NsdInfo"

    NsdInfo:
      description: >
        This type represents a response for the query NSD operation.