Skip to content

Commit cc4fc55

Browse files
committed
update api schema
1 parent 0f0a59a commit cc4fc55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi/api.2b2t.vc.openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
"playerName": {
822822
"type": "string"
823823
},
824-
"playerUuid": {
824+
"uuid": {
825825
"type": "string",
826826
"format": "uuid"
827827
}
@@ -1053,13 +1053,13 @@
10531053
"PlayerDeathOrKillCount": {
10541054
"type": "object",
10551055
"properties": {
1056+
"playerName": {
1057+
"type": "string"
1058+
},
10561059
"uuid": {
10571060
"type": "string",
10581061
"format": "uuid"
10591062
},
1060-
"playerName": {
1061-
"type": "string"
1062-
},
10631063
"count": {
10641064
"type": "integer",
10651065
"format": "int32"

0 commit comments

Comments
 (0)