add GitHub profile as a valid JSON property

This commit is contained in:
Frédéric Harper
2024-05-21 14:00:57 -04:00
parent 0073a74f11
commit cf35d332ac

View File

@@ -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",