From 16994ab79dd60576dea9db55425364fd8ccb8bc4 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Tue, 22 Aug 2023 17:25:10 +0200 Subject: [PATCH] fix(deployment-restrictions): fix list schema --- src/schemas/ApplicationDeploymentRestrictionResponseList.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/ApplicationDeploymentRestrictionResponseList.yaml b/src/schemas/ApplicationDeploymentRestrictionResponseList.yaml index e7213009..a8ef02f0 100644 --- a/src/schemas/ApplicationDeploymentRestrictionResponseList.yaml +++ b/src/schemas/ApplicationDeploymentRestrictionResponseList.yaml @@ -1,6 +1,6 @@ type: object properties: - deployment_restrictions: + results: type: array items: - $ref: './ApplicationDeploymentRestrictionResponse.yaml' \ No newline at end of file + $ref: './ApplicationDeploymentRestrictionResponse.yaml'