Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More descriptive resource names in MEC Exposure and Experience Management #162

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ openapi: 3.0.0
############################################################################
info:
title: MEC Exposure & Experience Management API
version: 0.8.1
version: 0.8.2
description: |
# Introduction
---
Expand Down Expand Up @@ -489,7 +489,7 @@ paths:
title: GetMECPlatformsResponse
type: object
properties:
MECPlatforms:
mecPlatforms:
type: array
items:
$ref: '#/components/schemas/ResourcesMecPlatform'
Expand Down Expand Up @@ -686,7 +686,7 @@ components:
ResourcesServiceProfile:
type: object
properties:
serviceProfileId:
id:
$ref: '#/components/schemas/TypesServiceProfileId'
clientType:
type: string
Expand All @@ -701,7 +701,7 @@ components:
- Analytics
- Robotics
description: The category of application client.
ecspFilter:
preferredEdgeProvider:
type: string
description: identity of the preferred Edge Computing Service Provider
clientSchedule:
Expand Down Expand Up @@ -755,7 +755,7 @@ components:
type: string
description: Description of the Service Endpoint
additionalProperties: false
serviceProfileID:
serviceProfileId:
$ref: '#/components/schemas/TypesServiceProfileId'
ResourcesServiceEndpoint:
type: object
Expand Down Expand Up @@ -783,11 +783,11 @@ components:
ResourcesMecPlatform:
type: object
properties:
ern:
edgeResourceName:
$ref: '#/components/schemas/TypesEdgeResource'
zone:
zoneId:
$ref: '#/components/schemas/TypesZoneId'
region:
regionId:
$ref: '#/components/schemas/TypesRegionId'
status:
description: Status of the MEC Platform (default is 'unknown')
Expand Down Expand Up @@ -839,7 +839,7 @@ components:
- $ref: '#/components/schemas/ResourcesZoneMetadata'
- type: object
required:
- MECPlatforms
- mecPlatforms
properties:
mecPlatforms:
type: array
Expand Down