Skip to content

Commit 103508e

Browse files
committed
feat: add schema for user fields photo and location update
1 parent 200b0fa commit 103508e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,18 @@
350350
"$ref": "#/definitions/Image",
351351
"description": "User avatar"
352352
},
353+
"photo": {
354+
"$ref": "#/definitions/Image",
355+
"description": "User photo"
356+
},
353357
"organization": {
354358
"$ref": "#/definitions/Text",
355359
"description": "Organization"
356360
},
361+
"location": {
362+
"type": "string",
363+
"description": "On-site location"
364+
},
357365
"teamMembers": {
358366
"type": "array",
359367
"items": {

0 commit comments

Comments
 (0)