Skip to content

Commit 80c3fe9

Browse files
committed
Fix required tag
1 parent fd15182 commit 80c3fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15141,6 +15141,8 @@ paths:
1514115141
application/json:
1514215142
schema:
1514315143
type: object
15144+
required:
15145+
- label
1514415146
properties:
1514515147
region:
1514615148
type: string
@@ -15170,7 +15172,6 @@ paths:
1517015172
minLength: 1
1517115173
maxLength: 32
1517215174
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
15173-
required: true
1517415175
config_id:
1517515176
type: integer
1517615177
description: >

0 commit comments

Comments
 (0)