Skip to content

Commit f39af67

Browse files
authored
[create-pull-request] automated change (#149)
1 parent 76f9fc3 commit f39af67

File tree

1 file changed

+44
-16
lines changed

1 file changed

+44
-16
lines changed

api.yaml

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9138,24 +9138,38 @@ paths:
91389138
minLength: 1
91399139
type: string
91409140
expectedRevision:
9141+
additionalProperties: false
91419142
description: >-
91429143
a optional object to check if input is changed by others
91439144
91449145
if `infobox` is given, and current data in database doesn't
91459146
match input, subject will not be changed
91469147
properties:
91479148
infobox:
9148-
minLength: 1
9149-
type: string
9149+
anyOf:
9150+
- type: 'null'
9151+
- minLength: 1
9152+
type: string
91509153
metaTags:
9151-
items:
9152-
type: string
9153-
type: array
9154+
anyOf:
9155+
- type: 'null'
9156+
- items:
9157+
type: string
9158+
type: array
91549159
name:
9155-
minLength: 1
9156-
type: string
9160+
anyOf:
9161+
- type: 'null'
9162+
- minLength: 1
9163+
type: string
91579164
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
91599173
type: object
91609174
subject:
91619175
example:
@@ -9301,24 +9315,38 @@ paths:
93019315
minLength: 1
93029316
type: string
93039317
expectedRevision:
9318+
additionalProperties: false
93049319
description: >-
93059320
a optional object to check if input is changed by others
93069321
93079322
if `infobox` is given, and current data in database doesn't
93089323
match input, subject will not be changed
93099324
properties:
93109325
infobox:
9311-
minLength: 1
9312-
type: string
9326+
anyOf:
9327+
- type: 'null'
9328+
- minLength: 1
9329+
type: string
93139330
metaTags:
9314-
items:
9315-
type: string
9316-
type: array
9331+
anyOf:
9332+
- type: 'null'
9333+
- items:
9334+
type: string
9335+
type: array
93179336
name:
9318-
minLength: 1
9319-
type: string
9337+
anyOf:
9338+
- type: 'null'
9339+
- minLength: 1
9340+
type: string
93209341
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
93229350
type: object
93239351
subject:
93249352
$ref: '#/components/schemas/SubjectEdit'

0 commit comments

Comments
 (0)