We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce776ac + 4276f00 commit aefb038Copy full SHA for aefb038
code/API_definitions/Edge-Application-Management.yaml
@@ -705,6 +705,8 @@ components:
705
type: string
706
pattern: ^[A-Za-z][A-Za-z0-9_]{1,63}$
707
description: Name of the application.
708
+ appProvider:
709
+ $ref: '#/components/schemas/AppProvider'
710
version:
711
type: integer
712
description: Application version information
@@ -857,11 +859,17 @@ components:
857
859
required:
858
860
- name
861
- version
862
+ - appProvider
863
- packageType
864
- appRepo
865
- requiredResources
866
- componentSpec
867
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
+
873
EdgeCloudProvider:
874
875
description: Human readable name of the Edge Cloud Provider.
0 commit comments