mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Increase specificity of source URL pattern for JSONLint (#1502)
* Increase specificity of source URL pattern for JSONLint ... to catch issues such as in #1494 * Temporary reversion of7704018
for testing * Reverte44bf83
* Reduce JSON schema url pattern specifity to just not allowing spaces * Temporary reversion of7704018
for testing * Revertaa805e0a
This commit is contained in:
parent
287317b7b6
commit
b9ca77b19e
@ -23,7 +23,7 @@
|
||||
"source": {
|
||||
"description": "The website from which the icon originated",
|
||||
"type": "string",
|
||||
"pattern": "^https?://",
|
||||
"pattern": "^https?://[^\\s]+$",
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user