diff --git a/schema.json b/schema.json index 7737d1e..7500b38 100644 --- a/schema.json +++ b/schema.json @@ -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",