File tree Expand file tree Collapse file tree 1 file changed +34
-4
lines changed Expand file tree Collapse file tree 1 file changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -760,7 +760,7 @@ paths:
760
760
content :
761
761
application/json :
762
762
schema :
763
- " $ref " : " #/components/schemas/DetailedRevision "
763
+ " $ref " : " #/components/schemas/CharacterRevision "
764
764
" 404 " :
765
765
description : Not Found
766
766
content :
@@ -1311,7 +1311,7 @@ components:
1311
1311
profession :
1312
1312
" $ref " : " #/components/schemas/PersonRevisionProfession"
1313
1313
extra :
1314
- " $ref " : " #/components/schemas/PersonRevisionExtra "
1314
+ " $ref " : " #/components/schemas/RevisionExtra "
1315
1315
prsn_name :
1316
1316
title : Person Name
1317
1317
type : string
@@ -1340,8 +1340,8 @@ components:
1340
1340
actor :
1341
1341
title : Actor
1342
1342
type : string
1343
- PersonRevisionExtra :
1344
- title : PersonRevisionExtra
1343
+ RevisionExtra :
1344
+ title : RevisionExtra
1345
1345
type : object
1346
1346
properties :
1347
1347
img :
@@ -1400,6 +1400,36 @@ components:
1400
1400
vote_field :
1401
1401
title : Vote Field
1402
1402
type : string
1403
+ CharacterRevision :
1404
+ title : CharacterRevision
1405
+ allOf :
1406
+ - " $ref " : " #/components/schemas/Revision"
1407
+ - type : object
1408
+ properties :
1409
+ data :
1410
+ title : Data
1411
+ additionalProperties :
1412
+ " $ref " : " #/components/schemas/CharacterRevisionDataItem"
1413
+ CharacterRevisionDataItem :
1414
+ title : CharacterRevisionDataItem
1415
+ required :
1416
+ - infobox
1417
+ - summary
1418
+ - name
1419
+ - extra
1420
+ type : object
1421
+ properties :
1422
+ infobox :
1423
+ title : Character Infobox
1424
+ type : string
1425
+ summary :
1426
+ title : Character Summary
1427
+ type : string
1428
+ name :
1429
+ title : Character Name
1430
+ type : string
1431
+ extra :
1432
+ " $ref " : " #/components/schemas/RevisionExtra"
1403
1433
EpType :
1404
1434
title : EpType
1405
1435
enum :
You can’t perform that action at this time.
0 commit comments