Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/specs/examples/user-georges-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,13 @@
"flag": "EC",
"location": "string",
"bio": "Free bugs!",
"firstName": "Thibault",
"lastName": "Duplessis",
"realName": "Georges Bot",
"fideRating": 1500,
"uscfRating": 1500,
"ecfRating": 1500,
"cfcRating": 1500,
"dsbRating": 1500,
"links": "github.com/ornicar\r\ntwitter.com/ornicar"
"links": "github.com/lichess-bot-devs/lichess-bot"
},
"seenAt": 1522636452014,
"patron": true,
Expand Down
7 changes: 2 additions & 5 deletions doc/specs/schemas/Profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ properties:
bio:
type: string
example: Free bugs!
firstName:
realName:
type: string
example: Thibault
lastName:
type: string
example: Duplessis
example: Thibault Duplessis
fideRating:
type: integer
example: 1500
Expand Down
3 changes: 1 addition & 2 deletions doc/specs/tags/teams/api-team-teamId-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ get:
"profile": {
"bio": "yuwnt uyn",
"country": "AL",
"firstName": "wyutn w[fuyt",
"lastName": "ywut wyufth",
"realName": "ywut wyufth"
},
"seenAt": 1644232201429,
"title": "NM",
Expand Down