diff --git a/openapi/components/responses/CustomControls.yaml b/openapi/components/responses/CustomControls.yaml index 62bb7a2..baa3be4 100644 --- a/openapi/components/responses/CustomControls.yaml +++ b/openapi/components/responses/CustomControls.yaml @@ -4,4 +4,9 @@ application/json: schema: type: object - additionalProperties: true + properties: + controls: + type: array + items: + type: object + additionalProperties: true