Skip to content

Commit 819632b

Browse files
committed
Fix VS code schema warning
1 parent ba31e0a commit 819632b

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

schemas/function.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ $defs:
9191
type: string
9292
enum: [client, server]
9393

94-
oneOf:
95-
- required: [method]
96-
properties:
97-
method:
98-
type: string
99-
static:
100-
type: boolean
101-
default: false
102-
variable:
103-
type: string
104-
- required: [constructorclass]
105-
properties:
106-
constructorclass:
107-
type: string
94+
oneOf:
95+
- required: [method]
96+
properties:
97+
method:
98+
type: string
99+
static:
100+
type: boolean
101+
default: false
102+
variable:
103+
type: string
104+
- required: [constructorclass]
105+
properties:
106+
constructorclass:
107+
type: string
108108

109109
- type: array
110110
items:
@@ -120,20 +120,20 @@ $defs:
120120
type: string
121121
enum: [client, server]
122122

123-
oneOf:
124-
- required: [method]
125-
properties:
126-
method:
127-
type: string
128-
static:
129-
type: boolean
130-
variable:
131-
type: string
123+
oneOf:
124+
- required: [method]
125+
properties:
126+
method:
127+
type: string
128+
static:
129+
type: boolean
130+
variable:
131+
type: string
132132

133-
- required: [constructorclass]
134-
properties:
135-
constructorclass:
136-
type: string
133+
- required: [constructorclass]
134+
properties:
135+
constructorclass:
136+
type: string
137137

138138
parameters:
139139
type: array

0 commit comments

Comments
 (0)