Skip to content

Commit 43d3d30

Browse files
Make groupId optional and update schema properties
Changed groupId parameter to be optional and updated schema properties.
1 parent d52c9ee commit 43d3d30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simple.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components:
99
groupId:
1010
in: path
1111
name: groupId
12-
required: true
12+
required: false
1313
schema:
1414
type: string
1515
schemas:
@@ -22,12 +22,12 @@ components:
2222
created:
2323
type: string
2424
format: date-time
25-
readOnly: false
25+
readOnly: true
2626
pattern: "^[a-z]+$"
2727
id:
2828
type: string
2929
readOnly: true
30-
name:
30+
name1:
3131
type: string
3232
required:
3333
- name

0 commit comments

Comments
 (0)