Skip to content

Commit 97b8c6d

Browse files
test: make groupId required to trigger breaking change
1 parent 90c7337 commit 97b8c6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

simple.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components:
99
groupId:
1010
in: query
1111
name: groupId
12-
required: false
12+
required: true
1313
schema:
1414
type: string
1515
schemas:
@@ -32,7 +32,6 @@ components:
3232
type: string
3333
required:
3434
- name
35-
- id
3635
paths:
3736
/api/v1.0/groups:
3837
post:

0 commit comments

Comments
 (0)