Commit c64f3951 authored by piscione's avatar piscione
Browse files

Moved MEC10p2 definitions in a specific dir. Updated related references too.

parent caf9044a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2022,7 +2022,7 @@
          "content": {
            "application/json": {
              "schema": {
                "$ref": "./MEC010p2_definitions.yaml#/definitions/ConfigPlatformForAppRequest"
                "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/ConfigPlatformForAppRequest"
              }
            }
          }
+1 −1
Original line number Diff line number Diff line
@@ -1317,7 +1317,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: './MEC010p2_definitions.yaml#/definitions/ConfigPlatformForAppRequest'
              $ref: './definitions/MEC010p2_definitions.yaml#/definitions/ConfigPlatformForAppRequest'
      responses:
        '202':
          description: The request was accepted for processing, but it is possible that the processing is not yet completed
+11 −11
Original line number Diff line number Diff line
@@ -2420,7 +2420,7 @@
          "appDNSRule": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/DNSRuleDescriptor"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/DNSRuleDescriptor"
            },
            "description": "Describes DNS rules the MEC application requires."
          },
@@ -2442,14 +2442,14 @@
          "appFeatureOptional": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/FeatureDependency"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/FeatureDependency"
            },
            "description": "Describes features a MEC application may use if available."
          },
          "appFeatureRequired": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/FeatureDependency"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/FeatureDependency"
            },
            "description": "Describes features a MEC application requires to run."
          },
@@ -2458,7 +2458,7 @@
            "description": "Human readable name for the MEC application."
          },
          "appLatency": {
            "$ref": "./MEC010p2_definitions.yaml#/definitions/LatencyDescriptor"
            "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/LatencyDescriptor"
          },
          "appName": {
            "type": "string",
@@ -2471,21 +2471,21 @@
          "appServiceOptional": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/ServiceDependency"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/ServiceDependency"
            },
            "description": "Describes services a MEC application may use if available."
          },
          "appServiceProduced": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/ServiceDescriptor"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/ServiceDescriptor"
            },
            "description": "Describes services a MEC application is able to produce to the platform or other MEC applications. Only relevant for service-producing apps."
          },
          "appServiceRequired": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/ServiceDependency"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/ServiceDependency"
            },
            "description": "Describes services a MEC application requires to run."
          },
@@ -2496,7 +2496,7 @@
          "appTrafficRule": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/TrafficRuleDescriptor"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/TrafficRuleDescriptor"
            },
            "description": "Describes traffic rules the MEC application requires."
          },
@@ -2522,7 +2522,7 @@
          "transportDependencies": {
            "type": "array",
            "items": {
              "$ref": "./MEC010p2_definitions.yaml#/definitions/TransportDependency"
              "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/TransportDependency"
            },
            "description": "Transports, if any, that this application requires to be provided by the platform. These transports will be used by the application to deliver services provided by this application. Only relevant for service-producing apps. See note 2."
          },
@@ -2538,10 +2538,10 @@
            "description": "Defines descriptors of virtual storage resources to be used by the MEC application."
          },
          "userContextTransferCapability": {
            "$ref": "./MEC010p2_definitions.yaml#/definitions/UserContextTransferCapability"
            "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/UserContextTransferCapability"
          },
          "appNetworkPolicy": {
            "$ref": "./MEC010p2_definitions.yaml#/definitions/AppNetworkPolicy"
            "$ref": "./definitions/MEC010p2_definitions.yaml#/definitions/AppNetworkPolicy"
          }
        }
      },
+11 −11
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ components:
        appDNSRule:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/DNSRuleDescriptor'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/DNSRuleDescriptor'
          description: Describes DNS rules the MEC application requires.
        appDVersion:
          type: string
@@ -1627,18 +1627,18 @@ components:
        appFeatureOptional:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/FeatureDependency'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/FeatureDependency'
          description: Describes features a MEC application may use if available.
        appFeatureRequired:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/FeatureDependency'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/FeatureDependency'
          description: Describes features a MEC application requires to run.
        appInfoName:
          type: string
          description: Human readable name for the MEC application.
        appLatency:
          $ref: './MEC010p2_definitions.yaml#/definitions/LatencyDescriptor'
          $ref: './definitions/MEC010p2_definitions.yaml#/definitions/LatencyDescriptor'
        appName:
          type: string
          description: Name to identify the MEC application.
@@ -1648,17 +1648,17 @@ components:
        appServiceOptional:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDependency'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/ServiceDependency'
          description: Describes services a MEC application may use if available.
        appServiceProduced:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDescriptor'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/ServiceDescriptor'
          description: Describes services a MEC application is able to produce to the platform or other MEC applications. Only relevant for service-producing apps.
        appServiceRequired:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDependency'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/ServiceDependency'
          description: Describes services a MEC application requires to run.
        appSoftVersion:
          type: string
@@ -1666,7 +1666,7 @@ components:
        appTrafficRule:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/TrafficRuleDescriptor'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/TrafficRuleDescriptor'
          description: Describes traffic rules the MEC application requires.
        changeAppInstanceStateOpConfig:
          type: string
@@ -1685,7 +1685,7 @@ components:
        transportDependencies:
          type: array
          items:
            $ref: './MEC010p2_definitions.yaml#/definitions/TransportDependency'
            $ref: './definitions/MEC010p2_definitions.yaml#/definitions/TransportDependency'
          description: Transports, if any, that this application requires to be provided by the platform. These transports will be used by the application to deliver services provided by this application. Only relevant for service-producing apps. See note 2.
        virtualComputeDescriptor:
          description: Describes CPU and memory requirements, as well as optional additional requirements, such as disk and acceleration related capabilities, of the virtualisation container used to realize this MEC application.
@@ -1697,9 +1697,9 @@ components:
            type: string
          description: Defines descriptors of virtual storage resources to be used by the MEC application.
        userContextTransferCapability:
          $ref: './MEC010p2_definitions.yaml#/definitions/UserContextTransferCapability'
          $ref: './definitions/MEC010p2_definitions.yaml#/definitions/UserContextTransferCapability'
        appNetworkPolicy:
          $ref: './MEC010p2_definitions.yaml#/definitions/AppNetworkPolicy'
          $ref: './definitions/MEC010p2_definitions.yaml#/definitions/AppNetworkPolicy'
    
    AppExternalCpd:
      title: AppExternalCpd
Loading