mirror of
https://github.com/jlengrand/coffeechat.git
synced 2026-03-10 08:11:20 +00:00
add GitHub profile as a valid JSON property
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
"type": "string",
|
||||
"pattern": "(^https://)|(^$)"
|
||||
},
|
||||
"github": {
|
||||
"description": "GitHub Profile URL",
|
||||
"type": "string",
|
||||
"pattern": "(^https://)|(^$)"
|
||||
},
|
||||
"scheduling": {
|
||||
"description": "Scheduling platform URL or mailto link",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user