blob: 6e96ce8f0e48427bdd71cae27293c778861755fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"definitions": {},
"$id": "urn:williamdes:mariadb-mysql-kbs:linked-key-var",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[0-9]+": {
"type": "string"
}
}
}
|