Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshc01 committed Jun 13, 2024
1 parent 54edc86 commit 3e09fb8
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions code/API_definitions/MEC exposure and experience management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ info:
# Introduction
---
Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)
resources and applications.
Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)resources and applications.

Check failure on line 15 in code/API_definitions/MEC exposure and experience management.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

15:81 [line-length] line too long (144 > 80 characters)
---
Expand Down Expand Up @@ -541,6 +540,7 @@ components:
$ref: "#/components/schemas/jitter"

applicationProfile:
description: information about the application which are required for decision making
type: object
properties:
applicationProfileId:
Expand Down Expand Up @@ -779,26 +779,6 @@ components:
######################################################
# TYPES
#######################################################
TypesNetworkResources:
type: object
description: network resources//added desc
properties:
minBandwidthKbits:
type: integer
description: Minimum required connection bandwidth in Kbit/s for the application
applicationContinuitySupport:
type: boolean
description: Indicates if application continuity support is required or not for the application.
maxRequestRate:
type: integer
description: Maximum request rate that the application can handle
maxLatencyMs:
type: integer
description: "Maximum response time or latency that the application can handle, in miliseconds"
minAvailability:
type: integer
description: Minimum availability required for the server
additionalProperties: false
TypesComputeResources:
type: object
properties:
Expand Down

0 comments on commit 3e09fb8

Please sign in to comment.