Skip to content

Commit aefb038

Browse files
authored
Merge pull request #252 from camaraproject/app-provider
EAM API: Add missing AppProvider
2 parents ce776ac + 4276f00 commit aefb038

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

code/API_definitions/Edge-Application-Management.yaml

+8
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
@@ -857,11 +859,17 @@ components:
857859
required:
858860
- name
859861
- version
862+
- appProvider
860863
- packageType
861864
- appRepo
862865
- requiredResources
863866
- componentSpec
864867

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

0 commit comments

Comments
 (0)