description:The response body contains an array of the user applications available to the querying device application.
@@ -355,9 +355,9 @@ components:
items:
$ref:'#/components/schemas/CivicAddressElement'
area:
description:Content of civic address element corresponding to the caType. The format caValue shall comply with section 3.4 of IETF RFC 4776 [6].
description:Geographic area. Shall be absent if the "civicAddressElement" attribute is present. The content of this attribute shall follow the provisions for the "Polygon" geometry object as defined in IETF RFC 7946 [8], for which the "type" member shall be set to the value "Polygon". See note.
description:Location of the user application instance. For a user application not provided by the requesting device application it shall match one of the appLocations in ApplicationList.
$ref:'#/components/schemas/LocationConstraints'
type:object
AppInfo1:
description:''
type:object
@@ -521,12 +518,10 @@ components:
AvailableLocations:
description:'MECapplicationlocationconstraints.'
type:object
minItems:0
properties:
appLocation:
description:Shall only be included in the response, where it indicates a location constraint available in the MEC system.
$ref:'#/components/schemas/LocationConstraints'
type:object
AppInfo2:
description:''
type:object
@@ -561,7 +556,6 @@ components:
UserAppInstanceInfo1:
description:List of user application instance information.
type:object
minItems:1
properties:
appInstanceId:
description:Identifier of the user application instance.
@@ -573,31 +567,27 @@ components:
appLocation:
description:Location of the user application instance.
$ref:'#/components/schemas/LocationConstraints'
type:object
required:
-appInstanceId
-referenceURI
AvailableLocations1:
description:Locations available to the MEC application.
type:object
minItems:1
properties:
appLocation:
description:''
description:It shall match one of the appLocations in the AppContext sent in the Application context create
$ref:'#/components/schemas/LocationConstraints'
type:object
required:
-appLocation
CivicAddressElement:
description:Zero or more elements comprising the civic address. Shall be absent if the "area" attribute is present.