Skip to content

Commit 0377330

Browse files
committed
Add missing AppProvider
1 parent 1ca2bfa commit 0377330

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

code/API_definitions/Edge-Application-Management.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,8 @@ components:
705705
type: string
706706
pattern: ^[A-Za-z][A-Za-z0-9_]{1,63}$
707707
description: Name of the application.
708+
appProvider:
709+
$ref: '#/components/schemas/AppProvider'
708710
version:
709711
type: integer
710712
description: Application version information
@@ -862,6 +864,11 @@ components:
862864
- requiredResources
863865
- componentSpec
864866

867+
AppProvider:
868+
type: string
869+
pattern: ^[A-Za-z][A-Za-z0-9_]{7,63}$
870+
description: Human readable name of the Application Provider.
871+
865872
EdgeCloudProvider:
866873
type: string
867874
description: Human readable name of the Edge Cloud Provider.

0 commit comments

Comments
 (0)