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

fix minor issues in AppGrant API

parent c4982bb6
Loading
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -178,9 +178,9 @@ components:
          description: "Identifier of layer(s) and protocol(s). Permitted values: IP_OVER_ETHERNET. See note."
      description: |
        Identifier of layer(s) and protocol(s). Permitted values: IP_OVER_ETHERNET. See note.
            NOTE: This attribute allows to signal the addition of further types of layer and protocol in future versions of the present 
            document in a backwards-compatible way. In the current version of the present document, only IP over 
            Ethernet is supported.
        NOTE: This attribute allows to signal the addition of further types of layer and protocol in future
        versions of the present document in a backwards-compatible way. In the current version of the present
        document, only IP over Ethernet is supported.

    ExtLinkPortData:
      title: ExtLinkPortData
@@ -212,7 +212,9 @@ components:
          type: array
          items:
            $ref: "#/components/schemas/ExtLinkPortData"
          description: Externally provided link ports to be used to connect external connection points to this external VL. If this attribute is not present, the MEPM shall create the link ports on the external VL.
          description: | 
            Externally provided link ports to be used to connect external connection points to this external
            VL. If this attribute is not present, the MEPM shall create the link ports on the external VL.
        id:
          type: string
          description: The identifier of the external VL instance. The identifier is assigned by the MEC entity that manages this VL instance.
@@ -483,7 +485,7 @@ components:
        numDynamicAddresses:
          type: integer
          description: Number of dynamic addresses to assign (from the subnet defined by subnetId if provided)
          contentEncoding: int32
          format: int32
        addressRange:
          $ref: "#/components/schemas/AddressRange"
        subnetId:
@@ -539,7 +541,7 @@ components:
        status:
          type: integer
          description: The HTTP status code for this occurrence of the problem
          contentEncoding: int32
          format: int32
        title:
          type: string
          description: A short, human-readable summary of the problem type
@@ -566,7 +568,6 @@ components:
          type: string
          description: Reference to the related VDU in the AppD applicable to this resource.
        resourceTemplateId:
          type: array
          description: >
            Reference to a resource template, in the AppD as follows:
            - If type="COMPUTE": VirtualComputeDescriptor,
@@ -577,6 +578,9 @@ components:
            Type ="OSCONTAINER" and multiple references to
            OsContainerDescriptor are present in the AppD. Cardinality 
            shall be "1" otherwise.
          type: array
          items:
            type: string
        resource:
          $ref: "#/components/schemas/Resource"
      description: |