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

fix minor issues in AppPkgMgmt API

parent f040fc0c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1756,7 +1756,7 @@
            }
          },
          "computeRequirements": {
            "description": "Not specified.",
            "description": "Specifies compute requirements.",
            "type": "array",
            "items": {
              "type": "string",
@@ -2167,7 +2167,7 @@
            }
          },
          "additionalArtifacts": {
            "description": "Additional information of application package artifacts that are not application software images. Type is TBD. See note 2.",
            "description": "Additional information of application package artifacts that are not application \nsoftware images. Type is TBD. See note 2.\n",
            "type": "array",
            "items": {
              "type": "string",
+4 −2
Original line number Diff line number Diff line
@@ -1321,7 +1321,7 @@ components:
          items:
            $ref: '#/components/schemas/RequestedAdditionalCapabilityData'
        computeRequirements:
          description: Not specified.
          description: Specifies compute requirements.
          type: array
          items:
            type: string
@@ -1673,7 +1673,9 @@ components:
            type: string
            format: not-specified
        additionalArtifacts:
          description: Additional information of application package artifacts that are not application software images. Type is TBD. See note 2.
          description: | 
            Additional information of application package artifacts that are not application 
            software images. Type is TBD. See note 2.
          type: array
          items:
            type: string