Skip to content

Commit 3e09fb8

Browse files
committed
refactoring
1 parent 54edc86 commit 3e09fb8

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

code/API_definitions/MEC exposure and experience management.yaml

+2-22
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ info:
1212
# Introduction
1313
---
1414
15-
Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)
16-
resources and applications.
15+
Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)resources and applications.
1716
1817
1918
---
@@ -541,6 +540,7 @@ components:
541540
$ref: "#/components/schemas/jitter"
542541

543542
applicationProfile:
543+
description: information about the application which are required for decision making
544544
type: object
545545
properties:
546546
applicationProfileId:
@@ -779,26 +779,6 @@ components:
779779
######################################################
780780
# TYPES
781781
#######################################################
782-
TypesNetworkResources:
783-
type: object
784-
description: network resources//added desc
785-
properties:
786-
minBandwidthKbits:
787-
type: integer
788-
description: Minimum required connection bandwidth in Kbit/s for the application
789-
applicationContinuitySupport:
790-
type: boolean
791-
description: Indicates if application continuity support is required or not for the application.
792-
maxRequestRate:
793-
type: integer
794-
description: Maximum request rate that the application can handle
795-
maxLatencyMs:
796-
type: integer
797-
description: "Maximum response time or latency that the application can handle, in miliseconds"
798-
minAvailability:
799-
type: integer
800-
description: Minimum availability required for the server
801-
additionalProperties: false
802782
TypesComputeResources:
803783
type: object
804784
properties:

0 commit comments

Comments
 (0)