File tree Expand file tree Collapse file tree 1 file changed +44
-16
lines changed Expand file tree Collapse file tree 1 file changed +44
-16
lines changed Original file line number Diff line number Diff line change @@ -9138,24 +9138,38 @@ paths:
9138
9138
minLength : 1
9139
9139
type : string
9140
9140
expectedRevision :
9141
+ additionalProperties : false
9141
9142
description : >-
9142
9143
a optional object to check if input is changed by others
9143
9144
9144
9145
if `infobox` is given, and current data in database doesn't
9145
9146
match input, subject will not be changed
9146
9147
properties :
9147
9148
infobox :
9148
- minLength : 1
9149
- type : string
9149
+ anyOf :
9150
+ - type : ' null'
9151
+ - minLength : 1
9152
+ type : string
9150
9153
metaTags :
9151
- items :
9152
- type : string
9153
- type : array
9154
+ anyOf :
9155
+ - type : ' null'
9156
+ - items :
9157
+ type : string
9158
+ type : array
9154
9159
name :
9155
- minLength : 1
9156
- type : string
9160
+ anyOf :
9161
+ - type : ' null'
9162
+ - minLength : 1
9163
+ type : string
9157
9164
platform :
9158
- type : integer
9165
+ anyOf :
9166
+ - type : ' null'
9167
+ - type : integer
9168
+ summary :
9169
+ anyOf :
9170
+ - type : ' null'
9171
+ - minLength : 1
9172
+ type : string
9159
9173
type : object
9160
9174
subject :
9161
9175
example :
@@ -9301,24 +9315,38 @@ paths:
9301
9315
minLength : 1
9302
9316
type : string
9303
9317
expectedRevision :
9318
+ additionalProperties : false
9304
9319
description : >-
9305
9320
a optional object to check if input is changed by others
9306
9321
9307
9322
if `infobox` is given, and current data in database doesn't
9308
9323
match input, subject will not be changed
9309
9324
properties :
9310
9325
infobox :
9311
- minLength : 1
9312
- type : string
9326
+ anyOf :
9327
+ - type : ' null'
9328
+ - minLength : 1
9329
+ type : string
9313
9330
metaTags :
9314
- items :
9315
- type : string
9316
- type : array
9331
+ anyOf :
9332
+ - type : ' null'
9333
+ - items :
9334
+ type : string
9335
+ type : array
9317
9336
name :
9318
- minLength : 1
9319
- type : string
9337
+ anyOf :
9338
+ - type : ' null'
9339
+ - minLength : 1
9340
+ type : string
9320
9341
platform :
9321
- type : integer
9342
+ anyOf :
9343
+ - type : ' null'
9344
+ - type : integer
9345
+ summary :
9346
+ anyOf :
9347
+ - type : ' null'
9348
+ - minLength : 1
9349
+ type : string
9322
9350
type : object
9323
9351
subject :
9324
9352
$ref : ' #/components/schemas/SubjectEdit'
You can’t perform that action at this time.
0 commit comments