From 163f1c42597e879918086ddec2b107d8c50d7a54 Mon Sep 17 00:00:00 2001 From: ronib Date: Thu, 16 Mar 2023 12:32:16 +0200 Subject: [PATCH] Fix --- .../elastigroup/aws/emr/schemas/compute/compute.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/services/elastigroup/aws/emr/schemas/compute/compute.yaml b/api/services/elastigroup/aws/emr/schemas/compute/compute.yaml index 6847454bf..3dfc5b77c 100644 --- a/api/services/elastigroup/aws/emr/schemas/compute/compute.yaml +++ b/api/services/elastigroup/aws/emr/schemas/compute/compute.yaml @@ -16,10 +16,9 @@ properties: steps: $ref: "./steps.yaml" instanceGroups: - type: array - description: Array of instance groups for this MR scaler - items: - $ref: "./instanceGroup.yaml" + type: object + description: Instance groups for this MR scaler + $ref: "./instanceGroup.yaml" instanceWeights: type: array description: An array of custom-weight settings