diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index fc4d684..7273516 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -705,6 +705,8 @@ components: type: string pattern: ^[A-Za-z][A-Za-z0-9_]{1,63}$ description: Name of the application. + appProvider: + $ref: '#/components/schemas/AppProvider' version: type: integer description: Application version information @@ -857,11 +859,17 @@ components: required: - name - version + - appProvider - packageType - appRepo - requiredResources - componentSpec + AppProvider: + type: string + pattern: ^[A-Za-z][A-Za-z0-9_]{7,63}$ + description: Human readable name of the Application Provider. + EdgeCloudProvider: type: string description: Human readable name of the Edge Cloud Provider.