File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments