Skip to content

Commit e17a6e6

Browse files
committed
feat(schema): add "basics.timeZone" string property
1 parent 50798e3 commit e17a6e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
}
7373
}
7474
},
75+
"timeZone": {
76+
"type": "string",
77+
"description": "The time zone where you reside. Use IANA timezone codes, e.g. 'Africa/Johannesburg' or 'Etc/GMT+5' (note the inverted GMT sign)"
78+
},
7579
"profiles": {
7680
"type": "array",
7781
"description": "Specify any number of social networks that you participate in",

0 commit comments

Comments
 (0)