blob: 10c7161b4c0765c8e648a8bdefdaafbf878c5ef0 (
plain)
1
2
3
4
5
6
7
8
|
{
"definitions": {},
"$id": "urn:williamdes:mariadb-mysql-kbs:doc-url",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "string",
"pattern": "^(https|http)://(mariadb.com|dev.mysql.com)",
"minLength": 20
}
|