From e4f0e8b2e5c75eb2003b8b145c68352087b48e26 Mon Sep 17 00:00:00 2001 From: Jonathan Gainsley <38672162+gainsley@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:40:05 -0800 Subject: [PATCH] make GET appinstances response data consistent --- code/API_definitions/Edge-Application-Management.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index c1ea79a..9d61631 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -486,13 +486,9 @@ paths: content: application/json: schema: - type: object - properties: - appInstanceInfo: - type: array - items: - $ref: '#/components/schemas/AppInstanceInfo' - minItems: 1 + type: array + items: + $ref: '#/components/schemas/AppInstanceInfo' '401': $ref: '#/components/responses/401' '403':