From 586882316ccdcc75577b016b2e558149573b5fc6 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sun, 22 Mar 2026 22:46:37 +0200 Subject: [PATCH] test: add required email field (breaking change) --- simple.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple.yaml b/simple.yaml index b635d93..632382a 100644 --- a/simple.yaml +++ b/simple.yaml @@ -29,8 +29,11 @@ components: readOnly: true name: type: string + email: + type: string required: - name + - email paths: /api/v1.0/groups: post: