Skip to content

Commit 49e784d

Browse files
committed
fixed servervariable.enum
1 parent 629cd7c commit 49e784d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

schemas/v3.0/schema.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ definitions:
115115
- default
116116
properties:
117117
enum:
118-
type: string
118+
type: array
119+
items:
120+
type: string
119121
default:
120122
type: string
121123
description:

0 commit comments

Comments
 (0)