mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-21 16:34:33 +03: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 * Revert e44bf83 * Reduce JSON schema url pattern specifity to just not allowing spaces * Temporary reversion of7704018
for testing * Revert aa805e0a
This commit is contained in:
parent
287317b7b6
commit
b9ca77b19e
@ -23,7 +23,7 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"description": "The website from which the icon originated",
|
"description": "The website from which the icon originated",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^https?://",
|
"pattern": "^https?://[^\\s]+$",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user